24 #ifndef SHOWFOTO_FOLDER_VIEW_SIDEBAR_H
25 #define SHOWFOTO_FOLDER_VIEW_SIDEBAR_H
34 #include <QStringList>
35 #include <QModelIndex>
60 void doLoadState()
override;
61 void doSaveState()
override;
62 const QIcon getIcon();
63 const QString getCaption();
65 QString currentFolder()
const;
66 QString currentPath()
const;
68 void setCurrentPath(
const QString& newPathNative);
69 void setCurrentPathWithoutUndo(
const QString& newPath);
71 void setSortOrder(
int order);
72 void setSortRole(
int role);
74 void loadContents(
const QModelIndex& index,
bool append =
false);
85 void slotLoadContents();
86 void slotAppendContents();
90 void slotCustomPathChanged(
const QString&);
91 void slotViewModeChanged(
int);
92 void slotShowBookmarks(
bool);
93 void slotPluginActionTriggered(QAction*);
94 void slotTypeMimesChanged(
const QString& patterns);
Definition: statesavingobject.h:76
Definition: showfoto.h:44
Definition: datefolderview.cpp:43
Definition: showfotofolderviewbar.cpp:52