|
OpenASIP 2.2
|
#include <DeleteGCUCmd.hh>


Public Member Functions | |
| DeleteGCUCmd (EditPart *editPart) | |
| virtual | ~DeleteGCUCmd () |
| 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 delete. | |
Command for deleting global control unit from the Machine.
Definition at line 42 of file DeleteGCUCmd.hh.
| DeleteGCUCmd::DeleteGCUCmd | ( | EditPart * | editPart | ) |
The Constructor.
| editPart | Global control unit to delete. |
Definition at line 45 of file DeleteGCUCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 63 of file DeleteGCUCmd.cc.
References assert, editPart_, and EditPart::model().

|
private |