Public Member Functions | |
void | OnEmptyLine () |
This function is called whenever the user sends an empty line. | |
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. |
Definition at line 25 of file EditorNewCharacter.h.
void EditorNewCharacter::OnEmptyLine | ( | ) | [virtual] |
void EditorNewCharacter::OnLine | ( | const std::string & | line | ) | [virtual] |
std::string EditorNewCharacter::name | ( | ) | [inline, virtual] |
Returns the name of this editor.
Implements Editor.
Definition at line 33 of file EditorNewCharacter.h.