OpenASIP
2.0
|
#include <DeleteBusCmd.hh>
Public Member Functions | |
DeleteBusCmd (EditPart *editPart) | |
virtual | ~DeleteBusCmd () |
bool | Do () |
Public Member Functions inherited from ComponentCommand | |
ComponentCommand () | |
virtual | ~ComponentCommand () |
wxWindow * | parentWindow () |
void | setParentWindow (wxWindow *window) |
Private Attributes | |
EditPart * | editPart_ |
Bus to delete. More... | |
Command for deleting buses from the Machine.
Definition at line 42 of file DeleteBusCmd.hh.
DeleteBusCmd::DeleteBusCmd | ( | EditPart * | editPart | ) |
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 63 of file DeleteBusCmd.cc.
References assert, editPart_, and EditPart::model().
|
private |