diff options
| author | Peter Penz <[email protected]> | 2007-09-19 13:00:22 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-19 13:00:22 +0000 |
| commit | 539531e1df468a4e0f138ba087498f83c0c44225 (patch) | |
| tree | 73023923af2c59c7481f330518f7b7f39726ba11 /src/dolphincolumnview.h | |
| parent | 81dd225e69064445716cc05d5b7c6b06da34f7a3 (diff) | |
implemented keyboard navigation for the column view
svn path=/trunk/KDE/kdebase/apps/; revision=714392
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 7 |
1 files changed, 7 insertions, 0 deletions
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(); |
