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