MyGUI
3.0.3
|
#include <MyGUI_TextView.h>
Public Member Functions | |
RollBackPoint () | |
void | set (size_t _position, UString::const_iterator &_space_point, size_t _count, int _length) |
void | clear () |
bool | empty () const |
int | getLenght () const |
size_t | getCount () const |
size_t | getPosition () const |
UString::const_iterator | getTextIter () |
Definition at line 47 of file MyGUI_TextView.h.
MyGUI::RollBackPoint::RollBackPoint | ( | ) | [inline] |
Definition at line 50 of file MyGUI_TextView.h.
void MyGUI::RollBackPoint::clear | ( | ) | [inline] |
Definition at line 71 of file MyGUI_TextView.h.
bool MyGUI::RollBackPoint::empty | ( | ) | const [inline] |
Definition at line 72 of file MyGUI_TextView.h.
size_t MyGUI::RollBackPoint::getCount | ( | ) | const [inline] |
Definition at line 74 of file MyGUI_TextView.h.
int MyGUI::RollBackPoint::getLenght | ( | ) | const [inline] |
Definition at line 73 of file MyGUI_TextView.h.
size_t MyGUI::RollBackPoint::getPosition | ( | ) | const [inline] |
Definition at line 75 of file MyGUI_TextView.h.
UString::const_iterator MyGUI::RollBackPoint::getTextIter | ( | ) | [inline] |
Definition at line 76 of file MyGUI_TextView.h.
void MyGUI::RollBackPoint::set | ( | size_t | _position, |
UString::const_iterator & | _space_point, | ||
size_t | _count, | ||
int | _length | ||
) | [inline] |
Definition at line 57 of file MyGUI_TextView.h.