
Public Types | |
| typedef CommandInfoObject < EditorPermission > | PermissionCommand |
| The type of a CommandInfoObject 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. | |
Definition at line 29 of file EditorPermission.h.
| std::string EditorPermission::name | ( | ) | [inline, virtual] |
Returns the name of this editor.
Implements Editor.
Definition at line 37 of file EditorPermission.h.
| std::string EditorPermission::prompt | ( | ) | [inline, virtual] |
Returns the prompt for this editor.
Reimplemented from Editor.
Definition at line 38 of file EditorPermission.h.
| std::string EditorPermission::lookup | ( | const std::string & | action | ) | [virtual] |
| void EditorPermission::dispatch | ( | const std::string & | action, | |
| const std::string & | argument | |||
| ) | [virtual] |
1.5.3