*/
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.
*/
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.