|
OpenASIP 2.2
|
#include <ProximComponentStatusCmd.hh>


Public Member Functions | |
| ProximComponentStatusCmd (std::string status) | |
| virtual | ~ProximComponentStatusCmd () |
| virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
| ComponentCommand () | |
| virtual | ~ComponentCommand () |
| wxWindow * | parentWindow () |
| void | setParentWindow (wxWindow *window) |
Private Attributes | |
| std::string | status_ |
Command for showing component status in the ProximMachineStatus Window.
Definition at line 42 of file ProximComponentStatusCmd.hh.
| ProximComponentStatusCmd::ProximComponentStatusCmd | ( | std::string | status | ) |
The Constructor.
| part | Machine component to be displayed in the status widgets of the MachineWindow. |
Definition at line 44 of file ProximComponentStatusCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 63 of file ProximComponentStatusCmd.cc.
References assert, ProximToolbox::machineStateWindow(), ProximMachineStateWindow::setStatusText(), and status_.

|
private |
Definition at line 48 of file ProximComponentStatusCmd.hh.
Referenced by Do().