]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinviewactionhandler.h
## Summary
[dolphin.git] / src / views / dolphinviewactionhandler.h
index fa0487e1bebec853ca04d880a63c5e212fe71755..d6b0d3b84bcd91e761f41f592d0df77a1332ddca 100644 (file)
@@ -37,7 +37,7 @@ class KActionCollection;
  * @short Handles all actions for DolphinView
  *
  * The action handler owns all the actions and slots related to DolphinView,
- * but can the view that is acts upon can be switched to another one
+ * but the view that it acts upon can be switched to another one
  * (this is used in the case of split views).
  *
  * The purpose of this class is also to share this code between DolphinMainWindow
@@ -84,7 +84,7 @@ public Q_SLOTS:
 Q_SIGNALS:
     /**
      * Emitted by DolphinViewActionHandler when the user triggered an action.
-     * This is only used for clearining the statusbar in DolphinMainWindow.
+     * This is only used for clearing the statusbar in DolphinMainWindow.
      */
     void actionBeingHandled();
 
@@ -131,9 +131,9 @@ private Q_SLOTS:
 
     /** Decreases the size of the current set view mode. */
     void zoomOut();
-
-    /** Switches between an ascending and descending sorting order. */
-    void toggleSortOrder();
+    
+    /** Resets the size of the current set view mode to default. */
+    void zoomReset();
 
     /** Switches between a separate sorting and a mixed sorting of files and folders. */
     void toggleSortFoldersFirst();
@@ -206,6 +206,11 @@ private Q_SLOTS:
      */
     void slotAdjustViewProperties();
 
+    /**
+     * Begins a duplicate operation on the selected files
+     */
+    void slotDuplicate();
+
     /**
      * Connected to the "properties" action.
      * Opens the properties dialog for the selected items of the
@@ -214,6 +219,11 @@ private Q_SLOTS:
      */
     void slotProperties();
 
+    /**
+     * Copies the path of the first selected KFileItem into Clipboard.
+     */
+    void slotCopyPath();
+
 private:
     /**
      * Create all the actions.