EditorCluster Class Reference

Inheritance diagram for EditorCluster:

Inheritance graph
[legend]

List of all members.

Public Types

typedef
CommandInfoObject
< EditorCluster
ClusterCommand
 The type of a CommandInfoObject for this Editor.

Public Member Functions

void OnFocus ()
 This function is called whenever this editor becomes the editor that has the focus.
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.


Detailed Description

Definition at line 28 of file EditorCluster.h.


Member Typedef Documentation

typedef CommandInfoObject<EditorCluster> EditorCluster::ClusterCommand

The type of a CommandInfoObject for this Editor.

Definition at line 31 of file EditorCluster.h.


Member Function Documentation

void EditorCluster::OnFocus (  )  [virtual]

This function is called whenever this editor becomes the editor that has the focus.

Reimplemented from Editor.

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

Returns the name of this editor.

Implements Editor.

Definition at line 39 of file EditorCluster.h.

std::string EditorCluster::prompt (  )  [inline, virtual]

Returns the prompt for this editor.

Reimplemented from Editor.

Definition at line 40 of file EditorCluster.h.

std::string EditorCluster::lookup ( const std::string &  action  )  [virtual]

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

Reimplemented from OLCEditor.

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

Dispatches the specified action with the specified argument.

Reimplemented from OLCEditor.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo