#include <MyGUI_SimpleText.h>

Public Member Functions | |
| SimpleText () | |
| virtual | ~SimpleText () |
| virtual void | setViewOffset (const IntPoint &_point) |
| virtual void | doRender () |
Definition at line 33 of file MyGUI_SimpleText.h.
| MyGUI::SimpleText::SimpleText | ( | ) |
Definition at line 34 of file MyGUI_SimpleText.cpp.
| MyGUI::SimpleText::~SimpleText | ( | ) | [virtual] |
Definition at line 40 of file MyGUI_SimpleText.cpp.
| void MyGUI::SimpleText::doRender | ( | ) | [virtual] |
Reimplemented from MyGUI::EditText.
Definition at line 48 of file MyGUI_SimpleText.cpp.
| void MyGUI::SimpleText::setViewOffset | ( | const IntPoint & | _point | ) | [virtual] |
Reimplemented from MyGUI::EditText.
Definition at line 44 of file MyGUI_SimpleText.cpp.
1.6.3