digiKam
Loading...
Searching...
No Matches
Digikam::DImgLoaderObserver Class Reference

#include <dimgloaderobserver.h>

+ Inheritance diagram for Digikam::DImgLoaderObserver:

Public Member Functions

virtual bool continueQuery ()
 
 DImgLoaderObserver ()=default
 
virtual float granularity ()
 
virtual void progressInfo (float progress)
 
virtual ~DImgLoaderObserver ()=default
 

Constructor & Destructor Documentation

◆ DImgLoaderObserver()

Digikam::DImgLoaderObserver::DImgLoaderObserver ( )
default

◆ ~DImgLoaderObserver()

virtual Digikam::DImgLoaderObserver::~DImgLoaderObserver ( )
virtualdefault

Member Function Documentation

◆ continueQuery()

virtual bool Digikam::DImgLoaderObserver::continueQuery ( )
inlinevirtual

Queries whether the image IO operation shall be continued

Reimplemented in Digikam::LoadingTask, and Digikam::SavingTask.

Referenced by Digikam::RawProcessingFilter::continueQuery(), and Digikam::DImg::load().

◆ granularity()

virtual float Digikam::DImgLoaderObserver::granularity ( )
inlinevirtual

Return a relative value which determines the granularity, the frequency with which the DImgLoaderObserver is checked and progress is posted. Standard is 1.0. Values < 1 mean less granularity (fewer checks), values > 1 mean higher granularity (more checks).

Referenced by Digikam::DImgLoader::granularity().

◆ progressInfo()

virtual void Digikam::DImgLoaderObserver::progressInfo ( float  progress)
inlinevirtual

The documentation for this class was generated from the following file: