Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

gui
Struct SGUIMessage

   in GUIbase.h

struct SGUIMessage

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

type

public EGUIMessageType type;
Describes what the message regards

value

public CStr value;
Optional data


Constructor Detail

SGUIMessage

public SGUIMessage( EGUIMessageType _type );

SGUIMessage

public SGUIMessage( EGUIMessageType _type, const CStr& _value );

SGUIMessage

public SGUIMessage();

~SGUIMessage

public ~SGUIMessage();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD