VR-Forces 5.0.3 Developer's Guide
 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.

Public Member Functions

 DtKeyFunctionMapEntry ()
 
 ~DtKeyFunctionMapEntry ()
 
 DtKeyFunctionMapEntry (const DtKeyFunctionMapEntry &orig)
 
DtKeyFunctionMapEntryoperator= (const DtKeyFunctionMapEntry &orig)
 
void setDownFunctions (const DtKeyFunctionSet &downFunctions)
 
DtKeyFunctionSetdownFunctions ()
 
const DtKeyFunctionSetdownFunctions () const
 
void setUpFunctions (const DtKeyFunctionSet &upFunctions)
 
DtKeyFunctionSetupFunctions ()
 
const DtKeyFunctionSetupFunctions () const
 

Protected Member Functions

template<class Archive >
void _serialize (Archive &ar, const unsigned int version)
 

Protected Attributes

DtKeyFunctionSet myDownFunctions
 
DtKeyFunctionSet myUpFunctions
 

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 Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)