|
| ShowfotoFolderViewSideBar (Showfoto *const parent) |
|
QString | currentFolder () const |
|
QString | currentPath () const |
|
void | doLoadState () override |
| Implement this hook method for state loading.
|
|
void | doSaveState () override |
| Implement this hook method for state saving.
|
|
const QString | getCaption () |
|
const QIcon | getIcon () |
|
void | loadContents (const QModelIndex &index, bool append=false) |
|
QList< QAction * > | pluginActions () const |
|
void | registerPluginActions (const QList< DPluginAction * > &actions) |
|
void | setCurrentPath (const QString &newPathNative) |
|
void | setCurrentPathWithoutUndo (const QString &newPath) |
|
void | setSortOrder (int order) |
|
void | setSortRole (int role) |
|
| StateSavingObject (QObject *const host) |
| Constructor.
|
|
virtual | ~StateSavingObject () |
| Destructor.
|
|
StateSavingDepth | getStateSavingDepth () const |
| Returns the depth used for state saving or loading.
|
|
void | loadState () |
| Invokes loading the class' state.
|
|
void | saveState () |
| Invokes saving the class' state.
|
|
virtual void | setConfigGroup (const KConfigGroup &group) |
| Sets a dedicated config group that will be used to store and reload the state from.
|
|
virtual void | setEntryPrefix (const QString &prefix) |
| Define a prefix that will be used for every entry in the config group.
|
|
void | setStateSavingDepth (const StateSavingDepth depth) |
| Sets the depth used for state saving or loading.
|
|