|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Message send to IGUIObject::HandleMessage() in order to give life to Objects manually with a derived HandleMessage().
Field Summary | |
EGUIMessageType |
type
Describes what the message regards |
CStr |
value
Optional data |
Constructor Summary | |
SGUIMessage( EGUIMessageType _type )
|
|
SGUIMessage( EGUIMessageType _type, const CStr& _value )
|
|
SGUIMessage()
|
|
~SGUIMessage()
|
Field Detail |
public EGUIMessageType type;
public CStr value;
Constructor Detail |
public SGUIMessage( EGUIMessageType _type );
public SGUIMessage( EGUIMessageType _type, const CStr& _value );
public SGUIMessage();
public ~SGUIMessage();
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |