VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtKeyMapping Class Reference

The reverse key map is a list of these for each function name. More...

Inheritance diagram for makVrv::DtKeyMapping:
Inheritance graph
[legend]

Public Member Functions

 DtKeyMapping ()
 
 DtKeyMapping (const DtKeyEvent &keyEvent)
 
 DtKeyMapping (const DtKeyMapping &orig)
 
DtKeyMappingoperator= (const DtKeyMapping &orig)
 
std::string parentFunctionName () const
 
void setParentFunctionName (const std::string &parentFunctionName)
 
- Public Member Functions inherited from makVrv::DtKeyEvent
 DtKeyEvent ()
 Default constructor. More...
 
 DtKeyEvent (KeyEventType eventType, const DtKeyState &KeyState)
 Construct a Key event. More...
 
virtual ~DtKeyEvent ()
 Destructor. More...
 
 DtKeyEvent (const DtKeyEvent &)
 Copy constructor. More...
 
DtKeyEventoperator= (const DtKeyEvent &)
 Assignment operator. More...
 
const DtKeyStatekeyState () const
 Get the state object associated with this event. More...
 
DtKeyStatekeyState ()
 Get the state object associated with this event. More...
 
virtual void setKeyState (const DtKeyState &keyState)
 Set the state object associated with this event. More...
 
DtKeyEvent::KeyEventType eventType () const
 Get the event type this event. More...
 
virtual void setEventType (DtKeyEvent::KeyEventType eventType)
 Set the event type this event. More...
 

Protected Attributes

std::string myParentFunctionName
 "" if not inherited from a binary mapping More...
 
- 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...
 

Detailed Description

The reverse key map is a list of these for each function name.

Constructor & Destructor Documentation

makVrv::DtKeyMapping::DtKeyMapping ( )
makVrv::DtKeyMapping::DtKeyMapping ( const DtKeyEvent keyEvent)
makVrv::DtKeyMapping::DtKeyMapping ( const DtKeyMapping orig)

Member Function Documentation

DtKeyMapping& makVrv::DtKeyMapping::operator= ( const DtKeyMapping orig)
std::string makVrv::DtKeyMapping::parentFunctionName ( ) const
void makVrv::DtKeyMapping::setParentFunctionName ( const std::string &  parentFunctionName)

Member Data Documentation

std::string makVrv::DtKeyMapping::myParentFunctionName
protected

"" if not inherited from a binary mapping


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)