digiKam
|
Signals | |
void | logWarningRequested (const QString &) |
Public Member Functions | |
GalleryGenerator (GalleryInfo *const) | |
bool | run () |
void | setProgressWidgets (DHistoryView *const, DProgressWdg *const) |
bool | warnings () const |
~GalleryGenerator () override | |
Static Public Member Functions | |
static QString | webifyFileName (const QString &) |
Friends | |
class | GalleryElementFunctor |
class | Private |
This class is responsible for generating the HTML and scaling the images according to the settings specified by the user.
|
explicit |
References logWarningRequested().
|
override |
|
signal |
This signal is emitted from GalleryElementFunctor. It uses a QueuedConnection to switch between the GalleryElementFunctor thread and the gui thread.
Referenced by GalleryGenerator(), and DigikamGenericHtmlGalleryPlugin::GalleryElementFunctor::operator()().
bool DigikamGenericHtmlGalleryPlugin::GalleryGenerator::run | ( | ) |
void DigikamGenericHtmlGalleryPlugin::GalleryGenerator::setProgressWidgets | ( | DHistoryView * const | pView, |
DProgressWdg * const | pBar | ||
) |
bool DigikamGenericHtmlGalleryPlugin::GalleryGenerator::warnings | ( | ) | const |
|
static |
Produce a web-friendly file name
Referenced by DigikamGenericHtmlGalleryPlugin::GalleryElementFunctor::operator()().
|
friend |
|
friend |