|
OpenASIP 2.2
|
#include <AddOperationImplementationCmd.hh>


Public Member Functions | |
| AddOperationImplementationCmd () | |
| Constructor. | |
| virtual | ~AddOperationImplementationCmd ()=default |
| virtual bool | Do () |
| Execute command. | |
| virtual int | id () const |
| virtual AddOperationImplementationCmd * | 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 |
Definition at line 35 of file AddOperationImplementationCmd.hh.
| AddOperationImplementationCmd::AddOperationImplementationCmd | ( | ) |
Constructor.
Definition at line 40 of file AddOperationImplementationCmd.cc.
Referenced by create().
|
virtualdefault |
|
virtual |
Creates a new instance of this command.
Implements GUICommand.
Definition at line 81 of file AddOperationImplementationCmd.cc.
References AddOperationImplementationCmd().

|
virtual |
Execute command.
Implements GUICommand.
Definition at line 47 of file AddOperationImplementationCmd.cc.
|
virtual |
Returns name of the command icon file.
Implements GUICommand.
Definition at line 61 of file AddOperationImplementationCmd.cc.
|
virtual |
Returns command id.
Implements GUICommand.
Definition at line 71 of file AddOperationImplementationCmd.cc.
References HDBEditorConstants::COMMAND_ADD_OPERATION_IMPLEMENTATION.
|
virtual |
Returns true if the command should be enabled in the menu/toolbar.
Implements GUICommand.
Definition at line 91 of file AddOperationImplementationCmd.cc.