OpenASIP
2.0
|
#include <DeleteFUCmd.hh>
Public Member Functions | |
DeleteFUCmd (EditPart *editPart) | |
virtual | ~DeleteFUCmd () |
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 delete. More... | |
Command for deleting function units from the Machine.
Definition at line 42 of file DeleteFUCmd.hh.
DeleteFUCmd::DeleteFUCmd | ( | EditPart * | editPart | ) |
The Constructor.
editPart | Function unit to delete. |
Definition at line 44 of file DeleteFUCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 63 of file DeleteFUCmd.cc.
References assert, editPart_, and EditPart::model().
|
private |