|
OpenASIP 2.2
|
#include <AddBusEntryCmd.hh>


Public Member Functions | |
| AddBusEntryCmd () | |
| virtual | ~AddBusEntryCmd () |
| virtual bool | Do () |
| virtual int | id () const |
| virtual AddBusEntryCmd * | 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 bus entries to a HDB.
Definition at line 41 of file AddBusEntryCmd.hh.
| AddBusEntryCmd::AddBusEntryCmd | ( | ) |
The Constructor.
Definition at line 45 of file AddBusEntryCmd.cc.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns new instance of this command.
Implements GUICommand.
Definition at line 103 of file AddBusEntryCmd.cc.
References AddBusEntryCmd().

|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 60 of file AddBusEntryCmd.cc.
References HDB::HDBManager::addBusEntry().

|
virtual |
Returns name of the command icon file.
Implements GUICommand.
Definition at line 81 of file AddBusEntryCmd.cc.
|
virtual |
Returns command identifier for this command.
Implements GUICommand.
Definition at line 92 of file AddBusEntryCmd.cc.
References HDBEditorConstants::COMMAND_ADD_BUS_ENTRY.
|
virtual |
Returns true, if the command should be enabled in the menu/toolbar.
Implements GUICommand.
Definition at line 114 of file AddBusEntryCmd.cc.