diff options
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 6 |
1 files changed, 6 insertions, 0 deletions
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); |
