|
Nebula
|
#include "messaging/message.h"Go to the source code of this file.
Classes | |
| class | Messaging::StaticMessageHandler |
| Implements a simple, static message handler helper class. More... | |
Namespaces | |
| namespace | Messaging |
Macros | |
| #define | __Dispatch(OBJCLASS, OBJ, MSG) |
| #define | __Dispatcher(OBJCLASS) |
| #define | __Handle(OBJCLASS, MSGCLASS) |
| #define | __StaticHandle(MSGCLASS) |
| #define | __HandleByRTTI(OBJCLASS, MSGCLASS) |
| #define | __HandleUnknown(SUPERCLASS) |
| #define | __Handler(OBJCLASS, MSGCLASS) |
| #define | __StaticHandler(MSGCLASS) |
| #define | __StaticSend(INTERFACECLASS, MSG) |
| #define | __StaticSendWait(INTERFACECLASS, MSG) |
| #define | __Send(OBJ, MSG) |
| #define __Dispatch | ( | OBJCLASS, | |
| OBJ, | |||
| MSG ) |
| #define __Dispatcher | ( | OBJCLASS | ) |
| #define __Handle | ( | OBJCLASS, | |
| MSGCLASS ) |
| #define __HandleByRTTI | ( | OBJCLASS, | |
| MSGCLASS ) |
| #define __Handler | ( | OBJCLASS, | |
| MSGCLASS ) |
| #define __HandleUnknown | ( | SUPERCLASS | ) |
| #define __Send | ( | OBJ, | |
| MSG ) |
| #define __StaticHandle | ( | MSGCLASS | ) |
| #define __StaticHandler | ( | MSGCLASS | ) |
| #define __StaticSend | ( | INTERFACECLASS, | |
| MSG ) |
| #define __StaticSendWait | ( | INTERFACECLASS, | |
| MSG ) |