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

Public Member Functions | |
| DtWidgetOverlayEventProcessor (DtDe &de) | |
| virtual | ~DtWidgetOverlayEventProcessor () |
| virtual bool | processMouseEvent (const DtMouseEvent &ev, DtChannel &channel) |
| virtual bool | processKeyboardEvent (const DtKeyEvent &ev, DtChannel &channel) |
| virtual void | switchSymbolDecorationQuadrantForCurrentlySelectedEntities () |
| 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 |
Protected Attributes inherited from makVrv::DtEventProcessorInterface | |
| bool | myEnabled |
| 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 |
Gets the currently selected entities and emits DtSelectionManager::signal_switchEntitySymbolDecorationQuadrant for each one.
|
virtual |
Returns DtWidgetOverlayEventProcessor.
Implements makVrv::DtEventProcessorInterface.
|
protected |