+ void insertDefaultItemActions(const KFileItemListProperties&);
+
+ /**
+ * Adds the "Show menubar" action to the menu if the
+ * menubar is hidden.
+ */
+ void addShowMenuBarAction();
+
+ bool placeExists(const KUrl& url) const;
+
+ QAction* createPasteAction();
+
+ KFileItemListProperties& selectedItemsProperties() const;
+
+ /**
+ * Returns the file item for m_baseUrl.
+ */
+ KFileItem baseFileItem();
+
+ /**
+ * Adds actions that have been installed as service-menu.
+ * (see http://techbase.kde.org/index.php?title=Development/Tutorials/Creating_Konqueror_Service_Menus)
+ */
+ void addServiceActions(KFileItemActions& fileItemActions);