
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. | |
| bool | canReceiveChannel (mud::ChannelPtr channel) const |
| Whether the current editor is capable of receiving messages from the specified channel. | |
| bool | supportPrefixes () const |
| Whether prefixes should be handled in the current editor. | |
Definition at line 25 of file EditorNewAccount.h.
| void EditorNewAccount::OnEmptyLine | ( | ) | [virtual] |
| void EditorNewAccount::OnLine | ( | const std::string & | line | ) | [virtual] |
| std::string EditorNewAccount::name | ( | ) | [inline, virtual] |
Returns the name of this editor.
Implements Editor.
Definition at line 33 of file EditorNewAccount.h.
| bool EditorNewAccount::canReceiveChannel | ( | mud::ChannelPtr | channel | ) | const [virtual] |
Whether the current editor is capable of receiving messages from the specified channel.
Reimplemented from Editor.
| bool EditorNewAccount::supportPrefixes | ( | ) | const [virtual] |
1.5.3