![]() |
VR-Forces Developer's Guide
|
Processor to handle events for the osgWidget overlay on a channel.

Public Member Functions | |
| DtGlStudioEventProcessor (DtDe &de, DtOsgGlStudioCockpit *cockpit) | |
| virtual | ~DtGlStudioEventProcessor () |
| virtual bool | processMouseEvent (const DtMouseEvent &ev, DtChannel &channel) |
| virtual bool | processKeyboardEvent (const DtKeyEvent &ev, DtChannel &channel) |
| virtual bool | processWidgetEvent (const DtUniqueID &id, DtMouseEvent::EventType &eventType, const DtMouseState &mouseState, DtChannel &channel) |
| virtual const std::string & | className () |
Public Member Functions inherited from makVrv::DtEventProcessorInterface | |
| DtEventProcessorInterface () | |
| virtual | ~DtEventProcessorInterface () |
| virtual bool | processPinchGesture (const DtPinchGesture &ev, DtChannel &channel) |
| virtual void | setEnabled (bool b) |
| bool | enabled () const |
Protected Attributes | |
| DtDe & | myDe |
| DtOsgGlStudioCockpit * | myCockpit |
Protected Attributes inherited from makVrv::DtEventProcessorInterface | |
| bool | myEnabled |
| 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 |