From 539531e1df468a4e0f138ba087498f83c0c44225 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 19 Sep 2007 13:00:22 +0000 Subject: implemented keyboard navigation for the column view svn path=/trunk/KDE/kdebase/apps/; revision=714392 --- src/dolphincolumnview.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 8c61aae6c..0dbea7f44 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -90,6 +90,13 @@ private: bool isZoomOutPossible() const; inline ColumnWidget* activeColumn() const; + + /** + * Deactivates the currently active column and activates + * the new column indicated by \a index. m_index represents + * the active column afterwards. Also the URL of the navigator + * will be adjusted to reflect the column URL. + */ void setActiveColumnIndex(int index); void layoutColumns(); -- cgit v1.3.1