NETRootInfo2 Class Reference
This class is an extension of the NETRootInfo class, and exists solely for binary compatibility reasons (adds new virtual methods). More...
#include <netwm.h>
Inheritance diagram for NETRootInfo2:

Public Member Functions | |
NETRootInfo2 (Display *display, Window supportWindow, const char *wmName, unsigned long properties[], int properties_size, int screen=-1, bool doActivate=true) | |
void | sendPing (Window window, Time timestamp) |
Protected Member Functions | |
virtual void | gotPing (Window, Time) |
virtual void | changeActiveWindow (Window, NET::RequestSource, Time, Window) |
virtual void | restackWindow (Window, Window, int) |
virtual void | moveResizeWindow (Window, int, int, int, int, int) |
Friends | |
class | NETRootInfo |
Detailed Description
This class is an extension of the NETRootInfo class, and exists solely for binary compatibility reasons (adds new virtual methods).Simply use it instead of NETRootInfo and override also the added virtual methods.
- Since:
- 3.2
Definition at line 749 of file netwm.h.
Member Function Documentation
|
Sends a ping with the given timestamp to the window, using the _NET_WM_PING protocol.
Definition at line 1664 of file netwm.cpp. References NETWinInfoPrivate::display. |
|
A Window Manager should subclass NETRootInfo2 and reimplement this function when it wants to receive replies to the _NET_WM_PING protocol.
Definition at line 770 of file netwm.h. Referenced by NETRootInfo::event(). |
|
A Window Manager should subclass NETRootInfo2 and reimplement this function when it wants to know when a Client made a request to change the active (focused) window.
Definition at line 783 of file netwm.h. Referenced by NETRootInfo::event(). |
|
A Window Manager should subclass NETRootInfo2 and reimplement this function when it wants to know when a Client made a request to restack a window. See _NET_RESTACK_WINDOW for details.
Definition at line 794 of file netwm.h. Referenced by NETRootInfo::event(). |
|
A Window Manager should subclass NETRootInfo2 and reimplement this function when it wants to know when a pager made a request to move/resize a window. See _NET_MOVERESIZE_WINDOW for details.
Definition at line 804 of file netwm.h. Referenced by NETRootInfo::event(). |
The documentation for this class was generated from the following files: