OpenASIP
2.0
|
#include <ProximOptionsCmd.hh>
Public Member Functions | |
ProximOptionsCmd () | |
virtual | ~ProximOptionsCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual ProximOptionsCmd * | 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 editing Proxim options.
Creates and shows ProximOptionsDialog.
Definition at line 43 of file ProximOptionsCmd.hh.
ProximOptionsCmd::ProximOptionsCmd | ( | ) |
|
virtual |
|
virtual |
Creates and returns a new instance of this command.
Implements GUICommand.
Definition at line 97 of file ProximOptionsCmd.cc.
References ProximOptionsCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 65 of file ProximOptionsCmd.cc.
References ProximMainFrame::createMenubar(), ProximMainFrame::createToolbar(), ProximToolbox::mainFrame(), options, and GUICommand::parentWindow().
|
virtual |
Returns path to the command's icon file.
Implements GUICommand.
Definition at line 108 of file ProximOptionsCmd.cc.
|
virtual |
Returns id of this command.
Implements GUICommand.
Definition at line 86 of file ProximOptionsCmd.cc.
References ProximConstants::COMMAND_EDIT_OPTIONS.
|
virtual |
This command is always executable.
Implements GUICommand.
Definition at line 119 of file ProximOptionsCmd.cc.