#include <MetaEvent.h>
Inherits MemoryPoolObject.
Public Attributes | |
| MetaMapRec * | m_next |
| GameMessage::Type | m_meta |
| the meta-event to emit | |
| MappableKeyType | m_key |
| the key we want | |
| MappableKeyTransition | m_transition |
| the state of the key | |
| MappableKeyModState | m_modState |
| the required state of the ctrl-alt-shift keys | |
| CommandUsableInType | m_usableIn |
| the allowed place the command can be used in | |
| MappableKeyCategories | m_category |
| This is the catagory the key falls under. | |
| UnicodeString | m_description |
| The description string for the keys. | |
| UnicodeString | m_displayName |
| The display name of our command. | |
Additional Inherited Members | |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 316 of file MetaEvent.h.
| MappableKeyCategories MetaMapRec::m_category |
This is the catagory the key falls under.
Definition at line 327 of file MetaEvent.h.
| UnicodeString MetaMapRec::m_description |
The description string for the keys.
Definition at line 328 of file MetaEvent.h.
| UnicodeString MetaMapRec::m_displayName |
The display name of our command.
Definition at line 329 of file MetaEvent.h.
| MappableKeyType MetaMapRec::m_key |
the key we want
Definition at line 322 of file MetaEvent.h.
| GameMessage::Type MetaMapRec::m_meta |
the meta-event to emit
Definition at line 321 of file MetaEvent.h.
| MappableKeyModState MetaMapRec::m_modState |
the required state of the ctrl-alt-shift keys
Definition at line 324 of file MetaEvent.h.
| MetaMapRec* MetaMapRec::m_next |
Definition at line 320 of file MetaEvent.h.
| MappableKeyTransition MetaMapRec::m_transition |
the state of the key
Definition at line 323 of file MetaEvent.h.
| CommandUsableInType MetaMapRec::m_usableIn |
the allowed place the command can be used in
Definition at line 325 of file MetaEvent.h.