|
|
void | clear () |
| |
|
void | loadWorkflow () |
| |
|
void | loadWorkflowDescription (QString Filename) |
| |
|
|
void | disableWorkflowManagement () |
| |
|
void | runCurrentConverter () |
| |
|
void | selectWorkflowDescription (const QString &QS) |
| |
|
void | selectWorkflowStep (const QString &QS) |
| |
|
|
QString | currentWorkflowName () const |
| |
|
QStringList | getInputs (const QString &QS) const |
| |
|
QString | getNextStep (const QString &ConvID) const |
| |
|
QString | getPreviousStep (const QString &ConvID) const |
| |
|
void | gotoNextStep () |
| |
|
void | gotoPreviousStep () |
| |
|
void | perform () |
| |
|
void | performNextStep () |
| |
|
| qVWorkflowManager (QWidget *Panel) |
| |
|
void | selectStep (const QString &ConvID) |
| |
|
|
std::unordered_map< QString, QStringList > | ConverterInputs |
| |
|
int | CurrentPerformance = -1 |
| |
|
QString | currentWorkflowFileName |
| |
|
std::vector< QString > | steps |
| |
◆ getApplicationWorkflowDirPath()
| QString Wizt::qVWorkflowManager::getApplicationWorkflowDirPath |
( |
| ) |
|
|
static |
Refers to the path where workflow description files reside.
This is currently in the data/ directory of the installed application
The documentation for this class was generated from the following files:
- qVWorkflowManager.hpp
- qVWorkflowManager.cpp