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

Public Member Functions | |
| DtGlStudioEventProcessor (DtDe &de, DtOsgGlStudioCockpit *cockpit) | |
| CTOR. More... | |
| virtual | ~DtGlStudioEventProcessor () |
| DTOR. More... | |
| virtual bool | processMouseEvent (const DtMouseEvent &ev, DtChannel &channel) |
| Repackage a mouse event for the window manager and pass it along. More... | |
| virtual bool | processKeyboardEvent (const DtKeyEvent &ev, DtChannel &channel) |
| Repackage a keyboard event for the window manager and pass it along. More... | |
| virtual bool | processWidgetEvent (const DtUniqueID &id, DtMouseEvent::EventType &eventType, const DtMouseState &mouseState, DtChannel &channel) |
| Ignore. More... | |
| virtual const std::string & | className () |
| Returns DtWidgetOverlayEventProcessor. More... | |
Public Member Functions inherited from makVrv::DtEventProcessorInterface | |
| DtEventProcessorInterface () | |
| CTOR. More... | |
| virtual | ~DtEventProcessorInterface () |
| DTOR. More... | |
| virtual bool | processPinchGesture (const DtPinchGesture &ev, DtChannel &channel) |
| Don't require a handler for pinch gestures, but make them available. More... | |
| virtual void | setEnabled (bool b) |
| Get/set enabled flag. More... | |
| bool | enabled () const |
Protected Attributes | |
| DtDe & | myDe |
| DtOsgGlStudioCockpit * | myCockpit |
Protected Attributes inherited from makVrv::DtEventProcessorInterface | |
| bool | myEnabled |
Processor to handle events for the osgWidget overlay on a channel.
| makVrv::DtGlStudioEventProcessor::DtGlStudioEventProcessor | ( | DtDe & | de, |
| DtOsgGlStudioCockpit * | cockpit | ||
| ) |
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.
|
inlinevirtual |
Ignore.
|
virtual |
Returns DtWidgetOverlayEventProcessor.
Implements makVrv::DtEventProcessorInterface.
|
protected |
|
protected |