KWin
|
#include <placementtracker.h>
Public Member Functions | |
PlacementTracker (Workspace *workspace) | |
void | add (Window *window) |
void | remove (Window *window) |
void | restore (const QString &key) |
void | init (const QString &key) |
void | inhibit () |
void | uninhibit () |
Definition at line 25 of file placementtracker.h.
KWin::PlacementTracker::PlacementTracker | ( | Workspace * | workspace | ) |
Definition at line 17 of file placementtracker.cpp.
void KWin::PlacementTracker::add | ( | Window * | window | ) |
Definition at line 36 of file placementtracker.cpp.
void KWin::PlacementTracker::inhibit | ( | ) |
Definition at line 193 of file placementtracker.cpp.
void KWin::PlacementTracker::init | ( | const QString & | key | ) |
Definition at line 145 of file placementtracker.cpp.
void KWin::PlacementTracker::remove | ( | Window * | window | ) |
Definition at line 61 of file placementtracker.cpp.
void KWin::PlacementTracker::restore | ( | const QString & | key | ) |
Definition at line 72 of file placementtracker.cpp.
void KWin::PlacementTracker::uninhibit | ( | ) |
Definition at line 198 of file placementtracker.cpp.