StandardBarMsg Class Reference

A tiny message local to the standard bar class. More...

Inheritance diagram for StandardBarMsg:

Msg CCObject SimpleCCObject List of all members.

Public Types

enum  StandardBarMsgType { HELLO, CLOSE, LAST }

Public Member Functions

 StandardBarMsg (OpDescriptor *pOpDescriptor, StandardBarMsgType MsgType)

Public Attributes

StandardBarMsgType m_MsgType
OpDescriptorm_pOpDescriptor

Private Member Functions

 CC_DECLARE_DYNAMIC (StandardBarMsg)

Detailed Description

A tiny message local to the standard bar class.

Author:
Alex Bligh <alex@alex.org.uk>
Date:
17/01/2006
See also:
-

Definition at line 124 of file stdbars.cpp.


Member Enumeration Documentation

enum StandardBarMsg::StandardBarMsgType
 

Enumerator:
HELLO 
CLOSE 
LAST 

Definition at line 130 of file stdbars.cpp.

00131     {
00132         HELLO,          // See if one exists
00133         CLOSE,          // Close one
00134         LAST
00135     };


Constructor & Destructor Documentation

StandardBarMsg::StandardBarMsg OpDescriptor pOpDescriptor,
StandardBarMsgType  MsgType
[inline]
 

Definition at line 140 of file stdbars.cpp.

00141       : m_MsgType(MsgType), m_pOpDescriptor(pOpDescriptor)
00142         { /* empty */ }


Member Function Documentation

StandardBarMsg::CC_DECLARE_DYNAMIC StandardBarMsg   )  [private]
 


Member Data Documentation

StandardBarMsgType StandardBarMsg::m_MsgType
 

Definition at line 137 of file stdbars.cpp.

OpDescriptor* StandardBarMsg::m_pOpDescriptor
 

Definition at line 138 of file stdbars.cpp.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:01:24 2007 for Camelot by  doxygen 1.4.4