From 3b8c3c1b1e2d05d09aca2de0b0bf922fb9530b0d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 9 Oct 2007 22:32:54 +0000 Subject: Allow filtering of items also for the column view. A filtering of directories is not done yet, but with the latest updates of the column view this could be added now (but it's more a question whether we really want this...). svn path=/trunk/KDE/kdebase/apps/; revision=723536 --- src/dolphincolumnview.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 80228a84c..95a16a80d 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -24,6 +24,7 @@ #include #include +#include #include class DolphinColumnWidget; @@ -69,6 +70,18 @@ public: /** Returns the URL of the first column. */ KUrl rootUrl() const; + /** + * Filters the currently shown items by \a nameFilter. All items + * which contain the given filter string will be shown. + */ + void setNameFilter(const QString& nameFilter); + + /** + * Returns the currently used name filter. All items + * which contain the name filter will be shown. + */ + QString nameFilter() const; + public slots: /** * Shows the column which represents the URL \a url. If the column -- cgit v1.3.1