#include <window.h>
Inherits WrapableInterface< CompWindow, WindowInterface >.
Inherited by WrapableHandler< WindowInterface, 15 >.
Public Member Functions | |
virtual void | getOutputExtents (CompWindowExtents &output) |
virtual void | getAllowedActions (unsigned int &setActions, unsigned int &clearActions) |
virtual bool | focus () |
virtual void | activate () |
virtual bool | place (CompPoint &pos) |
virtual void | validateResizeRequest (unsigned int &mask, XWindowChanges *xwc, unsigned int source) |
virtual void | resizeNotify (int dx, int dy, int dwidth, int dheight) |
virtual void | moveNotify (int dx, int dy, bool immediate) |
virtual void | windowNotify (CompWindowNotify n) |
virtual void | grabNotify (int x, int y, unsigned int state, unsigned int mask) |
virtual void | ungrabNotify () |
virtual void | stateChangeNotify (unsigned int lastState) |
virtual void | updateFrameRegion (CompRegion ®ion) |
virtual bool | alpha () |
virtual bool | isFocussable () |
Derive from this class and overload these functions in order to have your function called after a core CompWindow function is called with the same name.