Public Types | |
typedef CommandObject < EditorOOC > | OOCCommand |
The type of a CommandObject for this Editor. | |
Public Member Functions | |
std::string | name () |
Returns the name of this editor. | |
std::string | prompt () |
Returns the prompt for this editor. | |
std::string | lookup (const std::string &action) |
Returns the full name of a command of the specified action. | |
void | dispatch (const std::string &action, const std::string &argument) |
Dispatches the specified action with the specified argument. | |
bool | supportPrefixes () const |
Whether prefixes should be handled in the current editor. |
Definition at line 26 of file EditorOOC.h.
typedef CommandObject<EditorOOC> EditorOOC::OOCCommand |
std::string EditorOOC::name | ( | ) | [inline, virtual] |
std::string EditorOOC::prompt | ( | ) | [inline, virtual] |
Returns the prompt for this editor.
Reimplemented from Editor.
Definition at line 35 of file EditorOOC.h.
std::string EditorOOC::lookup | ( | const std::string & | action | ) | [virtual] |
void EditorOOC::dispatch | ( | const std::string & | action, | |
const std::string & | argument | |||
) | [virtual] |
bool EditorOOC::supportPrefixes | ( | ) | const [virtual] |