#include <MyGUI_TextIterator.h>
Public Member Functions | |
| TextIterator (const UString &_text, VectorChangeInfo *_history=0) | |
| bool | moveNext () |
| UString | getTagColour (bool _clear=false) |
| bool | getTagColour (UString &_colour) |
| void | clearTagColour () |
| bool | setTagColour (const Colour &_colour) |
| bool | setTagColour (UString _colour) |
| bool | saveStartPoint () |
| UString | getFromStart () |
| bool | eraseFromStart () |
| size_t | getPosition () |
| const UString & | getText () |
| void | insertText (const UString &_insert, bool _multiLine) |
| void | clearNewLine (UString &_text) |
| void | clearText () |
| size_t | getSize () |
| void | setText (const UString &_text, bool _multiLine) |
| void | cutMaxLength (size_t _max) |
| void | cutMaxLengthFromBeginning (size_t _max) |
Static Public Member Functions | |
| static UString | getOnlyText (const UString &_text) |
| static UString | getTextNewLine () |
| static UString | getTextCharInfo (Char _char) |
| static UString | convertTagColour (const Colour &_colour) |
| static UString | toTagsString (const UString &_text) |
Definition at line 34 of file MyGUI_TextIterator.h.
| MyGUI::TextIterator::TextIterator | ( | const UString & | _text, | |
| VectorChangeInfo * | _history = 0 | |||
| ) |
Definition at line 33 of file MyGUI_TextIterator.cpp.
| void MyGUI::TextIterator::clearNewLine | ( | UString & | _text | ) |
Definition at line 303 of file MyGUI_TextIterator.cpp.
| void MyGUI::TextIterator::clearTagColour | ( | ) | [inline] |
Definition at line 51 of file MyGUI_TextIterator.h.
| void MyGUI::TextIterator::clearText | ( | ) | [inline] |
Definition at line 76 of file MyGUI_TextIterator.h.
Definition at line 362 of file MyGUI_TextIterator.cpp.
| void MyGUI::TextIterator::cutMaxLength | ( | size_t | _max | ) |
Definition at line 428 of file MyGUI_TextIterator.cpp.
| void MyGUI::TextIterator::cutMaxLengthFromBeginning | ( | size_t | _max | ) |
Definition at line 482 of file MyGUI_TextIterator.cpp.
| bool MyGUI::TextIterator::eraseFromStart | ( | ) |
Definition at line 329 of file MyGUI_TextIterator.cpp.
| UString MyGUI::TextIterator::getFromStart | ( | ) |
Definition at line 322 of file MyGUI_TextIterator.cpp.
Definition at line 239 of file MyGUI_TextIterator.cpp.
| size_t MyGUI::TextIterator::getPosition | ( | ) | [inline] |
Definition at line 67 of file MyGUI_TextIterator.h.
| size_t MyGUI::TextIterator::getSize | ( | ) |
Definition at line 200 of file MyGUI_TextIterator.cpp.
| bool MyGUI::TextIterator::getTagColour | ( | UString & | _colour | ) |
Definition at line 142 of file MyGUI_TextIterator.cpp.
| UString MyGUI::TextIterator::getTagColour | ( | bool | _clear = false |
) |
Definition at line 122 of file MyGUI_TextIterator.cpp.
| const UString& MyGUI::TextIterator::getText | ( | ) | [inline] |
Definition at line 69 of file MyGUI_TextIterator.h.
Definition at line 354 of file MyGUI_TextIterator.cpp.
| static UString MyGUI::TextIterator::getTextNewLine | ( | ) | [inline, static] |
Definition at line 90 of file MyGUI_TextIterator.h.
| void MyGUI::TextIterator::insertText | ( | const UString & | _insert, | |
| bool | _multiLine | |||
| ) |
Definition at line 337 of file MyGUI_TextIterator.cpp.
| bool MyGUI::TextIterator::moveNext | ( | ) |
Definition at line 45 of file MyGUI_TextIterator.cpp.
| bool MyGUI::TextIterator::saveStartPoint | ( | ) |
Definition at line 315 of file MyGUI_TextIterator.cpp.
| bool MyGUI::TextIterator::setTagColour | ( | UString | _colour | ) |
Definition at line 182 of file MyGUI_TextIterator.cpp.
| bool MyGUI::TextIterator::setTagColour | ( | const Colour & | _colour | ) |
Definition at line 159 of file MyGUI_TextIterator.cpp.
| void MyGUI::TextIterator::setText | ( | const UString & | _text, | |
| bool | _multiLine | |||
| ) |
Definition at line 344 of file MyGUI_TextIterator.cpp.
Definition at line 375 of file MyGUI_TextIterator.cpp.
1.6.1