┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-01 17:57:53 +0000
committerPeter Penz <[email protected]>2007-04-01 17:57:53 +0000
commitf57f351cceb9b664d681aad3680998f5bfe2137c (patch)
tree9a0654dc63349e81aacd6e3f143a8ecfc131472b /src/dolphincolumnview.h
parent271d620f3d171066dbb50e1de906922796ae029d (diff)
integrate column view into settings
svn path=/trunk/KDE/kdebase/apps/; revision=648926
Diffstat (limited to 'src/dolphincolumnview.h')
-rw-r--r--src/dolphincolumnview.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h
index 649d2a7d4..51b71413c 100644
--- a/src/dolphincolumnview.h
+++ b/src/dolphincolumnview.h
@@ -53,6 +53,14 @@ private:
bool isZoomInPossible() const;
bool isZoomOutPossible() const;
+ /**
+ * Updates the size of the decoration dependent on the
+ * icon size of the ColumnModeSettings. The controller
+ * will get informed about possible zoom in/zoom out
+ * operations.
+ */
+ void updateDecorationSize();
+
private:
DolphinController* m_controller;
QStyleOptionViewItem m_viewOptions;