![]() |
VR-Forces 5.0.3 Developer's Guide
|
The function sets for key-up and key-down events for one key used as an entry in a DtKeyMap.
Public Member Functions | |
| DtKeyFunctionMapEntry () | |
| ~DtKeyFunctionMapEntry () | |
| DtKeyFunctionMapEntry (const DtKeyFunctionMapEntry &orig) | |
| DtKeyFunctionMapEntry & | operator= (const DtKeyFunctionMapEntry &orig) |
| void | setDownFunctions (const DtKeyFunctionSet &downFunctions) |
| DtKeyFunctionSet & | downFunctions () |
| const DtKeyFunctionSet & | downFunctions () const |
| void | setUpFunctions (const DtKeyFunctionSet &upFunctions) |
| DtKeyFunctionSet & | upFunctions () |
| const DtKeyFunctionSet & | upFunctions () const |
Protected Member Functions | |
| template<class Archive > | |
| void | _serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| DtKeyFunctionSet | myDownFunctions |
| DtKeyFunctionSet | myUpFunctions |
| makVrv::DtKeyFunctionMapEntry::DtKeyFunctionMapEntry | ( | ) |
CTOR.
| makVrv::DtKeyFunctionMapEntry::~DtKeyFunctionMapEntry | ( | ) |
DTOR.
| makVrv::DtKeyFunctionMapEntry::DtKeyFunctionMapEntry | ( | const DtKeyFunctionMapEntry & | orig | ) |
Copy Contructor.
| DtKeyFunctionMapEntry& makVrv::DtKeyFunctionMapEntry::operator= | ( | const DtKeyFunctionMapEntry & | orig | ) |
Assignment operator.
| void makVrv::DtKeyFunctionMapEntry::setDownFunctions | ( | const DtKeyFunctionSet & | downFunctions | ) |
set the function set used for a key-down event
| DtKeyFunctionSet& makVrv::DtKeyFunctionMapEntry::downFunctions | ( | ) |
get the function set used for a key-down event
| const DtKeyFunctionSet& makVrv::DtKeyFunctionMapEntry::downFunctions | ( | ) | const |
| void makVrv::DtKeyFunctionMapEntry::setUpFunctions | ( | const DtKeyFunctionSet & | upFunctions | ) |
set the function set used for a key-up event
| DtKeyFunctionSet& makVrv::DtKeyFunctionMapEntry::upFunctions | ( | ) |
set the function set used for a key-down event
| const DtKeyFunctionSet& makVrv::DtKeyFunctionMapEntry::upFunctions | ( | ) | const |
|
inlineprotected |
Declare serialize functions Call via serialize(Archive ar, unsigned int version); Where Archive can be any of : xml_oarchive,xml_iarchive,binary_oarchive binary_iarchive,text_oarchive, or text_iarchive.
References DT_SERIALIZE_MEMBER.
|
protected |
|
protected |