|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <TaskProgressDialog.h>
Public Member Functions | |
| TaskProgressDialog (QWidget *parent, const QStringList &tasks, const QString &title, const QIcon &icon) | |
| void | addTasks (const QStringList &tasks) |
| void | setCurrentTask (const QString &taskName) |
| void | setTaskFinished (const QString &taskName) |
| void | setCurrentTaskText (const QString &taskText) |
Protected Attributes | |
| QStringList | _tasks |
Task progress dialog class
Class for reporting task progress.
|
explicit |
Constructor
| parent | Pointer to parent widget |
| tasks | List of task names |
| title | Main task title |
| icon | Dialog icon |
| void hdps::gui::TaskProgressDialog::addTasks | ( | const QStringList & | tasks | ) |
Add a list of tasks
| tasks | List of tasks to add |
| void hdps::gui::TaskProgressDialog::setCurrentTask | ( | const QString & | taskName | ) |
Set the name of the current task
| taskName | Name of the current task |
| void hdps::gui::TaskProgressDialog::setCurrentTaskText | ( | const QString & | taskText | ) |
Set the current tasks text (visible in the label on the progress dialog)
| taskText | Task text |
| void hdps::gui::TaskProgressDialog::setTaskFinished | ( | const QString & | taskName | ) |
Flag task as finished
| taskName | Name of the task that finished |
|
protected |