#include <MyGUI_SimpleText.h>
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 |
Definition at line 37 of file MyGUI_SimpleText.h.
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] |
Definition at line 37 of file MyGUI_SimpleText.h.
virtual const std::string& MyGUI::SimpleText::getTypeName | ( | ) | const [inline, virtual] |
Definition at line 37 of file MyGUI_SimpleText.h.
bool MyGUI::SimpleText::isType | ( | ) | const [inline] |
Definition at line 37 of file MyGUI_SimpleText.h.
virtual bool MyGUI::SimpleText::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
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.