|
OpenASIP 2.2
|
#include <ModifyRFPortCmd.hh>


Public Member Functions | |
| ModifyRFPortCmd (EditPart *editPart) | |
| virtual | ~ModifyRFPortCmd () |
| virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
| ComponentCommand () | |
| virtual | ~ComponentCommand () |
| wxWindow * | parentWindow () |
| void | setParentWindow (wxWindow *window) |
Private Attributes | |
| EditPart * | editPart_ |
| Register file port to modify. | |
Command which displays a register file port dialog with precompleted values for modifying a register file port.
Definition at line 44 of file ModifyRFPortCmd.hh.
| ModifyRFPortCmd::ModifyRFPortCmd | ( | EditPart * | editPart | ) |
The Constructor.
| editPart | Port to modify. |
Definition at line 47 of file ModifyRFPortCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 66 of file ModifyRFPortCmd.cc.
References assert, editPart_, EditPart::model(), and ComponentCommand::parentWindow().

|
private |