| 
    OpenASIP 2.2
    
   | 
 
#include <AddOperationImplementationResourceCmd.hh>


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

      
  | 
  virtual | 
Execute command.
Implements GUICommand.
Definition at line 48 of file AddOperationImplementationResourceCmd.cc.
      
  | 
  virtual | 
Returns name of the command icon file.
Implements GUICommand.
Definition at line 62 of file AddOperationImplementationResourceCmd.cc.
      
  | 
  virtual | 
Returns command id.
Implements GUICommand.
Definition at line 72 of file AddOperationImplementationResourceCmd.cc.
References HDBEditorConstants::COMMAND_ADD_OPERATION_IMPLEMENTATION_RESOURCE.
      
  | 
  virtual | 
Returns true if the command should be enabled in the menu/toolbar.
Implements GUICommand.
Definition at line 92 of file AddOperationImplementationResourceCmd.cc.