![]() |
VR-Forces Developer's Guide
|
!!!!!!!!!!!!!!!!!!!! DtLocationEntryEventProcessor

Public Member Functions | |
| DtLocationEntryEventProcessor (makVrv::DtDe &de, DtLocationEntryWidgetLogic *p, const std::string &className) | |
| virtual | ~DtLocationEntryEventProcessor () override |
| virtual void | enable () |
| virtual void | disable () |
| virtual bool | processMouseEvent (const makVrv::DtMouseEvent &ev, makVrv::DtChannel &channel) override |
| virtual bool | processKeyboardEvent (const makVrv::DtKeyEvent &ev, makVrv::DtChannel &channel) override |
| virtual const std::string & | className () override |
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 | |
| bool | myEnabled |
| DtLocationEntryWidgetLogic * | myLogic |
| std::string | myClassName |
| makVrv::DtDe & | myDe |
Protected Attributes inherited from makVrv::DtEventProcessorInterface | |
| bool | myEnabled |
| makVrf::DtLocationEntryEventProcessor::DtLocationEntryEventProcessor | ( | makVrv::DtDe & | de, |
| DtLocationEntryWidgetLogic * | p, | ||
| const std::string & | className | ||
| ) |
|
overridevirtual |
|
virtual |
|
virtual |
|
overridevirtual |
Processes a mouse event on the channel. Should return true if the event is handled successfully, and false to reject it and pass it on to the next event processor.
Implements makVrv::DtEventProcessorInterface.
|
overridevirtual |
Processes a keyboard event on the channel. Should return true if the event is handled successfully, and false to reject it and pass it on to the next event processor.
Implements makVrv::DtEventProcessorInterface.
|
inlineoverridevirtual |
Returns the name of the processor class, to be used for identifying an event processor.
Implements makVrv::DtEventProcessorInterface.
|
protected |
|
protected |
|
protected |
|
protected |