digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::DImgLoaderSettings Class Referenceabstract
+ Inheritance diagram for Digikam::DImgLoaderSettings:

Signals

void signalSettingsChanged ()
 Signal to emit when a settings is changed from the widget.
 

Public Member Functions

 DImgLoaderSettings (QWidget *const parent=nullptr)
 
QStringList parameters () const
 Return the list of supported parameter names.
 
virtual void setSettings (const DImgLoaderPrms &set)=0
 Set the parameters values in the widget from DImgLoaderPrms map container.
 
virtual DImgLoaderPrms settings () const =0
 Return the DImgLoaderPrms map container of parameters/values from the Widget.