OpenASIP
2.0
|
#include <ProximCDCmd.hh>
Public Member Functions | |
ProximCDCmd () | |
virtual | ~ProximCDCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual ProximCDCmd * | 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 changing the Proxim working directory.
The command displays a directory dialog for choosing a new working directory.
Definition at line 44 of file ProximCDCmd.hh.
ProximCDCmd::ProximCDCmd | ( | ) |
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 102 of file ProximCDCmd.cc.
References ProximCDCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 59 of file ProximCDCmd.cc.
References assert, GUICommand::parentWindow(), and WxConversion::toString().
|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 82 of file ProximCDCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 91 of file ProximCDCmd.cc.
References ProximConstants::COMMAND_CD.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 113 of file ProximCDCmd.cc.