gui
Class CText
IGUIScrollBarOwner, IGUITextOwner
|
+--CText
in CText.h
in CText.cpp
- class CText
- extends IGUIScrollBarOwner, IGUITextOwner
Text field that just displays static text.
- See Also:
IGUIObject
Method Summary |
protected virtual void |
Draw()
Draws the Text |
protected 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. |
m_TextPos
protected CPos m_TextPos;
- Placement of text. Ignored when scrollbars are active.
CText
public CText();
~CText
public virtual ~CText();
Draw
protected virtual void Draw();
- Draws the Text
HandleMessage
protected 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.