┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-07 10:53:33 +0000
committerPeter Penz <[email protected]>2007-10-07 10:53:33 +0000
commitcf83ceb29622c920de86e8e83c5cff1047dd318a (patch)
treecb0cd93ae1af78a7cf8d9cd0594a52c4807af9c7 /src/dolphincolumnview.h
parentc1a0fb31612abb77069d8ece15f6ffb16d2d1871 (diff)
* 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
Diffstat (limited to 'src/dolphincolumnview.h')
-rw-r--r--src/dolphincolumnview.h8
1 files changed, 7 insertions, 1 deletions
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<DolphinColumnWidget*> m_columns;