OpenASIP
2.0
|
#include <AddRFEntryCmd.hh>
Public Member Functions | |
AddRFEntryCmd () | |
virtual | ~AddRFEntryCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual AddRFEntryCmd * | 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 RF entries to a HDB.
Definition at line 41 of file AddRFEntryCmd.hh.
AddRFEntryCmd::AddRFEntryCmd | ( | ) |
|
virtual |
|
virtual |
Creates and returns new instance of this command.
Implements GUICommand.
Definition at line 103 of file AddRFEntryCmd.cc.
References AddRFEntryCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 60 of file AddRFEntryCmd.cc.
References HDB::HDBManager::addRFEntry().
|
virtual |
Returns name of the command icon file.
Implements GUICommand.
Definition at line 81 of file AddRFEntryCmd.cc.
|
virtual |
Returns command identifier for this command.
Implements GUICommand.
Definition at line 92 of file AddRFEntryCmd.cc.
References HDBEditorConstants::COMMAND_ADD_RF_ENTRY.
|
virtual |
Returns true, if the command should be enabled in the menu/toolbar.
Implements GUICommand.
Definition at line 114 of file AddRFEntryCmd.cc.