EditorString Class Reference

Inheritance diagram for EditorString:

Inheritance graph
[legend]

List of all members.

Public Member Functions

void OnLine (const std::string &line)
 This function is called whenever a user sends a line.
std::string name ()
 Returns the name of this editor.


Detailed Description

Definition at line 26 of file EditorString.h.


Member Function Documentation

void EditorString::OnLine ( const std::string &  line  )  [virtual]

This function is called whenever a user sends a line.

The default implementation will handle the input and use lookup to find the matching command. If matched it will dispatch it with the dispatch functions.

See also:
lookup

dispatch

Reimplemented from Editor.

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

Returns the name of this editor.

Implements Editor.

Definition at line 33 of file EditorString.h.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo