returns ctor
|
|
|
Argument | Type | Default |
mgr | KBookmarkManager | |
owner | KonqBookmarkOwner | |
parentMenu | KBookmarkActionMenu | |
collec | KActionCollection | |
|
|
Fills a bookmark menu with konquerors bookmarks
(one instance of KonqBookmarkMenu is created for the toplevel menu,
but also one per submenu).
mgr - The bookmark manager to use (i.e. for reading and writing)
owner - implementation of the KonqBookmarkOwner callback interface.
Note: If you pass a null KonqBookmarkOwner to the constructor, the
URLs are openend by KRun and "Add Bookmark" is disabled.
parentMenu - menu to be filled
collec - parent collection for the KActions.
|