┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index a1b4e39c4..b504d6853 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -69,7 +69,22 @@ private slots:
* with the current state of the details view.
* @param column Index of the current sorting column.
*/
- void synchronizeSortingState(int column);
+ void synchronizeSortingState(int column);
+
+ void zoomIn();
+ void zoomOut();
+
+private:
+ bool isZoomInPossible() const;
+ bool isZoomOutPossible() const;
+
+ /**
+ * Updates the size of the decoration dependent on the
+ * icon size of the DetailsModeSettings. The controller
+ * will get informed about possible zoom in/zoom out
+ * operations.
+ */
+ void updateDecorationSize();
private:
DolphinController* m_controller;