|
OpenASIP 2.2
|
#include <ModifyRFCmd.hh>


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

|
private |