OpenASIP
2.0
|
#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. More... | |
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 | ) |
The Constructor.
Definition at line 47 of file ModifyRFCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 66 of file ModifyRFCmd.cc.
References assert, editPart_, EditPart::model(), and ComponentCommand::parentWindow().
|
private |