EditorAccountLogin Class Reference

Inheritance diagram for EditorAccountLogin:

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.
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.


Detailed Description

Definition at line 25 of file EditorAccountLogin.h.


Member Function Documentation

void EditorAccountLogin::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 EditorAccountLogin::name (  )  [inline, virtual]

Returns the name of this editor.

Implements Editor.

Definition at line 32 of file EditorAccountLogin.h.

bool EditorAccountLogin::canReceiveChannel ( mud::ChannelPtr  channel  )  const [virtual]

Whether the current editor is capable of receiving messages from the specified channel.

Reimplemented from Editor.

bool EditorAccountLogin::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