digiKam
Digikam::LoadSaveFileInfoProvider Class Referenceabstract
+ Inheritance diagram for Digikam::LoadSaveFileInfoProvider:

Public Member Functions

virtual QSize dimensionsHint (const QString &path)=0
 
 LoadSaveFileInfoProvider ()
 
virtual int orientationHint (const QString &path)=0
 
virtual ~LoadSaveFileInfoProvider ()
 

Constructor & Destructor Documentation

◆ LoadSaveFileInfoProvider()

Digikam::LoadSaveFileInfoProvider::LoadSaveFileInfoProvider ( )

◆ ~LoadSaveFileInfoProvider()

Digikam::LoadSaveFileInfoProvider::~LoadSaveFileInfoProvider ( )
virtual

Member Function Documentation

◆ dimensionsHint()

virtual QSize Digikam::LoadSaveFileInfoProvider::dimensionsHint ( const QString &  path)
pure virtual

Gives a hint at the size of the image. This can be used to supersede the Exif information in the file.

Implemented in Digikam::DatabaseLoadSaveFileInfoProvider.

◆ orientationHint()

virtual int Digikam::LoadSaveFileInfoProvider::orientationHint ( const QString &  path)
pure virtual

Gives a hint at the orientation of the image. This can be used to supersede the Exif information in the file. Will not be used if DMetadata::ORIENTATION_UNSPECIFIED (default value)

Implemented in Digikam::DatabaseLoadSaveFileInfoProvider.

Referenced by Digikam::LoadSaveThread::exifOrientation().


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