OpenASIP
2.0
|
#include <ModifyFUCmd.hh>
Public Member Functions | |
ModifyFUCmd (EditPart *editPart) | |
virtual | ~ModifyFUCmd () |
virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
ComponentCommand () | |
virtual | ~ComponentCommand () |
wxWindow * | parentWindow () |
void | setParentWindow (wxWindow *window) |
Private Attributes | |
EditPart * | editPart_ |
Function unit to modify. More... | |
Command which displays a function unit dialog with precompleted values for modifying a function unit.
Definition at line 43 of file ModifyFUCmd.hh.
ModifyFUCmd::ModifyFUCmd | ( | EditPart * | editPart | ) |
The Constructor.
Definition at line 44 of file ModifyFUCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 63 of file ModifyFUCmd.cc.
References assert, editPart_, EditPart::model(), and ComponentCommand::parentWindow().
|
private |