#include <partytab.h>
Definition at line 30 of file partytab.h.
Public Member Functions | |
PartyTab () | |
~PartyTab () | |
void | showHelp () |
Add any extra help text to the output. | |
bool | handleCommand (const std::string &type, const std::string &args) |
Handle special commands. | |
Protected Member Functions | |
void | handleInput (const std::string &msg) |
PartyTab::PartyTab | ( | ) |
Definition at line 37 of file partytab.cpp.
PartyTab::~PartyTab | ( | ) |
Definition at line 42 of file partytab.cpp.
void PartyTab::showHelp | ( | ) | [virtual] |
Add any extra help text to the output.
Allows tabs to define help for commands defined by the tab itself.
Reimplemented from ChatTab.
Definition at line 51 of file partytab.cpp.
bool PartyTab::handleCommand | ( | const std::string & | type, | |
const std::string & | args | |||
) | [virtual] |
Handle special commands.
Allows a tab to handle commands it defines itself.
Reimplemented from ChatTab.
Definition at line 63 of file partytab.cpp.
void PartyTab::handleInput | ( | const std::string & | msg | ) | [protected, virtual] |