VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtKeyFunctionSet Class Reference

A serializable set of function lists, one for each modifier combination. More...

List of all members.

Public Member Functions

 DtKeyFunctionSet ()
 CTOR.
 ~DtKeyFunctionSet ()
 DTOR.
DtKeyFunctionSetoperator= (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
DtKeyFunctionNameListunmodifiedFunction ()
 get the function name list for an unmodified key
const DtKeyFunctionNameListunmodifiedFunction () const
void setShiftModifiedFunction (const DtKeyFunctionNameList &func)
 set the function name list for a shift nmodified key
DtKeyFunctionNameListshiftModifiedFunction ()
 get the function name list for a shift nmodified key
const DtKeyFunctionNameListshiftModifiedFunction () const
void setCtrlModifiedFunction (const DtKeyFunctionNameList &func)
 set the function name list for a ctrl nmodified key
DtKeyFunctionNameListctrlModifiedFunction ()
 get the function name list for a ctrl nmodified key
const DtKeyFunctionNameListctrlModifiedFunction () const
void setAltModifiedFunction (const DtKeyFunctionNameList &func)
 set the function name list for an alt nmodified key
DtKeyFunctionNameListaltModifiedFunction ()
 get the function name list for an alt nmodified key
const DtKeyFunctionNameListaltModifiedFunction () const
void setShiftCtrlModifiedFunction (const DtKeyFunctionNameList &func)
 set the function name list for a shift-ctrl nmodified key
DtKeyFunctionNameListshiftCtrlModifiedFunction ()
 get the function name list for a shift-ctrl nmodified key
const DtKeyFunctionNameListshiftCtrlModifiedFunction () const
void setShiftAltModifiedFunction (const DtKeyFunctionNameList &func)
 set the function name list for a shift-alt nmodified key
DtKeyFunctionNameListshiftAltModifiedFunction ()
 get the function name list for a shift-alt nmodified key
const DtKeyFunctionNameListshiftAltModifiedFunction () const
void setCtrlAltModifiedFunction (const DtKeyFunctionNameList &func)
 set the function name list for a ctrl-alt nmodified key
DtKeyFunctionNameListctrlAltModifiedFunction ()
 get the function name list for a ctrl-alt nmodified key
const DtKeyFunctionNameListctrlAltModifiedFunction () const
void setShiftCtrlAltModifiedFunction (const DtKeyFunctionNameList &func)
 set the function name list for a shift-ctrl-alt nmodified key
DtKeyFunctionNameListshiftCtrlAltModifiedFunction ()
 get the function name list for a shift-ctrl-alt nmodified key
const DtKeyFunctionNameListshiftCtrlAltModifiedFunction () 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.

Protected Attributes

DtKeyFunctionNameList myUnmodified
DtKeyFunctionNameList myShiftModified
DtKeyFunctionNameList myCtrlModified
DtKeyFunctionNameList myAltModified
DtKeyFunctionNameList myShiftCtrlModified
DtKeyFunctionNameList myShiftAltModified
DtKeyFunctionNameList myCtrlAltModified
DtKeyFunctionNameList myShiftCtrlAltModified

Detailed Description

A serializable set of function lists, one for each modifier combination.


Constructor & Destructor Documentation

CTOR.

DTOR.

Copy Constructor.


Member Function Documentation

DtKeyFunctionSet& makVrv::DtKeyFunctionSet::operator= ( const DtKeyFunctionSet orig)

Assignment Operator.

set the function name list for an unmodified key

get the function name list for an unmodified key

set the function name list for a shift nmodified key

get the function name list for a shift nmodified key

set the function name list for a ctrl nmodified key

get the function name list for a ctrl nmodified key

set the function name list for an alt nmodified key

get the function name list for an alt nmodified key

set the function name list for a shift-ctrl nmodified key

get the function name list for a shift-ctrl nmodified key

set the function name list for a shift-alt nmodified key

get the function name list for a shift-alt nmodified key

set the function name list for a ctrl-alt nmodified key

get the function name list for a ctrl-alt nmodified key

set the function name list for a shift-ctrl-alt nmodified key

get the function name list for a shift-ctrl-alt nmodified key

template<class Archive >
void makVrv::DtKeyFunctionSet::_serialize ( Archive &  ar,
const unsigned int  version 
) [inline, protected]

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.


Member Data Documentation


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)