OpenASIP
2.0
|
#include <ProximClearConsoleCmd.hh>
Public Member Functions | |
ProximClearConsoleCmd () | |
virtual | ~ProximClearConsoleCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual ProximClearConsoleCmd * | create () const |
virtual std::string | icon () const |
virtual bool | isEnabled () |
Public Member Functions inherited from GUICommand | |
GUICommand (std::string name, wxWindow *parent) | |
virtual | ~GUICommand () |
virtual bool | isChecked () const |
virtual std::string | shortName () const |
void | setParentWindow (wxWindow *view) |
wxWindow * | parentWindow () const |
std::string | name () const |
Command for clearing the console window in Proxim.
Definition at line 41 of file ProximClearConsoleCmd.hh.
ProximClearConsoleCmd::ProximClearConsoleCmd | ( | ) |
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 95 of file ProximClearConsoleCmd.cc.
References ProximClearConsoleCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 58 of file ProximClearConsoleCmd.cc.
References assert, ConsoleWindow::clear(), and ProximConstants::ID_CONSOLE_WINDOW.
|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 75 of file ProximClearConsoleCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 84 of file ProximClearConsoleCmd.cc.
References ProximConstants::COMMAND_CLEAR_CONSOLE.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 106 of file ProximClearConsoleCmd.cc.
References ProximConstants::ID_CONSOLE_WINDOW.