|
OpenASIP 2.2
|
#include <ModifyIUCmd.hh>


Public Member Functions | |
| ModifyIUCmd (EditPart *editPart) | |
| virtual | ~ModifyIUCmd () |
| virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
| ComponentCommand () | |
| virtual | ~ComponentCommand () |
| wxWindow * | parentWindow () |
| void | setParentWindow (wxWindow *window) |
Private Attributes | |
| EditPart * | editPart_ |
| Immediate unit to modify. | |
Command which displays a immediate unit dialog with precompleted values for modifying a immediate unit.
Definition at line 43 of file ModifyIUCmd.hh.
| ModifyIUCmd::ModifyIUCmd | ( | EditPart * | editPart | ) |
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 62 of file ModifyIUCmd.cc.
References assert, editPart_, EditPart::model(), and ComponentCommand::parentWindow().

|
private |