|
| ThumbnailLoadingTask (LoadSaveThread *const thread, const LoadingDescription &description) |
|
void | execute () override |
|
void | postProcess () override |
|
void | setThumbResult (const LoadingDescription &loadingDescription, const QImage &qimage) |
|
| SharedLoadingTask (LoadSaveThread *const thread, const LoadingDescription &description, LoadSaveThread::AccessMode mode=LoadSaveThread::AccessModeReadWrite, LoadingTaskStatus loadingTaskStatus=LoadingTaskStatusLoading) |
|
LoadSaveThread::AccessMode | accessMode () const override |
|
void | addListener (LoadingProcessListener *const listener) override |
|
QString | cacheKey () const override |
|
bool | completed () const override |
|
DImg | img () const |
|
LoadSaveNotifier * | loadSaveNotifier () const override |
|
bool | needsPostProcessing () const |
|
void | notifyNewLoadingProcess (LoadingProcess *const process, const LoadingDescription &description) override |
|
void | progressInfo (float progress) override |
|
bool | querySendNotifyEvent () const override |
|
void | removeListener (LoadingProcessListener *const listener) override |
|
void | setResult (const LoadingDescription &loadingDescription, const DImg &img) override |
|
| LoadingTask (LoadSaveThread *const thread, const LoadingDescription &description, LoadingTaskStatus loadingTaskStatus=LoadingTaskStatusLoading) |
|
bool | continueQuery () override |
|
QString | filePath () const |
|
const LoadingDescription & | loadingDescription () const |
|
void | setStatus (LoadingTaskStatus status) |
|
LoadingTaskStatus | status () const |
|
TaskType | type () override |
|
| LoadSaveTask (LoadSaveThread *const thread) |
|
virtual float | granularity () |
| Return a relative value which determines the granularity, the frequency with which the DImgLoaderObserver is checked and progress is posted.
|
|