Inheritance diagram for StandardBarMsg:

Public Types | |
| enum | StandardBarMsgType { HELLO, CLOSE, LAST } |
Public Member Functions | |
| StandardBarMsg (OpDescriptor *pOpDescriptor, StandardBarMsgType MsgType) | |
Public Attributes | |
| StandardBarMsgType | m_MsgType |
| OpDescriptor * | m_pOpDescriptor |
Private Member Functions | |
| CC_DECLARE_DYNAMIC (StandardBarMsg) | |
Definition at line 124 of file stdbars.cpp.
|
|
Definition at line 130 of file stdbars.cpp.
|
|
||||||||||||
|
Definition at line 140 of file stdbars.cpp. 00141 : m_MsgType(MsgType), m_pOpDescriptor(pOpDescriptor) 00142 { /* empty */ }
|
|
|
|
|
|
Definition at line 137 of file stdbars.cpp. |
|
|
Definition at line 138 of file stdbars.cpp. |
1.4.4