24 #ifndef DIGIKAM_SLIDESHOW_PLUGIN_H
25 #define DIGIKAM_SLIDESHOW_PLUGIN_H
32 #define DPLUGIN_IID "org.kde.digikam.plugin.generic.SlideShow"
39 class SlideShowSettings;
52 QString name()
const override;
53 QString iid()
const override;
54 QIcon icon()
const override;
55 QString details()
const override;
56 QString description()
const override;
59 void setup(QObject*
const)
override;
61 void addConnectionSlideEnd(QObject*
const obj);
65 void slotMenuSlideShow();
66 void slotMenuSlideShowAll();
67 void slotMenuSlideShowSelection();
68 void slotMenuSlideShowRecursive();
69 void slotShowRecursive(
const QList<QUrl>& imageList);
70 void slotShowManual();
75 bool autoPlayEnabled =
true,
76 const QUrl& startFrom = QUrl());
Definition: slideshowplugin.h:42
Definition: slideshowsettings.h:52
Definition: dplugingeneric.h:42
Definition: piwigotalker.h:48
Definition: slideshowloader.cpp:70
Definition: datefolderview.cpp:43
#define DPLUGIN_IID
Definition: slideshowplugin.h:32