#include <MyGUI_TextView.h>
Public Member Functions | |
| TextView () | |
| void | update (const UString &_text, IFont *_font, int _height, Align _align, VertexColourType _format, int _maxheight=-1) |
| size_t | getCursorPosition (const IntPoint &_value) |
| IntPoint | getCursorPoint (size_t _position) |
| const IntSize & | getViewSize () const |
| size_t | getTextLength () const |
| const VectorLineInfo & | getData () |
Definition at line 86 of file MyGUI_TextView.h.
| MyGUI::TextView::TextView | ( | ) | [inline] |
Definition at line 89 of file MyGUI_TextView.h.
| IntPoint MyGUI::TextView::getCursorPoint | ( | size_t | _position | ) | [inline] |
Definition at line 312 of file MyGUI_TextView.h.
| size_t MyGUI::TextView::getCursorPosition | ( | const IntPoint & | _value | ) | [inline] |
Definition at line 266 of file MyGUI_TextView.h.
| const VectorLineInfo& MyGUI::TextView::getData | ( | ) | [inline] |
Definition at line 346 of file MyGUI_TextView.h.
| size_t MyGUI::TextView::getTextLength | ( | ) | const [inline] |
Definition at line 345 of file MyGUI_TextView.h.
| const IntSize& MyGUI::TextView::getViewSize | ( | ) | const [inline] |
Definition at line 344 of file MyGUI_TextView.h.
| void MyGUI::TextView::update | ( | const UString & | _text, | |
| IFont * | _font, | |||
| int | _height, | |||
| Align | _align, | |||
| VertexColourType | _format, | |||
| int | _maxheight = -1 | |||
| ) | [inline] |
Definition at line 95 of file MyGUI_TextView.h.
1.6.3