Public Member Functions

MyGUI::TextView Class Reference

#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 IntSizegetViewSize ()
size_t getTextLength ()
const VectorLineInfogetData ()

Detailed Description

Definition at line 91 of file MyGUI_TextView.h.


Constructor & Destructor Documentation

MyGUI::TextView::TextView (  )  [inline]

Definition at line 94 of file MyGUI_TextView.h.


Member Function Documentation

IntPoint MyGUI::TextView::getCursorPoint ( size_t  _position  )  [inline]

Definition at line 313 of file MyGUI_TextView.h.

size_t MyGUI::TextView::getCursorPosition ( const IntPoint _value  )  [inline]

Definition at line 267 of file MyGUI_TextView.h.

const VectorLineInfo& MyGUI::TextView::getData (  )  [inline]

Definition at line 347 of file MyGUI_TextView.h.

size_t MyGUI::TextView::getTextLength (  )  [inline]

Definition at line 346 of file MyGUI_TextView.h.

const IntSize& MyGUI::TextView::getViewSize (  )  [inline]

Definition at line 345 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 100 of file MyGUI_TextView.h.


The documentation for this class was generated from the following file: