gui
Class CCheckBox
IGUIButtonBehavior, IGUITextOwner
|
+--CCheckBox
in CCheckBox.h
in CCheckBox.cpp
- Direct Known Subclasses:
- CRadioButton
- class CCheckBox
- extends IGUIButtonBehavior, IGUITextOwner
CheckBox
- See Also:
IGUIObject
, IGUISettingsObject
, IGUIButtonBehavior
Method Summary |
virtual void |
Draw()
Draws the control |
virtual void |
HandleMessage( const SGUIMessage& Message )
Handle Messages |
virtual void |
ResetStates()
|
protected void |
SetupText()
Sets up text, should be called every time changes has been
made that can change the visual. |
CCheckBox
public CCheckBox();
~CCheckBox
public virtual ~CCheckBox();
Draw
public virtual void Draw();
- Draws the control
HandleMessage
public virtual void HandleMessage( const SGUIMessage& Message );
- Handle Messages
- Parameters:
Message
- GUI Message
ResetStates
public virtual void ResetStates();
SetupText
protected void SetupText();
- Sets up text, should be called every time changes has been
made that can change the visual.