#include <GUI.h>
Inheritance diagram for CGUITextBox:
Public Member Functions | |
virtual void | Initialize () |
virtual int | Create (CGUIElement *pParent, tRect WidgetRect, CCustomFont *pFont=NULL, CTexture *pTexture=NULL, CMaterial *pMaterial=NULL, bool bBorder=false) |
virtual void | Draw () |
virtual int | LoadXML (TiXmlNode *pDataNode, CString strFilename) |
virtual int | SaveXML (TiXmlNode *pDataNode, CString strFilename) |
virtual int | Resize (tRect &NewRect) |
virtual void | Destroy () |
virtual bool | IsOfType (eEntityType eType) |
This control provides an extension of the static control by allowing text to be edited. It also features a child element that represents a caret.
Definition at line 1093 of file GUI.h.
|
Method details:
Reimplemented from CGUIStatic. Definition at line 23 of file GUITextBox.cpp. References CGUIStatic::Create(). |
|
Method details: Destroys the widget - e.g Pre-destructor (resets variables) Reimplemented from CGUIStatic. Definition at line 60 of file GUITextBox.cpp. |
|
Method details: Draws the widget Reimplemented from CGUIStatic. Definition at line 48 of file GUITextBox.cpp. References CGUIStatic::Draw(). |
|
Method details: Initializes TextBox Control' variables Reimplemented from CGUIStatic. Definition at line 15 of file GUITextBox.cpp. References CGUIElement::SetType(). |
|
Method details: This is an implementation of Custom RTTI Reimplemented from CGUIStatic. Definition at line 65 of file GUITextBox.cpp. References CGUIStatic::IsOfType(). |
|
Method details:
Reimplemented from CGUIStatic. Definition at line 28 of file GUITextBox.cpp. References CGUIStatic::LoadXML(). |
|
Method details:
Reimplemented from CGUIStatic. Definition at line 53 of file GUITextBox.cpp. References CGUIStatic::Resize(). |
|
Method details:
Reimplemented from CGUIStatic. Definition at line 42 of file GUITextBox.cpp. |