|
OpenASIP 2.2
|
#include <OSEdOptionsCmd.hh>


Public Member Functions | |
| OSEdOptionsCmd () | |
| virtual | ~OSEdOptionsCmd () |
| virtual int | id () const |
| virtual GUICommand * | create () const |
| virtual bool | Do () |
| virtual bool | isEnabled () |
| virtual std::string | icon () 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 |
Private Member Functions | |
| OSEdOptionsCmd (const OSEdOptionsCmd &) | |
| Copying not allowed. | |
| OSEdOptionsCmd & | operator= (const OSEdOptionsCmd &) |
| Assignment not allowed. | |
Command for modifying options.
Definition at line 43 of file OSEdOptionsCmd.hh.
| OSEdOptionsCmd::OSEdOptionsCmd | ( | ) |
Constructor.
Definition at line 42 of file OSEdOptionsCmd.cc.
Referenced by create().
|
virtual |
|
private |
Copying not allowed.
|
virtual |
Creates a new command.
Implements GUICommand.
Definition at line 68 of file OSEdOptionsCmd.cc.
References OSEdOptionsCmd().

|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 78 of file OSEdOptionsCmd.cc.
References GUICommand::parentWindow().

|
virtual |
Return icon path.
Implements GUICommand.
Definition at line 100 of file OSEdOptionsCmd.cc.
|
virtual |
Returns the id of the command.
Implements GUICommand.
Definition at line 58 of file OSEdOptionsCmd.cc.
References OSEdConstants::CMD_OPTIONS.
|
virtual |
Return true if command is enabled.
Implements GUICommand.
Definition at line 90 of file OSEdOptionsCmd.cc.
|
private |
Assignment not allowed.