EditorOOC Class Reference

Inheritance diagram for EditorOOC:

Inheritance graph
[legend]

List of all members.

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.


Detailed Description

Definition at line 26 of file EditorOOC.h.


Member Typedef Documentation

typedef CommandObject<EditorOOC> EditorOOC::OOCCommand

The type of a CommandObject for this Editor.

Definition at line 29 of file EditorOOC.h.


Member Function Documentation

std::string EditorOOC::name (  )  [inline, virtual]

Returns the name of this editor.

Implements Editor.

Definition at line 34 of file EditorOOC.h.

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]

Returns the full name of a command of the specified action.

Reimplemented from Editor.

void EditorOOC::dispatch ( const std::string &  action,
const std::string &  argument 
) [virtual]

Dispatches the specified action with the specified argument.

Reimplemented from Editor.

bool EditorOOC::supportPrefixes (  )  const [virtual]

Whether prefixes should be handled in the current editor.

Reimplemented from Editor.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo