![]() |
VR-Forces 4.1.1 Class Documentation
|
A record saving the keyboard mapping. More...
Public Types | |
| typedef std::list< std::string > | FunctionList |
| typedef std::pair < FunctionList, FunctionList > | UpDownFunctionLists |
| typedef std::map< int, UpDownFunctionLists > | KeyFunctionListMap |
Public Member Functions | |
| DtKeyMapRecord () | |
| CTOR. | |
| DtKeyMapRecord (const DtKeyMapRecord ©) | |
| Copy CTOR. | |
| ~DtKeyMapRecord () | |
| Dtor. | |
| DtKeyMapRecord & | operator= (const DtKeyMapRecord ©) |
| Assignment Op. | |
| const std::string & | name () const |
| void | setName (const std::string &name) |
| const KeyFunctionListMap & | unmodifiedKeyMap () const |
| KeyFunctionListMap & | unmodifiedKeyMap () |
| const KeyFunctionListMap & | shiftKeyMap () const |
| KeyFunctionListMap & | shiftKeyMap () |
| const KeyFunctionListMap & | ctrlKeyMap () const |
| KeyFunctionListMap & | ctrlKeyMap () |
| const KeyFunctionListMap & | altKeyMap () const |
| KeyFunctionListMap & | altKeyMap () |
| const KeyFunctionListMap & | shiftCtrlKeyMap () const |
| KeyFunctionListMap & | shiftCtrlKeyMap () |
| const KeyFunctionListMap & | shiftAltKeyMap () const |
| KeyFunctionListMap & | shiftAltKeyMap () |
| const KeyFunctionListMap & | ctrlAltKeyMap () const |
| KeyFunctionListMap & | ctrlAltKeyMap () |
| const KeyFunctionListMap & | shiftCtrlAltKeyMap () const |
| KeyFunctionListMap & | shiftCtrlAltKeyMap () |
Protected Member Functions | |
| template<typename Archive > | |
| void | serialize (Archive &ar, unsigned int version) |
Friends | |
| class | boost::serialization::access |
A record saving the keyboard mapping.
| typedef std::list<std::string> makArchives::DtKeyMapRecord::FunctionList |
| typedef std::pair<FunctionList,FunctionList> makArchives::DtKeyMapRecord::UpDownFunctionLists |
| typedef std::map<int, UpDownFunctionLists > makArchives::DtKeyMapRecord::KeyFunctionListMap |
| makArchives::DtKeyMapRecord::DtKeyMapRecord | ( | ) |
CTOR.
| makArchives::DtKeyMapRecord::DtKeyMapRecord | ( | const DtKeyMapRecord & | copy | ) |
Copy CTOR.
| makArchives::DtKeyMapRecord::~DtKeyMapRecord | ( | ) |
Dtor.
| DtKeyMapRecord& makArchives::DtKeyMapRecord::operator= | ( | const DtKeyMapRecord & | copy | ) |
Assignment Op.
| const std::string& makArchives::DtKeyMapRecord::name | ( | ) | const |
| void makArchives::DtKeyMapRecord::setName | ( | const std::string & | name | ) |
| const KeyFunctionListMap& makArchives::DtKeyMapRecord::unmodifiedKeyMap | ( | ) | const |
| KeyFunctionListMap& makArchives::DtKeyMapRecord::unmodifiedKeyMap | ( | ) |
| const KeyFunctionListMap& makArchives::DtKeyMapRecord::shiftKeyMap | ( | ) | const |
| KeyFunctionListMap& makArchives::DtKeyMapRecord::shiftKeyMap | ( | ) |
| const KeyFunctionListMap& makArchives::DtKeyMapRecord::ctrlKeyMap | ( | ) | const |
| KeyFunctionListMap& makArchives::DtKeyMapRecord::ctrlKeyMap | ( | ) |
| const KeyFunctionListMap& makArchives::DtKeyMapRecord::altKeyMap | ( | ) | const |
| KeyFunctionListMap& makArchives::DtKeyMapRecord::altKeyMap | ( | ) |
| const KeyFunctionListMap& makArchives::DtKeyMapRecord::shiftCtrlKeyMap | ( | ) | const |
| KeyFunctionListMap& makArchives::DtKeyMapRecord::shiftCtrlKeyMap | ( | ) |
| const KeyFunctionListMap& makArchives::DtKeyMapRecord::shiftAltKeyMap | ( | ) | const |
| KeyFunctionListMap& makArchives::DtKeyMapRecord::shiftAltKeyMap | ( | ) |
| const KeyFunctionListMap& makArchives::DtKeyMapRecord::ctrlAltKeyMap | ( | ) | const |
| KeyFunctionListMap& makArchives::DtKeyMapRecord::ctrlAltKeyMap | ( | ) |
| const KeyFunctionListMap& makArchives::DtKeyMapRecord::shiftCtrlAltKeyMap | ( | ) | const |
| KeyFunctionListMap& makArchives::DtKeyMapRecord::shiftCtrlAltKeyMap | ( | ) |
|
inlineprotected |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |