|
OpenASIP 2.2
|
#include <ModifySocketCmd.hh>


Public Member Functions | |
| ModifySocketCmd (EditPart *editPart) | |
| virtual | ~ModifySocketCmd () |
| virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
| ComponentCommand () | |
| virtual | ~ComponentCommand () |
| wxWindow * | parentWindow () |
| void | setParentWindow (wxWindow *window) |
Private Attributes | |
| EditPart * | editPart_ |
| Socket to modify. | |
Command which displays a socket dialog with precompleted values for modifying a socket.
Definition at line 43 of file ModifySocketCmd.hh.
| ModifySocketCmd::ModifySocketCmd | ( | EditPart * | editPart | ) |
The Constructor.
Definition at line 44 of file ModifySocketCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 64 of file ModifySocketCmd.cc.
References assert, editPart_, EditPart::model(), and ComponentCommand::parentWindow().

|
private |