MyGUI
3.2.0
|
#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 () const |
Definition at line 17 of file MyGUI_TextView.h.
Definition at line 90 of file MyGUI_TextView.cpp.
IntPoint MyGUI::TextView::getCursorPoint | ( | size_t | _position | ) |
Definition at line 323 of file MyGUI_TextView.cpp.
size_t MyGUI::TextView::getCursorPosition | ( | const IntPoint & | _value | ) |
Definition at line 277 of file MyGUI_TextView.cpp.
const VectorLineInfo & MyGUI::TextView::getData | ( | ) | const |
Definition at line 366 of file MyGUI_TextView.cpp.
size_t MyGUI::TextView::getTextLength | ( | ) | const |
Definition at line 361 of file MyGUI_TextView.cpp.
const IntSize & MyGUI::TextView::getViewSize | ( | ) | const |
Definition at line 356 of file MyGUI_TextView.cpp.
void MyGUI::TextView::update | ( | const UString & | _text, |
IFont * | _font, | ||
int | _height, | ||
Align | _align, | ||
VertexColourType | _format, | ||
int | _maxheight = -1 |
||
) |
Definition at line 96 of file MyGUI_TextView.cpp.