OpenASIP
2.0
|
#include <AddRFArchitectureCmd.hh>
Public Member Functions | |
AddRFArchitectureCmd () | |
virtual | ~AddRFArchitectureCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual AddRFArchitectureCmd * | 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 a new register file archtiecture to a HDB.
Definition at line 41 of file AddRFArchitectureCmd.hh.
AddRFArchitectureCmd::AddRFArchitectureCmd | ( | ) |
|
virtual |
|
virtual |
Creates and returns a new instance of this command.
Implements GUICommand.
Definition at line 111 of file AddRFArchitectureCmd.cc.
References AddRFArchitectureCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 62 of file AddRFArchitectureCmd.cc.
References HDB::HDBManager::addRFArchitecture(), and GUICommand::parentWindow().
|
virtual |
Returns name of the command icon file.
Implements GUICommand.
Definition at line 89 of file AddRFArchitectureCmd.cc.
|
virtual |
Returns the command identifier.
Implements GUICommand.
Definition at line 100 of file AddRFArchitectureCmd.cc.
References HDBEditorConstants::COMMAND_ADD_RF_ARCHITECTURE.
|
virtual |
Returns true if the command should be enabled in menu/toolbar, false if not.
Implements GUICommand.
Definition at line 122 of file AddRFArchitectureCmd.cc.