![]() |
VR-Forces 4.3.1 Class Documentation
|
The reverse key map is a list of these for each function name. More...

Public Member Functions | |
| DtKeyMapping () | |
| DtKeyMapping (const DtKeyEvent &keyEvent) | |
| DtKeyMapping (const DtKeyMapping &orig) | |
| DtKeyMapping & | operator= (const DtKeyMapping &orig) |
| std::string | parentFunctionName () const |
| void | setParentFunctionName (const std::string &parentFunctionName) |
Public Member Functions inherited from makVrv::DtKeyEvent | |
| DtKeyEvent () | |
| Default constructor. | |
| DtKeyEvent (KeyEventType eventType, const DtKeyState &KeyState) | |
| Construct a Key event. | |
| virtual | ~DtKeyEvent () |
| Destructor. | |
| DtKeyEvent (const DtKeyEvent &) | |
| Copy constructor. | |
| DtKeyEvent & | operator= (const DtKeyEvent &) |
| Assignment operator. | |
| const DtKeyState & | keyState () const |
| Get the state object associated with this event. | |
| DtKeyState & | keyState () |
| Get the state object associated with this event. | |
| virtual void | setKeyState (const DtKeyState &keyState) |
| Set the state object associated with this event. | |
| DtKeyEvent::KeyEventType | eventType () const |
| Get the event type this event. | |
| virtual void | setEventType (DtKeyEvent::KeyEventType eventType) |
| Set the event type this event. | |
Protected Attributes | |
| std::string | myParentFunctionName |
| "" if not inherited from a binary mapping | |
Protected Attributes inherited from makVrv::DtKeyEvent | |
| DtKeyEvent::KeyEventType | myEventType |
| DtKeyState | myKeyState |
Additional Inherited Members | |
Public Types inherited from makVrv::DtKeyEvent | |
| enum | KeyEventType { NO_EVENT = 0, KEY_DOWN, KEY_UP } |
| Enumerate the types of key events supported. More... | |
The reverse key map is a list of these for each function name.
| makVrv::DtKeyMapping::DtKeyMapping | ( | ) |
| makVrv::DtKeyMapping::DtKeyMapping | ( | const DtKeyEvent & | keyEvent | ) |
| makVrv::DtKeyMapping::DtKeyMapping | ( | const DtKeyMapping & | orig | ) |
| DtKeyMapping& makVrv::DtKeyMapping::operator= | ( | const DtKeyMapping & | orig | ) |
| std::string makVrv::DtKeyMapping::parentFunctionName | ( | ) | const |
| void makVrv::DtKeyMapping::setParentFunctionName | ( | const std::string & | parentFunctionName | ) |
|
protected |
"" if not inherited from a binary mapping