]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewactionhandler.h
Group classes into folders, Dolphin is too big in the meantime for having a flat...
[dolphin.git] / src / dolphinviewactionhandler.h
index 4eb856387b28d2d4312ca359c78072bc5b8affb8..ad56518c4e0614b1d78590c93b1e941b5f5680fa 100644 (file)
@@ -131,6 +131,11 @@ private Q_SLOTS:
      */
     void slotSortingChanged(DolphinView::Sorting sorting);
 
+    /**
+     * Updates the state of the 'Zoom In' and 'Zoom Out' actions.
+     */
+    void slotZoomLevelChanged(int level);
+
     /**
      * Switches on or off the displaying of additional information
      * as specified by \a action.
@@ -167,6 +172,25 @@ private Q_SLOTS:
      */
     void slotShowHiddenFilesChanged();
 
+    /**
+     * Opens the view properties dialog, which allows to modify the properties
+     * of the currently active view.
+     */
+    void slotAdjustViewProperties();
+
+    /**
+     * Opens the Find File dialog for the currently shown directory.
+     */
+    void slotFindFile();
+
+    /**
+     * Connected to the "properties" action.
+     * Opens the properties dialog for the selected items of the
+     * active view. The properties dialog shows information
+     * like name, size and permissions.
+     */
+    void slotProperties();
+
 private:
     /**
      * Create all the actions.