From cf83ceb29622c920de86e8e83c5cff1047dd318a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 7 Oct 2007 10:53:33 +0000 Subject: * assure that the columns of the colum-view get dimmed if the colum-view is inactive * updated documentation of DolphinController + minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=722452 --- src/dolphincolumnview.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 6837815a0..80228a84c 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -108,6 +108,12 @@ private slots: */ void updateDecorationSize(); + /** + * Updates the background color of the columns to respect + * the current activation state \a active. + */ + void updateColumnsBackground(bool active); + void slotShowHiddenFilesChanged(bool show); void slotShowPreviewChanged(bool show); @@ -146,7 +152,7 @@ private: private: DolphinController* m_controller; - bool m_restoreActiveColumnFocus; + bool m_active; int m_index; int m_contentX; QList m_columns; -- cgit v1.3.1