#include <QPushButton>
#include <QWidget>
+namespace Admin
+{
+class Bar;
+}
class FilterBar;
class KMessageWidget;
class QAction;
*/
void showItemInfo(const KFileItem &item);
+ /**
+ * Sets the Admin::Bar visible or invisible based on whether \a url is an admin url.
+ */
+ void updateAdminBarVisibility(const QUrl &url);
+
void closeFilterBar();
/**
DolphinSearchBox *m_searchBox;
bool m_searchModeEnabled;
+ /// A bar shown at the top of the view to signify that the view is currently viewed and acted on with elevated privileges.
+ Admin::Bar *m_adminBar;
+
KMessageWidget *m_messageWidget;
/// A bar shown at the top of the view to signify that selection mode is currently active.