const DolphinView* view() const;
DolphinView* view();
+
+ /**
+ * Refreshes the view container to get synchronized with the (updated) Dolphin settings.
+ */
+ void refresh();
/** Returns true, if the filter bar is visible. */
bool isFilterBarVisible() const;
* above the destination \a destination.
*/
void dropUrls(const KUrl& destination, QDropEvent* event);
-
-private:
- /**
- * Returns the default text of the status bar, if no item is
- * selected.
- */
- QString defaultStatusBarText() const;
-
+
/**
- * Returns the text for the status bar, if at least one item
- * is selected.
+ * Is invoked when a redirection is done and changes the
+ * URL of the URL navigator to \a newUrl without triggering
+ * a reloading of the directory.
*/
- QString selectionStatusBarText() const;
+ void redirect(const KUrl& oldUrl, const KUrl& newUrl);
private:
bool m_showProgress;