![]() |
VR-Forces 4.1 Class Documentation
|
Processor to handle events for the osgWidget overlay on a channel. More...

Public Member Functions | |
| DtWidgetOverlayEventProcessor (DtDe &de) | |
| CTOR. | |
| virtual | ~DtWidgetOverlayEventProcessor () |
| DTOR. | |
| virtual bool | processMouseEvent (const DtMouseEvent &ev, DtChannel &channel) |
| Repackage a mouse event for the window manager and pass it along. | |
| virtual bool | processKeyboardEvent (const DtKeyEvent &ev, DtChannel &channel) |
| Repackage a keyboard event for the window manager and pass it along. | |
| virtual const std::string & | className () |
| Returns DtWidgetOverlayEventProcessor. | |
Public Member Functions inherited from makVrv::DtEventProcessorInterface | |
| DtEventProcessorInterface () | |
| CTOR. | |
| virtual | ~DtEventProcessorInterface () |
| DTOR. | |
| virtual void | setEnabled (bool b) |
| Get/set enabled flag. | |
| bool | enabled () const |
Protected Attributes | |
| DtDe & | myDe |
Protected Attributes inherited from makVrv::DtEventProcessorInterface | |
| bool | myEnabled |
Processor to handle events for the osgWidget overlay on a channel.
| makVrv::DtWidgetOverlayEventProcessor::DtWidgetOverlayEventProcessor | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Repackage a mouse event for the window manager and pass it along.
Implements makVrv::DtEventProcessorInterface.
|
virtual |
Repackage a keyboard event for the window manager and pass it along.
Implements makVrv::DtEventProcessorInterface.
|
virtual |
Returns DtWidgetOverlayEventProcessor.
Implements makVrv::DtEventProcessorInterface.
|
protected |