digiKam
Loading...
Searching...
No Matches
Digikam::LoadSaveNotifier Class Referenceabstract

#include <loadsavethread.h>

+ Inheritance diagram for Digikam::LoadSaveNotifier:

Public Member Functions

virtual void imageLoaded (const LoadingDescription &loadingDescription, const DImg &img)=0
 
virtual void imageSaved (const QString &filePath, bool success)=0
 
virtual void imageStartedLoading (const LoadingDescription &loadingDescription)=0
 
virtual void imageStartedSaving (const QString &filePath)=0
 
virtual void loadingProgress (const LoadingDescription &loadingDescription, float progress)=0
 
 LoadSaveNotifier ()=default
 
virtual void moreCompleteLoadingAvailable (const LoadingDescription &oldLoadingDescription, const LoadingDescription &newLoadingDescription)=0
 
virtual void savingProgress (const QString &filePath, float progress)=0
 
virtual void thumbnailLoaded (const LoadingDescription &loadingDescription, const QImage &img)=0
 
virtual ~LoadSaveNotifier ()=default
 

Constructor & Destructor Documentation

◆ LoadSaveNotifier()

Digikam::LoadSaveNotifier::LoadSaveNotifier ( )
default

◆ ~LoadSaveNotifier()

virtual Digikam::LoadSaveNotifier::~LoadSaveNotifier ( )
virtualdefault

Member Function Documentation

◆ imageLoaded()

virtual void Digikam::LoadSaveNotifier::imageLoaded ( const LoadingDescription loadingDescription,
const DImg img 
)
pure virtual

Implemented in Digikam::LoadSaveThread.

◆ imageSaved()

virtual void Digikam::LoadSaveNotifier::imageSaved ( const QString &  filePath,
bool  success 
)
pure virtual

Implemented in Digikam::LoadSaveThread.

◆ imageStartedLoading()

virtual void Digikam::LoadSaveNotifier::imageStartedLoading ( const LoadingDescription loadingDescription)
pure virtual

Implemented in Digikam::LoadSaveThread.

◆ imageStartedSaving()

virtual void Digikam::LoadSaveNotifier::imageStartedSaving ( const QString &  filePath)
pure virtual

Implemented in Digikam::LoadSaveThread.

◆ loadingProgress()

virtual void Digikam::LoadSaveNotifier::loadingProgress ( const LoadingDescription loadingDescription,
float  progress 
)
pure virtual

◆ moreCompleteLoadingAvailable()

virtual void Digikam::LoadSaveNotifier::moreCompleteLoadingAvailable ( const LoadingDescription oldLoadingDescription,
const LoadingDescription newLoadingDescription 
)
pure virtual

Implemented in Digikam::LoadSaveThread.

◆ savingProgress()

virtual void Digikam::LoadSaveNotifier::savingProgress ( const QString &  filePath,
float  progress 
)
pure virtual

Implemented in Digikam::LoadSaveThread.

◆ thumbnailLoaded()

virtual void Digikam::LoadSaveNotifier::thumbnailLoaded ( const LoadingDescription loadingDescription,
const QImage &  img 
)
pure virtual

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