#include <RunManagerStatusWidget.hpp>
QDialog based user interface for displaying RunManager queue job status to the user.
- See also
- http://doc.qt.nokia.com/qdialog.html
| virtual openstudio::runmanager::RunManagerStatusWidget::~RunManagerStatusWidget |
( |
| ) |
|
|
virtual |
| void openstudio::runmanager::RunManagerStatusWidget::goToOutput |
( |
| ) |
|
|
signal |
| void openstudio::runmanager::RunManagerStatusWidget::jobSelectionCleared |
( |
| ) |
|
|
signal |
| std::vector<std::pair<bool, QAction *> > openstudio::runmanager::RunManagerStatusWidget::publicActions |
( |
| ) |
|
Returns a vector of QAction objects to display on a toolbar or some other easily accessible location.
| void openstudio::runmanager::RunManagerStatusWidget::setGoToOutputEnabled |
( |
bool |
enabled | ) |
|
Enables or disables the "goToOutput" menu option.
| void openstudio::runmanager::RunManagerStatusWidget::setRunManager |
( |
const RunManager & |
t_runmanager | ) |
|
Sets the runmanager to monitor the status of.