KWin
KWin::RootInfo Class Reference
NET WM Protocol handler class. More...
#include <workspace.h>
Inheritance diagram for KWin::RootInfo:

Public Member Functions | |
| RootInfo (Workspace *ws, Display *dpy, Window w, const char *name, unsigned long pr[], int pr_num, int scr=-1) | |
Protected Member Functions | |
| virtual void | changeActiveWindow (Window w, NET::RequestSource src, Time timestamp, Window active_window) |
| virtual void | changeCurrentDesktop (int d) |
| virtual void | changeNumberOfDesktops (int n) |
| virtual void | changeShowingDesktop (bool showing) |
| virtual void | closeWindow (Window w) |
| virtual void | gotPing (Window w, Time timestamp) |
| virtual void | gotTakeActivity (Window w, Time timestamp, long flags) |
| virtual void | moveResize (Window w, int x_root, int y_root, unsigned long direction) |
| virtual void | moveResizeWindow (Window w, int flags, int x, int y, int width, int height) |
| virtual void | restackWindow (Window w, RequestSource source, Window above, int detail, Time timestamp) |
Detailed Description
NET WM Protocol handler class.Definition at line 802 of file workspace.h.
Constructor & Destructor Documentation
| KWin::RootInfo::RootInfo | ( | Workspace * | ws, | |
| Display * | dpy, | |||
| Window | w, | |||
| const char * | name, | |||
| unsigned long | pr[], | |||
| int | pr_num, | |||
| int | scr = -1 | |||
| ) |
Definition at line 119 of file events.cpp.
Member Function Documentation
| void KWin::RootInfo::changeActiveWindow | ( | Window | w, | |
| NET::RequestSource | src, | |||
| Time | timestamp, | |||
| Window | active_window | |||
| ) | [protected, virtual] |
Definition at line 135 of file events.cpp.
| void KWin::RootInfo::changeCurrentDesktop | ( | int | d | ) | [protected, virtual] |
Definition at line 130 of file events.cpp.
| void KWin::RootInfo::changeNumberOfDesktops | ( | int | n | ) | [protected, virtual] |
Definition at line 125 of file events.cpp.
| void KWin::RootInfo::changeShowingDesktop | ( | bool | showing | ) | [protected, virtual] |
Definition at line 212 of file events.cpp.
| void KWin::RootInfo::closeWindow | ( | Window | w | ) | [protected, virtual] |
Definition at line 182 of file events.cpp.
| void KWin::RootInfo::gotPing | ( | Window | w, | |
| Time | timestamp | |||
| ) | [protected, virtual] |
Definition at line 206 of file events.cpp.
| void KWin::RootInfo::gotTakeActivity | ( | Window | w, | |
| Time | timestamp, | |||
| long | flags | |||
| ) | [protected, virtual] |
Definition at line 176 of file events.cpp.
| void KWin::RootInfo::moveResize | ( | Window | w, | |
| int | x_root, | |||
| int | y_root, | |||
| unsigned long | direction | |||
| ) | [protected, virtual] |
Definition at line 189 of file events.cpp.
| void KWin::RootInfo::moveResizeWindow | ( | Window | w, | |
| int | flags, | |||
| int | x, | |||
| int | y, | |||
| int | width, | |||
| int | height | |||
| ) | [protected, virtual] |
Definition at line 199 of file events.cpp.
| void KWin::RootInfo::restackWindow | ( | Window | w, | |
| RequestSource | source, | |||
| Window | above, | |||
| int | detail, | |||
| Time | timestamp | |||
| ) | [protected, virtual] |
Definition at line 164 of file events.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference