OpenASIP
2.0
|
#include <DeletePortCmd.hh>
Public Member Functions | |
DeletePortCmd (EditPart *editPart) | |
virtual | ~DeletePortCmd () |
virtual bool | Do () |
![]() | |
ComponentCommand () | |
virtual | ~ComponentCommand () |
wxWindow * | parentWindow () |
void | setParentWindow (wxWindow *window) |
Private Attributes | |
EditPart * | editPart_ |
Port to delete. More... | |
Command for deleting ports from a machine.
Definition at line 43 of file DeletePortCmd.hh.
DeletePortCmd::DeletePortCmd | ( | EditPart * | editPart | ) |
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 64 of file DeletePortCmd.cc.
References assert, editPart_, and EditPart::model().
|
private |