![]() |
VR-Forces 5.0.3 Developer's Guide
|
A serializable set of function lists, one for each modifier combination.
Protected Member Functions | |
| template<class Archive > | |
| void | _serialize (Archive &ar, const unsigned int version) |
| makVrv::DtKeyFunctionSet::DtKeyFunctionSet | ( | ) |
CTOR.
| makVrv::DtKeyFunctionSet::~DtKeyFunctionSet | ( | ) |
DTOR.
| makVrv::DtKeyFunctionSet::DtKeyFunctionSet | ( | const DtKeyFunctionSet & | orig | ) |
Copy Constructor.
| DtKeyFunctionSet& makVrv::DtKeyFunctionSet::operator= | ( | const DtKeyFunctionSet & | orig | ) |
Assignment Operator.
| void makVrv::DtKeyFunctionSet::setUnmodifiedFunction | ( | const DtKeyFunctionNameList & | func | ) |
set the function name list for an unmodified key
| DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::unmodifiedFunction | ( | ) |
get the function name list for an unmodified key
| const DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::unmodifiedFunction | ( | ) | const |
| void makVrv::DtKeyFunctionSet::setShiftModifiedFunction | ( | const DtKeyFunctionNameList & | func | ) |
set the function name list for a shift nmodified key
| DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::shiftModifiedFunction | ( | ) |
get the function name list for a shift nmodified key
| const DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::shiftModifiedFunction | ( | ) | const |
| void makVrv::DtKeyFunctionSet::setCtrlModifiedFunction | ( | const DtKeyFunctionNameList & | func | ) |
set the function name list for a ctrl nmodified key
| DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::ctrlModifiedFunction | ( | ) |
get the function name list for a ctrl nmodified key
| const DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::ctrlModifiedFunction | ( | ) | const |
| void makVrv::DtKeyFunctionSet::setAltModifiedFunction | ( | const DtKeyFunctionNameList & | func | ) |
set the function name list for an alt nmodified key
| DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::altModifiedFunction | ( | ) |
get the function name list for an alt nmodified key
| const DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::altModifiedFunction | ( | ) | const |
| void makVrv::DtKeyFunctionSet::setShiftCtrlModifiedFunction | ( | const DtKeyFunctionNameList & | func | ) |
set the function name list for a shift-ctrl nmodified key
| DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::shiftCtrlModifiedFunction | ( | ) |
get the function name list for a shift-ctrl nmodified key
| const DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::shiftCtrlModifiedFunction | ( | ) | const |
| void makVrv::DtKeyFunctionSet::setShiftAltModifiedFunction | ( | const DtKeyFunctionNameList & | func | ) |
set the function name list for a shift-alt nmodified key
| DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::shiftAltModifiedFunction | ( | ) |
get the function name list for a shift-alt nmodified key
| const DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::shiftAltModifiedFunction | ( | ) | const |
| void makVrv::DtKeyFunctionSet::setCtrlAltModifiedFunction | ( | const DtKeyFunctionNameList & | func | ) |
set the function name list for a ctrl-alt nmodified key
| DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::ctrlAltModifiedFunction | ( | ) |
get the function name list for a ctrl-alt nmodified key
| const DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::ctrlAltModifiedFunction | ( | ) | const |
| void makVrv::DtKeyFunctionSet::setShiftCtrlAltModifiedFunction | ( | const DtKeyFunctionNameList & | func | ) |
set the function name list for a shift-ctrl-alt nmodified key
| DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::shiftCtrlAltModifiedFunction | ( | ) |
get the function name list for a shift-ctrl-alt nmodified key
| const DtKeyFunctionNameList& makVrv::DtKeyFunctionSet::shiftCtrlAltModifiedFunction | ( | ) | 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 |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |