#include <JobStatusWidget.hpp>
Public Slots | |
void | clearWorkflow () |
Clears the currently displayed workflow. More... | |
void | setWorkflow (const openstudio::runmanager::Job &t_j) |
Sets the workflow to display. More... | |
Public Member Functions | |
JobStatusWidget (openstudio::runmanager::RunManager t_runmanager,*parent=nullptr) | |
Create a JobStatusWidget dialog for displaying job status. More... | |
std::vector< std::pair< bool, QAction * > > | publicActions () |
Returns a vector of QAction objects to display on a toolbar or some other easily accessible location. More... | |
virtual | ~JobStatusWidget () |
QDialog based user interface for displaying RunManager queue job status to the user.
openstudio::runmanager::JobStatusWidget::JobStatusWidget | ( | openstudio::runmanager::RunManager | t_runmanager, |
* | parent = nullptr |
||
) |
Create a JobStatusWidget dialog for displaying job status.
|
virtual |
|
slot |
Clears the currently displayed workflow.
std::vector<std::pair<bool, QAction *> > openstudio::runmanager::JobStatusWidget::publicActions | ( | ) |
Returns a vector of QAction objects to display on a toolbar or some other easily accessible location.
|
slot |
Sets the workflow to display.