+ void setViewsToHomeIfMountPathOpen(const QString &mountPath);
+
+ /**
+ * Enables or disables the session autosaving feature.
+ *
+ * @param enable If true, saves the session automatically after a fixed
+ * time interval from the last state change.
+ */
+ void setSessionAutoSaveEnabled(bool enable);
+
+ bool isFoldersPanelEnabled() const;
+ bool isInformationPanelEnabled() const;
+ bool isSplitViewEnabledInCurrentTab() const;
+
+ /**
+ * Activates a user set action when double clicking the view's background.
+ */
+ void slotDoubleClickViewBackground(Qt::MouseButton button);