OpenASIP
2.0
|
#include <ProximShowRegistersCmd.hh>
Public Member Functions | |
ProximShowRegistersCmd (EditPart *part) | |
virtual | ~ProximShowRegistersCmd () |
virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
ComponentCommand () | |
virtual | ~ComponentCommand () |
wxWindow * | parentWindow () |
void | setParentWindow (wxWindow *window) |
Private Attributes | |
EditPart * | part_ |
Command for opening a register window displaying register state of a registerfile.
Definition at line 45 of file ProximShowRegistersCmd.hh.
ProximShowRegistersCmd::ProximShowRegistersCmd | ( | EditPart * | part | ) |
The Constructor.
Definition at line 42 of file ProximShowRegistersCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 64 of file ProximShowRegistersCmd.cc.
References ProximToolbox::addFramedWindow(), ProximToolbox::mainFrame(), EditPart::model(), part_, and ProximRegisterWindow::showRegisterFile().
|
private |
Definition at line 52 of file ProximShowRegistersCmd.hh.
Referenced by Do().