- bool containsEntry(const KMenu* menu,
- const QString& entryName) const;
+ 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);
+
+ /**
+ * Adds actions that are provided by a KFileItemActionPlugin.
+ */
+ void addFileItemPluginActions();
+
+ /**
+ * Adds actions that are provided by a KVersionControlPlugin.
+ */
+ void addVersionControlPluginActions();
+
+ /**
+ * Adds custom actions e.g. like the "[x] Expandable Folders"-action
+ * provided in the details view.
+ */
+ void addCustomActions();