]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
Allow to copy or move selection to the other split view
[dolphin.git] / src / views / dolphinview.h
index 766540d99d6d09e7867d7855ee434405e65e07c8..0b2c0bce48a6c3f688370e2004f946a93680def0 100644 (file)
@@ -370,6 +370,18 @@ public slots:
     /** Copies all selected items to the clipboard. */
     void copySelectedItemsToClipboard();
 
+    /**
+     * Copies all selected items to the inactive split view.
+     * Only used in Split View.
+     */
+    void copySelectedItemsToInactiveSplitView(const KFileItemList &selection, const QUrl &destinationUrl);
+
+    /**
+     * Moves all selected items to the inactive split view.
+     * Only used in Split View.
+     */
+    void moveSelectedItemsToInactiveSplitView(const KFileItemList &selection, const QUrl &destinationUrl);
+
     /** Pastes the clipboard data to this view. */
     void paste();
 
@@ -608,6 +620,7 @@ private slots:
     void slotMouseButtonPressed(int itemIndex, Qt::MouseButtons buttons);
     void slotRenameDialogRenamingFinished(const QList<QUrl>& urls);
     void slotSelectedItemTextPressed(int index);
+    void slotCopyingDone(KIO::Job *, const QUrl &, const QUrl &to);
 
     /*
      * Is called when new items get pasted or dropped.
@@ -616,7 +629,7 @@ private slots:
     /*
      * Is called after all pasted or dropped items have been copied to destination.
      */
-    void slotPasteJobResult(KJob *job);
+    void slotJobResult(KJob *job);
 
     /**
      * Emits the signal \a selectionChanged() with a small delay. This is