|
OpenASIP 2.2
|
#include <AddSocketEntryCmd.hh>


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

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

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