returns ctor
|
|
|
Argument | Type | Default |
mgr | KBookmarkManager | |
owner | KBookmarkOwner | |
parentMenu | KMenu | |
collec | KActionCollection | |
|
|
Fills a bookmark menu
(one instance of KBookmarkMenu 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 KBookmarkOwner callback interface.
Note: If you pass a null KBookmarkOwner to the constructor, the
openBookmark signal is not emitted, instead KRun is used to open the bookmark.
parentMenu - menu to be filled
collec - parent collection for the KActions.
|