┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-12-17 21:07:18 +0000
committerPeter Penz <[email protected]>2009-12-17 21:07:18 +0000
commite15a9f3a8da1907b26195a1833588fc86a9d50ca (patch)
treee140f643669f97e4e51ddbbe4c547e2b2a429e8e /src/dolphinview.h
parentd613313b064ce75b2537f3d0cf08b563ed915574 (diff)
* respect the --select startup option
* minor cleanups related to selecting items in general svn path=/trunk/KDE/kdebase/apps/; revision=1063329
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index f9cf39d7f..2120e1ee0 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -180,6 +180,14 @@ public:
bool supportsCategorizedSorting() const;
/**
+ * Marks the items indicated by \p urls to get selected after the
+ * directory DolphinView::url() has been loaded. Note that nothing
+ * gets selected if no loading of a directory has been triggered
+ * by DolphinView::setUrl() or DolphinView::reload().
+ */
+ void markUrlsAsSelected(const QList<KUrl>& urls);
+
+ /**
* Returns the selected items. The list is empty if no item has been
* selected.
* @see DolphinView::selectedUrls()
@@ -382,14 +390,6 @@ public slots:
void clearSelection();
/**
- * Request of a selection change. The view will do its best to accommodate
- * the request, but it is not guaranteed that all items in \a selection
- * will actually get selected. The view will e.g. not select items which
- * are not in the currently displayed folder.
- */
- void changeSelection(const KFileItemList& selection);
-
- /**
* Triggers the renaming of the currently selected items, where
* the user must input a new name for the items.
*/