From 41f8286a568f01bc2723eb74e763556b4c397546 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 25 Sep 2007 13:53:08 +0000 Subject: assure that "Select All" and "Invert Selection" only operate on the active column of the column-view instead of selecting the whole hierarchy of the model svn path=/trunk/KDE/kdebase/apps/; revision=716885 --- src/dolphincolumnview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 75d07ce07..639ccec32 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -57,6 +57,9 @@ public: */ void reload(); + /** Inverts the selection of the currently active column. */ + void invertSelection(); + public slots: /** * Shows the column which represents the URL \a url. If the column @@ -64,6 +67,9 @@ public slots: */ void showColumn(const KUrl& url); + /** @see QAbstractItemView::selectAll() */ + virtual void selectAll(); + protected: virtual bool isIndexHidden(const QModelIndex& index) const; virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers); -- cgit v1.3.1