|
NXWidgets
1.19
|
#include <cwindoweventhandler.hxx>

Public Member Functions | |
| CWindowEventHandler () | |
| virtual | ~CWindowEventHandler () |
| virtual void | handleRedrawEvent (void) |
| virtual void | handleGeometryEvent (void) |
| virtual void | handleMouseEvent (void) |
| virtual void | handleKeyboardEvent (void) |
| virtual void | handleBlockedEvent (FAR void *arg) |
Base CWindowEventHandler class, intended to be subclassed. Any class that needs to listen for window events should inherit from this class.
Definition at line 64 of file cwindoweventhandler.hxx.
|
inline |
Constructor.
Definition at line 71 of file cwindoweventhandler.hxx.
|
inlinevirtual |
Destructor.
Definition at line 77 of file cwindoweventhandler.hxx.
|
inlinevirtual |
Handle a NX window blocked event
| arg | - User provided argument (see nx_block or nxtk_block) |
Reimplemented in NxWM::CWindowMessenger.
Definition at line 115 of file cwindoweventhandler.hxx.
|
inlinevirtual |
Handle a NX window position/size change event
Definition at line 89 of file cwindoweventhandler.hxx.
|
inlinevirtual |
Handle a NX window keyboard input event.
Reimplemented in NxWM::CWindowMessenger.
Definition at line 106 of file cwindoweventhandler.hxx.
|
inlinevirtual |
Handle an NX window mouse input event.
| e | The event data. |
Reimplemented in NxWM::CWindowMessenger.
Definition at line 98 of file cwindoweventhandler.hxx.
|
inlinevirtual |
Handle a NX window redraw request event
Definition at line 83 of file cwindoweventhandler.hxx.
1.8.13