OpenASIP
2.0
|
#include <ProximSimulatorSettingsCmd.hh>
Public Member Functions | |
ProximSimulatorSettingsCmd () | |
virtual | ~ProximSimulatorSettingsCmd () |
virtual bool | Do () |
virtual bool | isEnabled () |
virtual int | id () const |
virtual std::string | icon () const |
ProximSimulatorSettingsCmd * | create () const |
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 opening the simulator settings dialog in Proxim.
Definition at line 41 of file ProximSimulatorSettingsCmd.hh.
ProximSimulatorSettingsCmd::ProximSimulatorSettingsCmd | ( | ) |
The Constructor.
Definition at line 43 of file ProximSimulatorSettingsCmd.cc.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 95 of file ProximSimulatorSettingsCmd.cc.
References ProximSimulatorSettingsCmd().
|
virtual |
Executes the command.
@retutn True, if the command was succesfully executed.
Implements GUICommand.
Definition at line 60 of file ProximSimulatorSettingsCmd.cc.
References assert, ProximToolbox::frontend(), ProximToolbox::lineReader(), and GUICommand::parentWindow().
|
virtual |
Returns path to the icon file for this command.
Implements GUICommand.
Definition at line 84 of file ProximSimulatorSettingsCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 75 of file ProximSimulatorSettingsCmd.cc.
References ProximConstants::COMMAND_SIMULATOR_SETTINGS.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 106 of file ProximSimulatorSettingsCmd.cc.