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