|
void | addNewQueue () |
|
void | applySettings () |
|
int | currentQueueId () const |
|
DInfoInterface * | infoIface (DPluginAction *const) override |
| Return the interface instance to access to items information.
|
|
bool | isBusy () const |
|
void | loadItemInfos (const ItemInfoList &list, int queueId) |
|
void | loadItemInfosToCurrentQueue (const ItemInfoList &list) |
|
void | loadItemInfosToNewQueue (const ItemInfoList &list) |
|
bool | queryClose () override |
|
QueuePool * | queuePool () const |
|
QMap< int, QString > | queuesMap () const |
| Return a map of all queues available from pool (index and title).
|
|
void | refreshView () |
|
| DXmlGuiWindow (QWidget *const parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) |
|
QList< QAction * > | allActions () const |
| Return all actions from internal collection.
|
|
void | cleanupActions () |
| Cleanup unwanted actions from action collection.
|
|
QString | configGroupName () const |
|
void | createFullScreenAction (const QString &name) |
| Create Full-screen action to action collection instance from managed window set through setManagedWindow().
|
|
void | createHelpActions (const QString &handbookSection, bool coreOptions=true) |
| Create common actions from Help menu for all digiKam main windows.
|
|
void | createSettingsActions () |
| Create common actions to setup all digiKam main windows.
|
|
void | createSidebarActions () |
| Create common actions to handle side-bar through keyboard shortcuts.
|
|
bool | fullScreenIsActive () const |
| Return true if managed window is currently in Full Screen Mode.
|
|
void | readFullScreenSettings (const KConfigGroup &group) |
| Read full-screen settings from KDE config file.
|
|
virtual void | registerExtraPluginsActions (QString &) |
|
void | registerPluginsActions () |
| Register all generic plugins action to this instance.
|
|
void | setConfigGroupName (const QString &name) |
| Manage config group name used by window instance to get/set settings from config file.
|
|
void | setFullScreenOptions (int options) |
| Set full-screen options to managed window.
|
|
void | unminimizeAndActivateWindow () |
|
|
static QueueMgrWindow * | queueManagerWindow () |
|
static bool | queueManagerWindowCreated () |
|
static QAction * | buildStdAction (StdActionType type, const QObject *const recvr, const char *const slot, QObject *const parent) |
|
static QString | configFullScreenHideSideBarsEntry () |
|
static QString | configFullScreenHideStatusBarEntry () |
|
static QString | configFullScreenHideThumbBarEntry () |
|
static QString | configFullScreenHideToolBarsEntry () |
| Shared with FullScreenSettings.
|
|
static void | restoreWindowSize (QWindow *const win, const KConfigGroup &group) |
|
static void | saveWindowSize (QWindow *const win, KConfigGroup &group) |
|
static void | setGoodDefaultWindowSize (QWindow *const win) |
|
static void | setupIconTheme () |
| If we have some local breeze icon resource, prefer it.
|
|
|
void | moveEvent (QMoveEvent *e) override |
|
void | closeEvent (QCloseEvent *e) override |
|
void | editKeyboardShortcuts (KActionCollection *const extraac=nullptr, const QString &actitle=QString()) |
| Call this method from your main window to show keyboard shortcut config dialog with an extra action collection to configure.
|
|
bool | eventFilter (QObject *obj, QEvent *ev) override |
|
void | keyPressEvent (QKeyEvent *e) override |
|
QAction * | showMenuBarAction () const |
|
virtual void | showSideBars (bool visible) |
| Re-implement this method if you want to manage sidebars visibility in full-screen mode.
|
|
QAction * | showStatusBarAction () const |
|
virtual void | showThumbBar (bool visible) |
| Re-implement this method if you want to manage thumbbar visibility in full-screen mode.
|
|
virtual bool | thumbbarVisibility () const |
| Re-implement this method if managed window has a thumbbar.
|
|