OpenASIP
2.0
|
#include <AddFUEntryCmd.hh>
Public Member Functions | |
AddFUEntryCmd () | |
virtual | ~AddFUEntryCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual AddFUEntryCmd * | 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 adding new FU entries to a HDB.
Definition at line 41 of file AddFUEntryCmd.hh.
AddFUEntryCmd::AddFUEntryCmd | ( | ) |
|
virtual |
|
virtual |
Creates a new instance of this command.
Implements GUICommand.
Definition at line 102 of file AddFUEntryCmd.cc.
References AddFUEntryCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 60 of file AddFUEntryCmd.cc.
References HDB::HDBManager::addFUEntry().
|
virtual |
Returns name of the command icon file.
Implements GUICommand.
Definition at line 81 of file AddFUEntryCmd.cc.
|
virtual |
Returns command id.
Implements GUICommand.
Definition at line 91 of file AddFUEntryCmd.cc.
References HDBEditorConstants::COMMAND_ADD_FU_ENTRY.
|
virtual |
Returns true if the command should be enabled in the menu/toolbar.
Implements GUICommand.
Definition at line 113 of file AddFUEntryCmd.cc.