|
MyGUI 3.0.1
|
#include <MyGUI_SimpleText.h>
Inheritance diagram for MyGUI::SimpleText:Public Types | |
| typedef RTTIBase | Base |
| typedef SimpleText | RTTIBase |
Public Member Functions | |
| virtual const std::string & | getTypeName () const |
| virtual bool | isType (const std::type_info &_type) const |
| template<typename Type > | |
| bool | isType () const |
| SimpleText () | |
| virtual | ~SimpleText () |
| virtual void | setViewOffset (const IntPoint &_point) |
| virtual void | doRender () |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Definition at line 35 of file MyGUI_SimpleText.h.
| typedef RTTIBase MyGUI::SimpleText::Base |
Reimplemented from MyGUI::EditText.
Definition at line 37 of file MyGUI_SimpleText.h.
Reimplemented from MyGUI::EditText.
Definition at line 37 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.
| static const std::string& MyGUI::SimpleText::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::EditText.
Definition at line 37 of file MyGUI_SimpleText.h.
| virtual const std::string& MyGUI::SimpleText::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::EditText.
Definition at line 37 of file MyGUI_SimpleText.h.
| bool MyGUI::SimpleText::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::EditText.
Definition at line 37 of file MyGUI_SimpleText.h.
| virtual bool MyGUI::SimpleText::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::EditText.
Definition at line 37 of file MyGUI_SimpleText.h.
| void MyGUI::SimpleText::setViewOffset | ( | const IntPoint & | _point | ) | [virtual] |
Reimplemented from MyGUI::EditText.
Definition at line 44 of file MyGUI_SimpleText.cpp.
1.7.4