VR-Forces 4.1 Class Documentation
List of all members | 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...

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

makVrv::DtKeyFunctionMapEntry::DtKeyFunctionMapEntry ( )

CTOR.

makVrv::DtKeyFunctionMapEntry::~DtKeyFunctionMapEntry ( )

DTOR.

makVrv::DtKeyFunctionMapEntry::DtKeyFunctionMapEntry ( const DtKeyFunctionMapEntry orig)

Copy Contructor.

Member Function Documentation

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
template<class Archive >
void makVrv::DtKeyFunctionMapEntry::_serialize ( Archive &  ar,
const unsigned int  version 
)
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.

Member Data Documentation

DtKeyFunctionSet makVrv::DtKeyFunctionMapEntry::myDownFunctions
protected
DtKeyFunctionSet makVrv::DtKeyFunctionMapEntry::myUpFunctions
protected

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)