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

Public Member Functions | |
| DtGlStudioEventProcessor (DtDe &de, DtOsgGlStudioCockpit *cockpit) | |
| CTOR. | |
| virtual | ~DtGlStudioEventProcessor () |
| 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 bool | processWidgetEvent (const DtUniqueID &id, DtMouseEvent::EventType &eventType, const DtMouseState &mouseState, DtChannel &channel) |
| Ignore. | |
| virtual const std::string & | className () |
| Returns DtWidgetOverlayEventProcessor. | |
Protected Attributes | |
| DtDe & | myDe |
| DtOsgGlStudioCockpit * | myCockpit |
Processor to handle events for the osgWidget overlay on a channel.
| makVrv::DtGlStudioEventProcessor::DtGlStudioEventProcessor | ( | DtDe & | de, |
| DtOsgGlStudioCockpit * | cockpit | ||
| ) |
CTOR.
| virtual makVrv::DtGlStudioEventProcessor::~DtGlStudioEventProcessor | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtGlStudioEventProcessor::processMouseEvent | ( | const DtMouseEvent & | ev, |
| DtChannel & | channel | ||
| ) | [virtual] |
Repackage a mouse event for the window manager and pass it along.
Implements makVrv::DtEventProcessorInterface.
| virtual bool makVrv::DtGlStudioEventProcessor::processKeyboardEvent | ( | const DtKeyEvent & | ev, |
| DtChannel & | channel | ||
| ) | [virtual] |
Repackage a keyboard event for the window manager and pass it along.
Implements makVrv::DtEventProcessorInterface.
| virtual bool makVrv::DtGlStudioEventProcessor::processWidgetEvent | ( | const DtUniqueID & | id, |
| DtMouseEvent::EventType & | eventType, | ||
| const DtMouseState & | mouseState, | ||
| DtChannel & | channel | ||
| ) | [inline, virtual] |
Ignore.
| virtual const std::string& makVrv::DtGlStudioEventProcessor::className | ( | ) | [virtual] |
Returns DtWidgetOverlayEventProcessor.
Implements makVrv::DtEventProcessorInterface.
DtDe& makVrv::DtGlStudioEventProcessor::myDe [protected] |