VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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. More...
 
 ~DtKeyFunctionMapEntry ()
 DTOR. More...
 
 DtKeyFunctionMapEntry (const DtKeyFunctionMapEntry &orig)
 Copy Contructor. More...
 
DtKeyFunctionMapEntryoperator= (const DtKeyFunctionMapEntry &orig)
 Assignment operator. More...
 
void setDownFunctions (const DtKeyFunctionSet &downFunctions)
 set the function set used for a key-down event More...
 
DtKeyFunctionSetdownFunctions ()
 get the function set used for a key-down event More...
 
const DtKeyFunctionSetdownFunctions () const
 
void setUpFunctions (const DtKeyFunctionSet &upFunctions)
 set the function set used for a key-up event More...
 
DtKeyFunctionSetupFunctions ()
 set the function set used for a key-down event More...
 
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. More...
 

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 Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)