|
OpenASIP 2.2
|
#include <ProximShowPortsCmd.hh>


Public Member Functions | |
| ProximShowPortsCmd (EditPart *part) | |
| virtual | ~ProximShowPortsCmd () |
| 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 function unit window displaying port state of a function unit.
Definition at line 45 of file ProximShowPortsCmd.hh.
| ProximShowPortsCmd::ProximShowPortsCmd | ( | EditPart * | part | ) |
The Constructor.
Definition at line 42 of file ProximShowPortsCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 64 of file ProximShowPortsCmd.cc.
References ProximToolbox::addFramedWindow(), ProximToolbox::mainFrame(), EditPart::model(), part_, and ProximPortWindow::showFunctionUnit().

|
private |
Definition at line 52 of file ProximShowPortsCmd.hh.
Referenced by Do().