Go to the documentation of this file.
6#ifndef ifileproc_IFileConversion_included
7#define ifileproc_IFileConversion_included
11#include <QtCore/QString>
54 const QString& inputPath,
General interface for conversion of files.
MessageId
Types of messages which can be produced during execution of ConvertFiles method.
@ MI_OUTPUT_PATH
Message ID if output path is invalid.
@ MI_INPUT_PATH
Message ID if input path is invalid.
virtual iproc::CTaskState ConvertFiles(const QString &inputPath, QString &outputPath, const iprm::IParamsSet *paramsPtr=nullptr, iproc::IProgressManager *progressManagerPtr=nullptr) const =0
Copy a file or files from inputPath to destination outputPath.
Set of general parameters.
Represent state of asynchronous operation.
Consume information about progress of some process.
Contains the classes for general file processing.
© Witold Gantzke and Kirill Lepskiy