![]() |
VR-Forces 4.1 Class Documentation
|
Listen for double-click events on behalf of the DtVrfEditManager and initiate the edit process. More...

Public Member Functions | |
| DtVrfEditManagerEventProcessor (makVrv::DtDe &) | |
| CTOR. | |
| virtual | ~DtVrfEditManagerEventProcessor () |
| virtual DTOR | |
| void | setAllowEditing (bool b) |
| bool | allowEditing () const |
Public Member Functions inherited from makVrv::DtEventProcessorInterface | |
| DtEventProcessorInterface () | |
| CTOR. | |
| virtual | ~DtEventProcessorInterface () |
| DTOR. | |
| virtual void | setEnabled (bool b) |
| Get/set enabled flag. | |
| bool | enabled () const |
Protected Member Functions | |
| 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) |
| required but does nothing | |
| virtual const std::string & | className () |
| processor name; required | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| bool | myAllowEditing |
Protected Attributes inherited from makVrv::DtEventProcessorInterface | |
| bool | myEnabled |
Listen for double-click events on behalf of the DtVrfEditManager and initiate the edit process.
| makVrf::DtVrfEditManagerEventProcessor::DtVrfEditManagerEventProcessor | ( | makVrv::DtDe & | ) |
CTOR.
|
virtual |
virtual DTOR
|
inline |
|
inline |
|
protectedvirtual |
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.
|
protectedvirtual |
required but does nothing
Implements makVrv::DtEventProcessorInterface.
|
protectedvirtual |
processor name; required
Implements makVrv::DtEventProcessorInterface.
|
protected |
|
protected |