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

gui
Class CRadioButton

IGUIButtonBehavior, IGUITextOwner
   |
   +--CCheckBox
         |
         +--CRadioButton

   in CRadioButton.h
   in CRadioButton.cpp

class CRadioButton
extends CCheckBox

Just like a check box, but it'll nullify its siblings (of the same kind), and it won't switch itself.

See Also:
CCheckBox

Method Summary
 virtual void HandleMessage( const SGUIMessage& Message )
          Handle Messages
   
Methods inherited from class CCheckBox
SetupText, HandleMessage, Draw, ResetStates
   
Methods inherited from IGUIButtonBehavior
HandleMessage, ChooseColor, DrawButton
   
Methods inherited from IGUITextOwner
AddText, HandleMessage, Draw, CalculateTextPosition
 

Method Detail

HandleMessage

public virtual void HandleMessage( const SGUIMessage& Message );
Handle Messages
Parameters:
Message - GUI Message

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