OpenASIP
2.0
|
#include <ModifyBusCmd.hh>
Public Member Functions | |
ModifyBusCmd (EditPart *editPart) | |
virtual | ~ModifyBusCmd () |
virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
ComponentCommand () | |
virtual | ~ComponentCommand () |
wxWindow * | parentWindow () |
void | setParentWindow (wxWindow *window) |
Private Attributes | |
EditPart * | editPart_ |
Bus to modify. More... | |
Command which displays a bus dialog with precompleted values for modifying a bus.
Definition at line 43 of file ModifyBusCmd.hh.
ModifyBusCmd::ModifyBusCmd | ( | EditPart * | editPart | ) |
The Constructor.
Definition at line 45 of file ModifyBusCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 65 of file ModifyBusCmd.cc.
References assert, editPart_, EditPart::model(), and ComponentCommand::parentWindow().
|
private |