Go to the source code of this file.
Macros | |
| #define | EVENT_MAP_BEGIN() |
| #define | EVENT_MAP_DECLEAR() |
| #define | EVENT_MAP_BEGIN2(classname) |
| #define | EVENT_MAP_END() |
| #define | EVENT_MAP_END2(baseCls) |
| #define | EVENT_MAP_BREAK() |
| #define | CHAIN_EVENT_MAP(ChainClass) |
| #define | CHAIN_EVENT_MAP_MEMBER(theChainMember) |
| #define | EVENT_CHECK_SENDER_ROOT(pRoot) |
| #define | EVENT_HANDLER(cd, func) |
| #define | EVENT_ID_HANDLER(id, cd, func) |
| #define | EVENT_ID_RANGE_HANDLER(idMin, idMax, cd, func) |
| #define | EVENT_NAME_HANDLER(name, cd, func) |
| #define | EVENT_COMMAND(func) |
| #define | EVENT_ID_COMMAND(id, func) |
| #define | EVENT_ID_COMMAND_MAGIC(id, func, magic) |
| #define | EVENT_ID_COMMAND_RANGE(idMin, idMax, func) |
| #define | EVENT_NAME_COMMAND(name, func) |
| #define | EVENT_NAME_COMMAND_MAGIC(name, func, magic) |
| #define | EVENT_ID_CONTEXTMENU(id, func) |
| #define | EVENT_NAME_CONTEXTMENU(name, func) |
Copyright (C) 2014-2050 All rights reserved.
Describe SOUI系统中使用的事件映射宏
Definition in file SEventCrack.h.
| #define CHAIN_EVENT_MAP | ( | ChainClass | ) |
Definition at line 53 of file SEventCrack.h.
| #define CHAIN_EVENT_MAP_MEMBER | ( | theChainMember | ) |
Definition at line 62 of file SEventCrack.h.
| #define EVENT_CHECK_SENDER_ROOT | ( | pRoot | ) |
Definition at line 71 of file SEventCrack.h.
| #define EVENT_COMMAND | ( | func | ) |
Definition at line 125 of file SEventCrack.h.
| #define EVENT_HANDLER | ( | cd, | |
| func ) |
Definition at line 81 of file SEventCrack.h.
| #define EVENT_ID_COMMAND | ( | id, | |
| func ) |
Definition at line 136 of file SEventCrack.h.
| #define EVENT_ID_COMMAND_MAGIC | ( | id, | |
| func, | |||
| magic ) |
Definition at line 147 of file SEventCrack.h.
| #define EVENT_ID_COMMAND_RANGE | ( | idMin, | |
| idMax, | |||
| func ) |
Definition at line 158 of file SEventCrack.h.
| #define EVENT_ID_CONTEXTMENU | ( | id, | |
| func ) |
Definition at line 191 of file SEventCrack.h.
| #define EVENT_ID_HANDLER | ( | id, | |
| cd, | |||
| func ) |
Definition at line 92 of file SEventCrack.h.
| #define EVENT_ID_RANGE_HANDLER | ( | idMin, | |
| idMax, | |||
| cd, | |||
| func ) |
Definition at line 103 of file SEventCrack.h.
| #define EVENT_MAP_BEGIN | ( | ) |
Definition at line 14 of file SEventCrack.h.
| #define EVENT_MAP_BEGIN2 | ( | classname | ) |
Definition at line 25 of file SEventCrack.h.
| #define EVENT_MAP_BREAK | ( | ) |
Definition at line 49 of file SEventCrack.h.
| #define EVENT_MAP_DECLEAR | ( | ) |
Definition at line 21 of file SEventCrack.h.
| #define EVENT_MAP_END | ( | ) |
Definition at line 31 of file SEventCrack.h.
| #define EVENT_MAP_END2 | ( | baseCls | ) |
Definition at line 40 of file SEventCrack.h.
| #define EVENT_NAME_COMMAND | ( | name, | |
| func ) |
Definition at line 169 of file SEventCrack.h.
| #define EVENT_NAME_COMMAND_MAGIC | ( | name, | |
| func, | |||
| magic ) |
Definition at line 180 of file SEventCrack.h.
| #define EVENT_NAME_CONTEXTMENU | ( | name, | |
| func ) |
Definition at line 203 of file SEventCrack.h.
| #define EVENT_NAME_HANDLER | ( | name, | |
| cd, | |||
| func ) |
Definition at line 114 of file SEventCrack.h.