MessageHandlerList Class Reference

A MessageHandlerList contains a List of MessageHandler objects derived from the same runtime class. More...

#include <pump.h>

Inheritance diagram for MessageHandlerList:

ListItem CCObject SimpleCCObject List of all members.

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

CCRuntimeClassMessageHandlerClass
List m_List

Private Member Functions

 CC_DECLARE_MEMDUMP (MessageHandlerList)

Detailed Description

A MessageHandlerList contains a List of MessageHandler objects derived from the same runtime class.

Author:
Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com>
Date:
18/3/94
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
-

Definition at line 246 of file pump.h.


Constructor & Destructor Documentation

MessageHandlerList::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.

Author:
Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com>
Date:
22/3/94
Parameters:
Class,: Class group [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
MessageHandler

Definition at line 877 of file pump.cpp.

00878 {
00879     MessageHandlerClass = Class; 
00880 } 


Member Function Documentation

MessageHandlerList::CC_DECLARE_MEMDUMP MessageHandlerList   )  [private]
 


Member Data Documentation

List MessageHandlerList::m_List
 

Definition at line 253 of file pump.h.

CCRuntimeClass* MessageHandlerList::MessageHandlerClass
 

Definition at line 252 of file pump.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:56:11 2007 for Camelot by  doxygen 1.4.4