blockExtensions() | LLTextCmd | [virtual] |
canExtend(S32 pos) | LLTextCmd | [virtual] |
execute(LLTextEditor *editor, S32 *delta)=0 | LLTextCmd | [pure virtual] |
extendAndExecute(LLTextEditor *editor, S32 pos, llwchar c, S32 *delta) | LLTextCmd | [virtual] |
groupWithNext() | LLTextCmd | [inline] |
hasExtCharValue(llwchar value) | LLTextCmd | [virtual] |
insert(LLTextEditor *editor, S32 pos, const LLWString &wstr) | LLTextCmd | |
LLTextCmd(S32 pos, BOOL group_with_next) | LLTextCmd | [inline] |
mGroupWithNext | LLTextCmd | [protected] |
mPos | LLTextCmd | [protected] |
overwrite(LLTextEditor *editor, S32 pos, llwchar wc) | LLTextCmd | |
redo(LLTextEditor *editor)=0 | LLTextCmd | [pure virtual] |
remove(LLTextEditor *editor, S32 pos, S32 length) | LLTextCmd | |
undo(LLTextEditor *editor)=0 | LLTextCmd | [pure virtual] |
~LLTextCmd() | LLTextCmd | [inline, virtual] |