#include <pump.h>
Inheritance diagram for MessageHandlerList:
Public Member Functions | |
MessageHandlerList (CCRuntimeClass *Class) | |
Called by the Message fn when a death message is received See DeathMsg for a descriptionCalled by the Message fn when a SelChangingMsg message is receivedCalled by the Message fn when a ColourChangingMsg message is receivedCalled by the Message fn when a DocViewMsg message is receivedCalled by the Message fn when a BarMsg is receivedCalled by the Message fn when a DocChangingMsg is receivedMessageHandlerList constructor. | |
Public Attributes | |
CCRuntimeClass * | MessageHandlerClass |
List | m_List |
Private Member Functions | |
CC_DECLARE_MEMDUMP (MessageHandlerList) |
- | [INPUTS] | |
- | [OUTPUTS] |
Errors: -
Definition at line 246 of file pump.h.
|
Called by the Message fn when a death message is received See DeathMsg for a descriptionCalled by the Message fn when a SelChangingMsg message is receivedCalled by the Message fn when a ColourChangingMsg message is receivedCalled by the Message fn when a DocViewMsg message is receivedCalled by the Message fn when a BarMsg is receivedCalled by the Message fn when a DocChangingMsg is receivedMessageHandlerList constructor.
Definition at line 877 of file pump.cpp. 00878 { 00879 MessageHandlerClass = Class; 00880 }
|
|
|
|
|
|
|