|
|
void | activateConverter (const QUrl &url) |
| |
| void | addNewInputFile () |
| |
|
void | analyse () |
| |
|
void | buttonsEnabled (bool isEnabled) |
| |
|
void | callConverterHelp () |
| |
|
void | cancelConversion () |
| |
| bool | checkInputsExist () |
| |
|
void | checkInputsExtensions () const |
| |
| void | checkOutputFilesUnique () |
| |
| void | checkOutputsExist () |
| |
|
void | clearConverterParameters () const |
| |
| void | clearInputFiles () |
| | Should the clear input files button also clear the converter? In single converter mode that can makes sense because the list of input files determines the list of possible converters.
|
| |
|
void | conversionDone (const QString &Result, const QStringList &qResults) |
| |
|
void | convertData () |
| |
|
void | convertDataAndQuit () |
| |
|
void | displayOutputOption (QListWidgetItem *item) |
| |
|
void | executeWorkflow () |
| |
|
void | helpForWorkflow () |
| |
|
void | nextWorkflowStep () |
| |
|
void | parameterChanged (const QString &) |
| |
|
void | performOutputOption (QListWidgetItem *item) |
| |
|
void | prefixChanged (const QString &text) |
| |
|
void | previousWorkflowStep () |
| |
|
void | progressBarUpdate (QString what, int Current, int Max) |
| |
|
void | retrieveInputFileHistory () |
| |
|
void | selectConverter (const QString &) |
| |
|
void | selectConverterGenreConstraint (int) |
| |
|
void | selectConverterInputConstraint (int) |
| |
|
void | selectConverterOutputConstraint (int) |
| |
|
void | selectWorkflowFile () const |
| |
|
void | selectWorkflowFileByName (const QString &Filename) const |
| |
|
void | selectWorkingDirectory () |
| |
|
void | setWorkflowStep (const QString &ConverterID) |
| |
| void | showFileInputQuickInfo () |
| |
|
void | showNextFileProcess (QStringList processedFiles, QString what) |
| |
|
void | toggleWorkflowEnablement (bool on) |
| |
| void | updateAvailableConverters () const |
| |
|
|
void | convertDataWithWarning (bool doWorkingDirWarning) |
| |
|
bool | digest (const string &filename) |
| | This function is called when a drag & drop event happens in the MainWindow, or a file is opened in the MainWindow but no loader for it has been found.
|
| |
|
void | enterEvent (QEvent *event) override |
| |
|
QString | getCurrentConverter () const |
| |
|
QStringList | getFileInputsFromSettings (const QString &ConverterID) const |
| |
|
QString | getFirstInputFile () const |
| |
|
void | getInputFiles (VNutrition::FileList_t &FL, bool &WorkingDirWarning) |
| |
|
QSettings * | getLocalSettings () const |
| |
|
QStringList | getOutputs (QString ConverterID) const |
| |
|
void | leaveEvent (QEvent *event) override |
| |
|
bool | modifyInputFiles () const |
| | Check whether the input files are modified by the current converter, which is the case if an input file also shows up in the output list.
|
| |
|
QString | OutputPath () const |
| |
| | qVNutrition (QStackedWidget *, qVInputContext &theInputContext, qVMainWindow *MainWindow, const QString &initialConverter) |
| |
|
void | refreshOutputs () const |
| |
|
void | refreshOutputs (const RefPtr< VNutrition > &VID, VNutrition::FileList_t &FileInputs) const |
| |
| bool | retrieveFileInputs (const VNutrition::FileList_t &FileInputs) |
| |
|
void | selectConverterAndInputFiles (const QString &ConverterID, const VNutrition::FileList_t &FileInputs) |
| |
|
void | setConverterParameters (const RefPtr< VNutrition > &VID) const |
| |
|
void | setCurrentWorkflowFile () const |
| |
|
void | setFileInputsToSettings (const QString &ConverterID, const QStringList &InputFiles) const |
| |
|
void | setWorkflowStatus () const |
| |
|
void | showEvent (QShowEvent *event) override |
| |
|
void | updateConverterConstraints (const std::unordered_set< RefPtr< VNutrition > > &AvailableConverters) const |
| |
|
void | updateOutputOptions (const RefPtr< VNutrition > &VID) |
| |
|
void | writeFileInputs () const |
| |