KWin
bridge.cpp File Reference
#include "bridge.h"#include "client.h"#include "options.h"#include "effects.h"#include <kconfiggroup.h>
Include dependency graph for bridge.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | KWin |
Defines | |
| #define | BRIDGE_HELPER(rettype, prototype, args1, args2, cst) |
Define Documentation
| #define BRIDGE_HELPER | ( | rettype, | |||
| prototype, | |||||
| args1, | |||||
| args2, | |||||
| cst | ) |
Value:
rettype Bridge::prototype ( args1 ) cst \
{ \
return c->prototype( args2 ); \
}
Definition at line 37 of file bridge.cpp.
KDE 4.2 API Reference