KWin
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
KWin::SubSurfaceMonitor Class Reference

#include <subsurfacemonitor.h>

Inheritance diagram for KWin::SubSurfaceMonitor:

Signals

void subSurfaceAdded ()
 
void subSurfaceRemoved ()
 
void subSurfaceMoved ()
 
void subSurfaceResized ()
 
void subSurfaceMapped ()
 
void subSurfaceUnmapped ()
 
void subSurfaceBufferSizeChanged ()
 
void subSurfaceCommitted (SubSurfaceInterface *subSurface)
 

Public Member Functions

 SubSurfaceMonitor (SurfaceInterface *surface, QObject *parent)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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.

Member Function Documentation

◆ 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

void KWin::SubSurfaceMonitor::subSurfaceCommitted ( SubSurfaceInterface * subSurface)
signal

◆ 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: