19 #ifndef LIB_QUENTIER_UTILITY_FILE_IO_PROCESSOR_ASYNC_H 20 #define LIB_QUENTIER_UTILITY_FILE_IO_PROCESSOR_ASYNC_H 22 #include <quentier/types/ErrorString.h> 23 #include <quentier/utility/Linkage.h> 33 QT_FORWARD_DECLARE_CLASS(FileIOProcessorAsyncPrivate)
54 void setIdleTimePeriod(qint32 seconds);
75 void writeFileRequestProcessed(
76 bool success,
ErrorString errorDescription, QUuid requestId);
89 void readFileRequestProcessed(
90 bool success,
ErrorString errorDescription, QByteArray data,
105 void onWriteFileRequest(
106 QString absoluteFilePath, QByteArray data, QUuid requestId,
116 void onReadFileRequest(QString absoluteFilePath, QUuid requestId);
119 FileIOProcessorAsyncPrivate *
const d_ptr;
125 #endif // LIB_QUENTIER_UTILITY_FILE_IO_PROCESSOR_ASYNC_H The FileIOProcessorAsync class is a wrapper under simple file IO operations, it is meant to be used f...
Definition: FileIOProcessorAsync.h:39
The ErrorString class encapsulates two (or more) strings which are meant to contain translatable (bas...
Definition: ErrorString.h:43
Definition: DecryptedTextManager.h:26