
Public Types | |
| typedef CommandObject < OLCEditor > | SavableCommand |
| The type of a CommandObject for this Editor. | |
Public Member Functions | |
| virtual std::string | lookup (const std::string &action) |
| Returns the full name of a command of the specified action. | |
| virtual void | dispatch (const std::string &action, const std::string &argument) |
| Dispatches the specified action with the specified argument. | |
Definition at line 29 of file OLCEditor.h.
| virtual std::string OLCEditor::lookup | ( | const std::string & | action | ) | [virtual] |
Returns the full name of a command of the specified action.
Reimplemented from Editor.
Reimplemented in EditorArea, EditorChannel, EditorChunk, EditorCluster, EditorColour, EditorCommand, EditorDetail, EditorGrantGroup, EditorMobile, EditorPermission, EditorRace, EditorRoom, and EditorSector.
| virtual void OLCEditor::dispatch | ( | const std::string & | action, | |
| const std::string & | argument | |||
| ) | [virtual] |
Dispatches the specified action with the specified argument.
Reimplemented from Editor.
Reimplemented in EditorArea, EditorChannel, EditorChunk, EditorCluster, EditorColour, EditorCommand, EditorDetail, EditorGrantGroup, EditorMobile, EditorPermission, EditorRace, EditorRoom, and EditorSector.
1.5.3