|
OpenASIP 2.2
|
#include <HDBEditorQuitCmd.hh>


Public Member Functions | |
| HDBEditorQuitCmd () | |
| virtual | ~HDBEditorQuitCmd () |
| virtual bool | Do () |
| virtual int | id () const |
| virtual HDBEditorQuitCmd * | 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 quiting HDBEditor.
Definition at line 41 of file HDBEditorQuitCmd.hh.
| HDBEditorQuitCmd::HDBEditorQuitCmd | ( | ) |
The Constructor.
Definition at line 42 of file HDBEditorQuitCmd.cc.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 92 of file HDBEditorQuitCmd.cc.
References HDBEditorQuitCmd().

|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 58 of file HDBEditorQuitCmd.cc.
|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 72 of file HDBEditorQuitCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 81 of file HDBEditorQuitCmd.cc.
References HDBEditorConstants::COMMAND_QUIT.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 103 of file HDBEditorQuitCmd.cc.