25 #ifndef DIGIKAM_VERSION_FILE_OPERATION_H
26 #define DIGIKAM_VERSION_FILE_OPERATION_H
52 VersionFileInfo(
const QString& path,
const QString& fileName,
const QString& format)
61 QString filePath()
const;
99 SaveAndDelete = 1 << 2,
101 MoveToIntermediate = 1 << 3,
103 StoreIntermediates = 1 << 4
105 Q_DECLARE_FLAGS(Tasks,
Task)
122 QStringList allFilePaths()
const;
127 Q_DECLARE_OPERATORS_FOR_FLAGS(Digikam::VersionFileOperation::Tasks)
Definition: versionfileoperation.h:45
QString path
Definition: versionfileoperation.h:64
QString format
Definition: versionfileoperation.h:66
VersionFileInfo(const QString &path, const QString &fileName, const QString &format)
Definition: versionfileoperation.h:52
QString fileName
Definition: versionfileoperation.h:65
VersionFileInfo()
Definition: versionfileoperation.h:48
Definition: versionfileoperation.h:72
VersionFileInfo saveFile
Definition: versionfileoperation.h:113
QMap< int, VersionFileInfo > intermediates
Definition: versionfileoperation.h:117
VersionFileInfo intermediateForLoadedFile
Definition: versionfileoperation.h:115
VersionFileOperation()
Definition: versionfileoperation.h:86
VersionFileInfo loadedFile
Definition: versionfileoperation.h:111
Task
Definition: versionfileoperation.h:93
Tasks tasks
Definition: versionfileoperation.h:109
Definition: datefolderview.cpp:43