QVISH 0.1
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Wizt::qVWorkflowManager Class Reference
Inheritance diagram for Wizt::qVWorkflowManager:

Public Slots

void clear ()
 
void loadWorkflow ()
 
void loadWorkflowDescription (QString Filename)
 

Signals

void disableWorkflowManagement ()
 
void runCurrentConverter ()
 
void selectWorkflowDescription (const QString &QS)
 
void selectWorkflowStep (const QString &QS)
 

Public Member Functions

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)
 

Static Public Member Functions

static QString getApplicationWorkflowDirPath ()
 Refers to the path where workflow description files reside.
 

Public Attributes

std::unordered_map< QString, QStringList > ConverterInputs
 
int CurrentPerformance = -1
 
QString currentWorkflowFileName
 
std::vector< QString > steps
 

Member Function Documentation

◆ 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: