OpenASIP
2.0
|
#include <ModifyIUPortCmd.hh>
Public Member Functions | |
ModifyIUPortCmd (EditPart *editPart) | |
virtual | ~ModifyIUPortCmd () |
virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
ComponentCommand () | |
virtual | ~ComponentCommand () |
wxWindow * | parentWindow () |
void | setParentWindow (wxWindow *window) |
Private Attributes | |
EditPart * | editPart_ |
Immediate unit port to modify. More... | |
Command which displays an immediate unit port dialog with precompleted values for modifying an imediate unit port.
Definition at line 44 of file ModifyIUPortCmd.hh.
ModifyIUPortCmd::ModifyIUPortCmd | ( | EditPart * | editPart | ) |
The Constructor.
editPart | Port to modify. |
Definition at line 47 of file ModifyIUPortCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 66 of file ModifyIUPortCmd.cc.
References assert, editPart_, EditPart::model(), and ComponentCommand::parentWindow().
|
private |
Immediate unit port to modify.
Definition at line 52 of file ModifyIUPortCmd.hh.
Referenced by Do().