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

The function sets for key-up and key-down events for one key used as an entry in a DtKeyMap. More...

List of all members.

Public Member Functions

 DtKeyFunctionMapEntry ()
 CTOR.
 ~DtKeyFunctionMapEntry ()
 DTOR.
 DtKeyFunctionMapEntry (const DtKeyFunctionMapEntry &orig)
 Copy Contructor.
DtKeyFunctionMapEntryoperator= (const DtKeyFunctionMapEntry &orig)
 Assignment operator.
void setDownFunctions (const DtKeyFunctionSet &downFunctions)
 set the function set used for a key-down event
DtKeyFunctionSetdownFunctions ()
 get the function set used for a key-down event
const DtKeyFunctionSetdownFunctions () const
void setUpFunctions (const DtKeyFunctionSet &upFunctions)
 set the function set used for a key-up event
DtKeyFunctionSetupFunctions ()
 set the function set used for a key-down event
const DtKeyFunctionSetupFunctions () 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

DtKeyFunctionSet myDownFunctions
DtKeyFunctionSet myUpFunctions

Detailed Description

The function sets for key-up and key-down events for one key used as an entry in a DtKeyMap.


Constructor & Destructor Documentation

CTOR.

DTOR.

Copy Contructor.


Member Function Documentation

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

Assignment operator.

set the function set used for a key-down event

get the function set used for a key-down event

set the function set used for a key-up event

set the function set used for a key-down event

template<class Archive >
void makVrv::DtKeyFunctionMapEntry::_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)