55 void setProgress(
int percent);
66 bool interrupted()
const;
77 void setRange(
int minimum,
int maximum )
override;
78 void setFormat(
const QString & format )
override;
106 void setInterrupted(
bool value);
float value(const T *src, size_t ch)
A holder for an updater that does nothing.
virtual void setValue(int value)=0
virtual void setFormat(const QString &format)=0
virtual void setAutoNestedName(const QString &name)
virtual void setRange(int minimum, int maximum)=0
virtual int maximum() const =0
void sigProgress(int percent)
emitted whenever the subtask has called setProgress on us
void sigCancel()
emitted whenever the subtask has called cancel on us
void sigHasValidRangeChanged(bool value)
QPointer< KoUpdaterPrivate > d
void sigNestedNameChanged(const QString &value)