26 #ifndef SHOW_FOTO_PRIVATE_H
27 #define SHOW_FOTO_PRIVATE_H
38 #include <QHBoxLayout>
43 #include <QProgressBar>
44 #include <QVBoxLayout>
46 #include <QStandardPaths>
48 #include <QKeySequence>
51 #include <QMimeDatabase>
52 #include <QMessageBox>
53 #include <QApplication>
58 #include <QScopedPointer>
62 #include <kactioncollection.h>
63 #include <klocalizedstring.h>
64 #include <kconfiggroup.h>
65 #include <ksharedconfig.h>
120 : validIccPath (true),
123 fileOpenAction (nullptr),
124 openFilesInFolderAction (nullptr),
125 mediaServerAction (nullptr),
129 filterModel (nullptr),
130 thumbLoadThread (nullptr),
132 thumbBarDock (nullptr),
133 normalDelegate (nullptr),
134 leftSideBar (nullptr),
135 rightSideBar (nullptr),
138 folderView (nullptr),
Definition: dsplashscreen.h:41
Definition: thumbbardock.h:84
Definition: thumbnailloadthread.h:46
Definition: showfotodragdrophandler.h:41
Definition: showfotofiltermodel.h:102
Definition: showfotodelegate.h:176
Definition: showfotosettings.h:38
Definition: showfotothumbnailbar.h:38
Definition: showfotothumbnailmodel.h:42
Definition: showfoto_p.h:116
Private()
Definition: showfoto_p.h:119
ShowfotoThumbnailBar * thumbBar
Definition: showfoto_p.h:160
Digikam::ThumbnailLoadThread * thumbLoadThread
Definition: showfoto_p.h:159
ShowfotoFolderViewSideBar * folderView
Definition: showfoto_p.h:167
Digikam::DSplashScreen * splash
Definition: showfoto_p.h:165
QSplitter * vSplitter
Definition: showfoto_p.h:147
ShowfotoNormalDelegate * normalDelegate
Definition: showfoto_p.h:162
QUrl lastOpenedDirectory
Definition: showfoto_p.h:150
ShowfotoItemInfoList infoList
Definition: showfoto_p.h:155
QAction * mediaServerAction
Definition: showfoto_p.h:152
ShowfotoThumbnailModel * model
Definition: showfoto_p.h:156
bool validIccPath
Definition: showfoto_p.h:143
int itemsNb
Definition: showfoto_p.h:145
Digikam::ItemPropertiesSideBar * rightSideBar
Definition: showfoto_p.h:164
ShowfotoSettings * settings
Definition: showfoto_p.h:166
ShowfotoStackViewSideBar * stackView
Definition: showfoto_p.h:168
QAction * fileOpenAction
Definition: showfoto_p.h:148
Digikam::Sidebar * leftSideBar
Definition: showfoto_p.h:163
ShowfotoDragDropHandler * dDHandler
Definition: showfoto_p.h:157
ShowfotoFilterModel * filterModel
Definition: showfoto_p.h:158
QUrl currentLoadedUrl
Definition: showfoto_p.h:149
QAction * first
Definition: showfoto_p.h:153
Digikam::ThumbBarDock * thumbBarDock
Definition: showfoto_p.h:161
QAction * openFilesInFolderAction
Definition: showfoto_p.h:151
Definition: showfoto.h:44
Definition: showfotofolderviewbar.cpp:52