24 #ifndef DIGIKAM_BQM_QUEUE_MGR_WINDOW_PRIVATE_H
25 #define DIGIKAM_BQM_QUEUE_MGR_WINDOW_PRIVATE_H
37 #include <QGridLayout>
39 #include <QVBoxLayout>
40 #include <QKeySequence>
44 #include <QMessageBox>
45 #include <QApplication>
49 #if !defined(Q_OS_DARWIN) && defined(Q_CC_GNU)
50 # pragma GCC diagnostic push
51 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"
54 #if defined(Q_CC_CLANG)
55 # pragma clang diagnostic push
56 # pragma clang diagnostic ignored "-Wdeprecated-declarations"
59 #include <klocalizedstring.h>
60 #include <kactioncollection.h>
61 #include <kconfiggroup.h>
62 #include <ksharedconfig.h>
65 #if !defined(Q_OS_DARWIN) && defined(Q_CC_GNU)
66 # pragma GCC diagnostic pop
69 #if defined(Q_CC_CLANG)
70 # pragma clang diagnostic pop
104 class BatchToolsFactory;
113 processingAllQueues (false),
114 currentQueueToProcess (0),
115 statusLabel (nullptr),
116 clearQueueAction (nullptr),
117 removeItemsSelAction (nullptr),
118 removeItemsDoneAction (nullptr),
119 moveUpToolAction (nullptr),
120 moveDownToolAction (nullptr),
121 removeToolAction (nullptr),
122 clearToolsAction (nullptr),
124 runAllAction (nullptr),
125 stopAction (nullptr),
126 removeQueueAction (nullptr),
127 newQueueAction (nullptr),
128 saveQueueAction (nullptr),
129 donateMoneyAction (nullptr),
130 contributeAction (nullptr),
131 rawCameraListAction (nullptr),
132 topSplitter (nullptr),
133 bottomSplitter (nullptr),
134 verticalSplitter (nullptr),
135 batchToolsMgr (nullptr),
136 statusProgressBar (nullptr),
139 toolSettings (nullptr),
140 assignedList (nullptr),
142 queueSettingsView (nullptr),
143 TOP_SPLITTER_CONFIG_KEY (QLatin1String(
"BqmTopSplitter")),
144 BOTTOM_SPLITTER_CONFIG_KEY (QLatin1String(
"BqmBottomSplitter")),
145 VERTICAL_SPLITTER_CONFIG_KEY (QLatin1String(
"BqmVerticalSplitter"))
Definition: actionthread.h:41
Definition: assignedlist.h:69
Definition: queuemgrwindow_p.h:107
const QString BOTTOM_SPLITTER_CONFIG_KEY
Definition: queuemgrwindow_p.h:191
QAction * clearQueueAction
Definition: queuemgrwindow_p.h:156
SidebarSplitter * verticalSplitter
Definition: queuemgrwindow_p.h:176
QLabel * statusLabel
Definition: queuemgrwindow_p.h:154
bool busy
Definition: queuemgrwindow_p.h:149
int currentQueueToProcess
Definition: queuemgrwindow_p.h:152
QAction * runAction
Definition: queuemgrwindow_p.h:164
StatusProgressBar * statusProgressBar
Definition: queuemgrwindow_p.h:180
QAction * removeQueueAction
Definition: queuemgrwindow_p.h:167
QAction * contributeAction
Definition: queuemgrwindow_p.h:171
SidebarSplitter * topSplitter
Definition: queuemgrwindow_p.h:174
QAction * runAllAction
Definition: queuemgrwindow_p.h:165
const QString VERTICAL_SPLITTER_CONFIG_KEY
Definition: queuemgrwindow_p.h:192
QueuePool * queuePool
Definition: queuemgrwindow_p.h:187
ActionThread * thread
Definition: queuemgrwindow_p.h:182
QAction * removeToolAction
Definition: queuemgrwindow_p.h:161
bool processingAllQueues
Definition: queuemgrwindow_p.h:150
ToolsView * toolsView
Definition: queuemgrwindow_p.h:184
BatchToolsFactory * batchToolsMgr
Definition: queuemgrwindow_p.h:178
QAction * saveQueueAction
Definition: queuemgrwindow_p.h:169
QAction * newQueueAction
Definition: queuemgrwindow_p.h:168
QAction * removeItemsSelAction
Definition: queuemgrwindow_p.h:157
QAction * removeItemsDoneAction
Definition: queuemgrwindow_p.h:158
QAction * moveUpToolAction
Definition: queuemgrwindow_p.h:159
QAction * rawCameraListAction
Definition: queuemgrwindow_p.h:172
QueueSettingsView * queueSettingsView
Definition: queuemgrwindow_p.h:188
QAction * clearToolsAction
Definition: queuemgrwindow_p.h:162
SidebarSplitter * bottomSplitter
Definition: queuemgrwindow_p.h:175
Private()
Definition: queuemgrwindow_p.h:111
QAction * stopAction
Definition: queuemgrwindow_p.h:166
QAction * moveDownToolAction
Definition: queuemgrwindow_p.h:160
const QString TOP_SPLITTER_CONFIG_KEY
Definition: queuemgrwindow_p.h:190
AssignedListView * assignedList
Definition: queuemgrwindow_p.h:186
ToolSettingsView * toolSettings
Definition: queuemgrwindow_p.h:185
QAction * donateMoneyAction
Definition: queuemgrwindow_p.h:170
Definition: queuemgrwindow.h:52
Definition: queuepool.h:71
Definition: queuesettingsview.h:41
Definition: statusprogressbar.h:43
Definition: datefolderview.cpp:43