Go to the documentation of this file.
10#include <QtCore/QByteArray>
11#include <QtCore/QString>
32 const QByteArray& progressId,
33 const QString& description,
34 bool isCancelable =
false) = 0;
44 virtual void OnProgress(
int sessionId,
double currentProgress) = 0;
Consume information about progress of some process.
virtual void EndProgressSession(int sessionId)=0
Close progress report session.
virtual int BeginProgressSession(const QByteArray &progressId, const QString &description, bool isCancelable=false)=0
Begin progress report session.
virtual void OnProgress(int sessionId, double currentProgress)=0
Callback function for a progress event.
virtual bool IsCanceled(int sessionId) const =0
Check if this processing operation should be canceled.
This namespace containes interfaces and implementation of data processing concepts.
© Witold Gantzke and Kirill Lepskiy