9#ifndef __konqbookmarkmenu_h__
10#define __konqbookmarkmenu_h__
12#include "kbookmarkactionmenu.h"
13#include "kbookmarkcontextmenu.h"
14#include "kbookmarkmenu.h"
16#if KBOOKMARKS_ENABLE_DEPRECATED_SINCE(5, 0)
17#include "kbookmarkowner.h"
22#if KBOOKMARKS_ENABLE_DEPRECATED_SINCE(5, 65)
47 KBOOKMARKS_DEPRECATED_VERSION(5, 65,
"This class has moved to Konqueror")
61 KBOOKMARKS_DEPRECATED_VERSION(5, 65,
"This class has moved to Konqueror")
63 :
KBookmarkMenu(mgr, owner, parentMenu->menu(), parentAddress)
77 class DynMenuInfoPrivate *d;
99 void refill()
override;
100 QAction *actionForBookmark(
const KBookmark &bm)
override;
101 QMenu *contextMenu(QAction *action)
override;
102 void fillDynamicBookmarks();
117 KBOOKMARKS_DEPRECATED_VERSION(5, 65,
"This class has moved to Konqueror")
120 void addActions() override;
124 void openInNewWindow();
125 void toggleShowInToolbar();
This class implements the reading/writing of bookmarks in XML.
Definition kbookmarkmanager.h:52
The KBookmarkMenu and KBookmarkBar classes gives the user the ability to either edit bookmarks or add...
Definition kbookmarkowner.h:44
A class representing a bookmark.
Definition kbookmark.h:28