MyGUI 3.0.1
|
#include <MyGUI_TextView.h>
Public Member Functions | |
CharInfo () | |
CharInfo (const FloatRect &_rect, int _width) | |
CharInfo (uint32 _colour) | |
bool | isColour () const |
int | getWidth () const |
const FloatRect & | getUVRect () const |
uint32 | getColour () const |
Definition at line 16 of file MyGUI_TextView.h.
MyGUI::CharInfo::CharInfo | ( | ) | [inline] |
Definition at line 19 of file MyGUI_TextView.h.
MyGUI::CharInfo::CharInfo | ( | const FloatRect & | _rect, |
int | _width | ||
) | [inline] |
Definition at line 20 of file MyGUI_TextView.h.
MyGUI::CharInfo::CharInfo | ( | uint32 | _colour | ) | [inline] |
Definition at line 21 of file MyGUI_TextView.h.
uint32 MyGUI::CharInfo::getColour | ( | ) | const [inline] |
Definition at line 26 of file MyGUI_TextView.h.
const FloatRect& MyGUI::CharInfo::getUVRect | ( | ) | const [inline] |
Definition at line 25 of file MyGUI_TextView.h.
int MyGUI::CharInfo::getWidth | ( | ) | const [inline] |
Definition at line 24 of file MyGUI_TextView.h.
bool MyGUI::CharInfo::isColour | ( | ) | const [inline] |
Definition at line 23 of file MyGUI_TextView.h.