- * Handles the dropping of Urls to the given
- * destination. A context menu with the options
- * 'Move Here', 'Copy Here', 'Link Here' and
- * 'Cancel' is offered to the user.
- * @param urls List of Urls which have been
- * dropped.
- * @param destination Destination Url, where the
- * list or Urls should be moved,
- * copied or linked to.
+ * Returns the 'Create New...' sub menu which also can be shared
+ * with other menus (e. g. a context menu).
+ */
+ KNewMenu* newMenu() const;
+
+ /**
+ * Returns the 'Show Menubar' action which can be shared with
+ * other menus (e. g. a context menu).
+ */
+ KAction* showMenuBarAction() const;
+
+public slots:
+ /**
+ * Handles the dropping of URLs to the given
+ * destination. This is only called by the TreeViewSidebarPage.