|
FRX SDK Documentation 2025 SP0
|
#include <TextEditorCharCommandList.h>
Public Member Functions | |
| TextEditorCharCommandList (void) | |
| ~TextEditorCharCommandList (void) | |
| TextEditorCharCommandList & | operator= (TextEditorCharCommandList const &) |
| void | append (TextEditorCharCommand *, TextEditorCharCommand *) |
| void | insert (TextEditorCharCommand *, TextEditorCharCommand *) |
| void | remove (TextEditorCharCommand *) |
Definition at line 21 of file TextEditorCharCommandList.h.
| TextEditorCharCommandList::TextEditorCharCommandList | ( | void | ) |
| TextEditorCharCommandList::~TextEditorCharCommandList | ( | void | ) |
| void TextEditorCharCommandList::append | ( | TextEditorCharCommand * | , |
| TextEditorCharCommand * | ) |
| void TextEditorCharCommandList::insert | ( | TextEditorCharCommand * | , |
| TextEditorCharCommand * | ) |
| TextEditorCharCommandList & TextEditorCharCommandList::operator= | ( | TextEditorCharCommandList const & | ) |
| void TextEditorCharCommandList::remove | ( | TextEditorCharCommand * | ) |