void copySelectedItemsToClipboard();
/**
- * Copies all selected items to the inactive split view.
- * Only used in Split View.
+ * Copies all selected items to @p destinationUrl.
*/
- void copySelectedItemsToInactiveSplitView(const KFileItemList &selection, const QUrl &destinationUrl);
+ void copySelectedItems(const KFileItemList &selection, const QUrl &destinationUrl);
/**
- * Moves all selected items to the inactive split view.
- * Only used in Split View.
+ * Moves all selected items to @p destinationUrl.
*/
- void moveSelectedItemsToInactiveSplitView(const KFileItemList &selection, const QUrl &destinationUrl);
+ void moveSelectedItems(const KFileItemList &selection, const QUrl &destinationUrl);
/** Pastes the clipboard data to this view. */
void paste();
*/
void pasteIntoFolder();
+ /**
+ * Copies the path of the first selected KFileItem into Clipboard.
+ */
+ void copyPathToClipboard();
+
/**
* Creates duplicates of selected items, appending "copy"
* to the end.