|
OpenASIP 2.2
|
#include <DeletePortCmd.hh>


Public Member Functions | |
| DeletePortCmd (EditPart *editPart) | |
| virtual | ~DeletePortCmd () |
| virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
| ComponentCommand () | |
| virtual | ~ComponentCommand () |
| wxWindow * | parentWindow () |
| void | setParentWindow (wxWindow *window) |
Private Attributes | |
| EditPart * | editPart_ |
| Port to delete. | |
Command for deleting ports from a machine.
Definition at line 43 of file DeletePortCmd.hh.
| DeletePortCmd::DeletePortCmd | ( | EditPart * | editPart | ) |
The Constructor.
| editPart | Port to delete. |
Definition at line 45 of file DeletePortCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 64 of file DeletePortCmd.cc.
References assert, editPart_, and EditPart::model().

|
private |