┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 6f4327c52..e74975f67 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -219,6 +219,12 @@ public:
KUrl::List selectedUrls() const;
/**
+ * Returns the number of selected items (this is faster than
+ * invoking selectedItems().count()).
+ */
+ int selectedItemsCount() const;
+
+ /**
* Sets the upper left position of the view content
* to (x,y). The content of the view might be larger than the visible area
* and hence a scrolling must be done.