

Public Member Functions | |
| LLTextCmdInsertEmbeddedItem (S32 pos, LLInventoryItem *item) | |
| virtual BOOL | execute (LLTextEditor *editor, S32 *delta) |
| virtual S32 | undo (LLTextEditor *editor) |
| virtual S32 | redo (LLTextEditor *editor) |
| virtual BOOL | hasExtCharValue (llwchar value) const |
Private Attributes | |
| LLPointer< LLInventoryItem > | mItem |
| llwchar | mExtCharValue |
Definition at line 496 of file llviewertexteditor.cpp.
| LLViewerTextEditor::LLTextCmdInsertEmbeddedItem::LLTextCmdInsertEmbeddedItem | ( | S32 | pos, | |
| LLInventoryItem * | item | |||
| ) | [inline] |
Definition at line 499 of file llviewertexteditor.cpp.
| virtual BOOL LLViewerTextEditor::LLTextCmdInsertEmbeddedItem::execute | ( | LLTextEditor * | editor, | |
| S32 * | delta | |||
| ) | [inline, virtual] |
Implements LLTextEditor::LLTextCmd.
Definition at line 506 of file llviewertexteditor.cpp.
References FALSE, LLEmbeddedItems::insertEmbeddedItem(), LLViewerTextEditor::mEmbeddedItemList, and LLEmbeddedItems::removeUnusedChars().

| virtual S32 LLViewerTextEditor::LLTextCmdInsertEmbeddedItem::undo | ( | LLTextEditor * | editor | ) | [inline, virtual] |
| virtual S32 LLViewerTextEditor::LLTextCmdInsertEmbeddedItem::redo | ( | LLTextEditor * | editor | ) | [inline, virtual] |
Definition at line 540 of file llviewertexteditor.cpp.
Definition at line 541 of file llviewertexteditor.cpp.
1.5.5