KBookmarks
kbookmarkmenu.h
63 * openBookmark signal is not emitted, instead QDesktopServices::openUrl is used to open the bookmark.
68 * Currently this is a QObject without a parent, use setParent to benefit from automatic deletion.
70 * @deprecated since 5.69. Use overload without KActionCollection and add actions manually to your actioncollection if desired.
91 * Note that adding the actions to your KActionCollection will make them show up in the shortcuts editor
95 KBOOKMARKS_DEPRECATED_VERSION(5, 69, "Use overload without KActionCollection and add actions manually to your actionCollection if desired")
96 KBookmarkMenu(KBookmarkManager *mgr, KBookmarkOwner *owner, QMenu *parentMenu, KActionCollection *collec);
107 * openBookmark signal is not emitted, instead QDesktopServices::openUrl is used to open the bookmark.
117 * Currently this is a QObject without a parent, use setParent to benefit from automatic deletion.
119 KBookmarkMenu(KBookmarkManager *mgr, KBookmarkOwner *owner, QMenu *parentMenu, const QString &parentAddress);
160 * Returns the action for adding all current tabs as bookmarks. If you are using KXmlGui, you can
173 * Returns the action for adding a new bookmarks folder. If you are using KXmlGui, you can add it
Definition: kbookmarkowner.h:43
Q_SLOTSQ_SLOTS
Definition: kbookmark.h:27
QCA_EXPORT void init()
Definition: kbookmarkmenu.h:50
Definition: kbookmarkmanager.h:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:00:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:00:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.