|
OpenASIP 2.2
|
#include <OSEdQuitCmd.hh>


Public Member Functions | |
| OSEdQuitCmd () | |
| virtual | ~OSEdQuitCmd () |
| 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 | |
| OSEdQuitCmd (const OSEdQuitCmd &) | |
| Copying not allowed. | |
| OSEdQuitCmd & | operator= (OSEdQuitCmd &) |
| Assignment not allowed. | |
Command that quits the execution of the application.
Definition at line 43 of file OSEdQuitCmd.hh.
| OSEdQuitCmd::OSEdQuitCmd | ( | ) |
Constructor.
Definition at line 43 of file OSEdQuitCmd.cc.
Referenced by create().
|
virtual |
|
private |
Copying not allowed.
|
virtual |
Creates a new command.
Implements GUICommand.
Definition at line 66 of file OSEdQuitCmd.cc.
References OSEdQuitCmd().

|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 76 of file OSEdQuitCmd.cc.
|
virtual |
Returns the icon file.
Implements GUICommand.
Definition at line 98 of file OSEdQuitCmd.cc.
|
virtual |
Returns the id of the command.
Implements GUICommand.
Definition at line 56 of file OSEdQuitCmd.cc.
References OSEdConstants::CMD_QUIT.
|
virtual |
Returns true if command is enabled.
Implements GUICommand.
Definition at line 88 of file OSEdQuitCmd.cc.
|
private |
Assignment not allowed.