KWin
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
effectwindow.cpp File Reference
#include "effect/effectwindow.h"
#include "core/output.h"
#include "effect/effecthandler.h"
#include "group.h"
#include "internalwindow.h"
#include "scene/windowitem.h"
#include "virtualdesktops.h"
#include "waylandwindow.h"
#include "x11window.h"
#include "moc_effectwindow.cpp"

Go to the source code of this file.

Classes

class  KWin::EffectWindow
 Representation of a window used by/for Effect classes. More...
 

Namespaces

namespace  KWin
 

Macros

#define WINDOW_HELPER(rettype, prototype, toplevelPrototype)
 

Functions

template<typename T >
QList< EffectWindow * > KWin::getMainWindows (T *c)
 

Macro Definition Documentation

◆ WINDOW_HELPER

#define WINDOW_HELPER ( rettype,
prototype,
toplevelPrototype )
Value:
rettype EffectWindow::prototype() const \
{ \
return d->m_window->toplevelPrototype(); \
}

Definition at line 237 of file effectwindow.cpp.