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