#include <subsurfacemonitor.h>
The SubSurfaceMonitor class provides a convenient way for monitoring changes in sub-surface trees, e.g. addition or removal of sub-surfaces, etc.
Definition at line 27 of file subsurfacemonitor.h.
◆ SubSurfaceMonitor()
KWin::SubSurfaceMonitor::SubSurfaceMonitor |
( |
SurfaceInterface * | surface, |
|
|
QObject * | parent ) |
Constructs a SubSurfaceTreeMonitor with the given surface and parent.
Definition at line 18 of file subsurfacemonitor.cpp.
◆ subSurfaceAdded
void KWin::SubSurfaceMonitor::subSurfaceAdded |
( |
| ) |
|
|
signal |
This signal is emitted when a new sub-surface has been added to the tree.
◆ subSurfaceBufferSizeChanged
void KWin::SubSurfaceMonitor::subSurfaceBufferSizeChanged |
( |
| ) |
|
|
signal |
This signal is emitted when the buffer size of a subsurface has changed.
◆ subSurfaceCommitted
◆ subSurfaceMapped
void KWin::SubSurfaceMonitor::subSurfaceMapped |
( |
| ) |
|
|
signal |
This signal is emitted when a sub-surface is mapped.
◆ subSurfaceMoved
void KWin::SubSurfaceMonitor::subSurfaceMoved |
( |
| ) |
|
|
signal |
This signal is emitted when a sub-surface has been moved relative to its parent.
◆ subSurfaceRemoved
void KWin::SubSurfaceMonitor::subSurfaceRemoved |
( |
| ) |
|
|
signal |
This signal is emitted when a sub-surface has been removed from the tree.
◆ subSurfaceResized
void KWin::SubSurfaceMonitor::subSurfaceResized |
( |
| ) |
|
|
signal |
This signal is emitted when a sub-surface has been resized.
◆ subSurfaceUnmapped
void KWin::SubSurfaceMonitor::subSurfaceUnmapped |
( |
| ) |
|
|
signal |
This signal is emitted when a sub-surface is unmapped.
The documentation for this class was generated from the following files: