![]() |
VR-Forces 4.7 Class Documentation
|
!!!!!!!!!!!!!!!!!!!! DtLocationEntryEventProcessor More...

Public Member Functions | |
| DtLocationEntryEventProcessor (makVrv::DtDe &de, DtLocationEntryWidgetLogic *p, const std::string &className) | |
| virtual | ~DtLocationEntryEventProcessor () |
| virtual void | enable () |
| virtual void | disable () |
| virtual bool | processMouseEvent (const makVrv::DtMouseEvent &ev, makVrv::DtChannel &channel) |
| Processes a mouse event on the channel. | |
| virtual bool | processKeyboardEvent (const makVrv::DtKeyEvent &ev, makVrv::DtChannel &channel) |
| Processes a keyboard event on the channel. | |
| const std::string & | className () |
| Returns the name of the processor class, to be used for identifying an event processor. | |
Public Member Functions inherited from makVrv::DtEventProcessorInterface | |
| DtEventProcessorInterface () | |
| CTOR. | |
| virtual | ~DtEventProcessorInterface () |
| DTOR. | |
| virtual bool | processPinchGesture (const DtPinchGesture &ev, DtChannel &channel) |
| Don't require a handler for pinch gestures, but make them available. | |
| virtual void | setEnabled (bool b) |
| Get/set enabled flag. | |
| bool | enabled () const |
Protected Attributes | |
| bool | myEnabled |
| DtLocationEntryWidgetLogic * | myLogic |
| std::string | myClassName |
| makVrv::DtDe & | myDe |
Protected Attributes inherited from makVrv::DtEventProcessorInterface | |
| bool | myEnabled |
!!!!!!!!!!!!!!!!!!!! DtLocationEntryEventProcessor
| makVrf::DtLocationEntryEventProcessor::DtLocationEntryEventProcessor | ( | makVrv::DtDe & | de, |
| DtLocationEntryWidgetLogic * | p, | ||
| const std::string & | className | ||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
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.
|
virtual |
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.
|
inlinevirtual |
Returns the name of the processor class, to be used for identifying an event processor.
Implements makVrv::DtEventProcessorInterface.
|
protected |
|
protected |
|
protected |
|
protected |