Public Member Functions | |
LLTextCmdInsert (S32 pos, BOOL group_with_next, const LLWString &ws) | |
virtual BOOL | execute (LLTextEditor *editor, S32 *delta) |
virtual S32 | undo (LLTextEditor *editor) |
virtual S32 | redo (LLTextEditor *editor) |
Private Attributes | |
LLWString | mWString |
Definition at line 125 of file lltexteditor.cpp.
Definition at line 128 of file lltexteditor.cpp.
virtual BOOL LLTextCmdInsert::execute | ( | LLTextEditor * | editor, | |
S32 * | delta | |||
) | [inline, virtual] |
Implements LLTextCmd.
Definition at line 132 of file lltexteditor.cpp.
References LLTextCmd::insert(), LLTextCmd::mPos, mWString, and LLStringBase< T >::truncate().
virtual S32 LLTextCmdInsert::redo | ( | LLTextEditor * | editor | ) | [inline, virtual] |
Implements LLTextCmd.
Definition at line 144 of file lltexteditor.cpp.
References LLTextCmd::insert(), LLTextCmd::mPos, and mWString.
virtual S32 LLTextCmdInsert::undo | ( | LLTextEditor * | editor | ) | [inline, virtual] |
Implements LLTextCmd.
Definition at line 139 of file lltexteditor.cpp.
References LLTextCmd::mPos, mWString, and LLTextCmd::remove().
LLWString LLTextCmdInsert::mWString [private] |