+ void insertDefaultItemActions(const KFileItemListProperties&);
+
+ /**
+ * Adds the "Show menubar" action to the menu if the
+ * menubar is hidden.
+ */
+ void addShowMenuBarAction();
+
+ bool placeExists(const QUrl& url) const;
+
+ QAction* createPasteAction();
+
+ KFileItemListProperties& selectedItemsProperties() const;
+
+ /**
+ * Returns the file item for m_baseUrl.
+ */
+ KFileItem baseFileItem();