KonqBookmarkMenu
#include <KonqBookmarkMenu>

Classes | |
struct | DynMenuInfo |
Protected Member Functions | |
QAction * | actionForBookmark (const KBookmark &bm) override |
QMenu * | contextMenu (QAction *action) override |
void | fillDynamicBookmarks () |
void | refill () override |
![]() | |
void | addActions () |
void | addAddBookmark () |
void | addAddBookmarksList () |
void | addEditBookmarks () |
void | addNewFolder () |
void | addOpenInTabs () |
virtual void | clear () |
void | fillBookmarks () |
bool | isDirty () const |
bool | isRoot () const |
KBookmarkManager * | manager () const |
KBookmarkOwner * | owner () const |
QString | parentAddress () const |
QMenu * | parentMenu () const |
![]() | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const const |
int | receivers (const char *signal) const const |
QObject * | sender () const const |
int | senderSignalIndex () const const |
virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions | |
static QStringList | dynamicBookmarksList () |
static void | setDynamicBookmarks (const QString &id, const DynMenuInfo &info) |
static DynMenuInfo | showDynamicBookmarks (const QString &id) |
Additional Inherited Members | |
![]() | |
objectName | |
![]() | |
void | slotBookmarksChanged (const QString &) |
![]() | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
![]() | |
typedef | QObjectList |
![]() | |
void | slotAboutToShow () |
void | slotAddBookmark () |
void | slotAddBookmarksList () |
void | slotNewFolder () |
void | slotOpenFolderInTabs () |
![]() | |
KActionCollection * | m_actionCollection |
QList< QAction * > | m_actions |
QList< KBookmarkMenu * > | m_lstSubMenus |
Detailed Description
Bookmark menu with dynamic import features, only used by Konqueror
- Deprecated:
- since 5.65, this class has moved to Konqueror
Definition at line 29 of file konqbookmarkmenu.h.
Constructor & Destructor Documentation
◆ KonqBookmarkMenu() [1/2]
|
inline |
Fills a bookmark menu with konquerors bookmarks (one instance of KonqBookmarkMenu is created for the toplevel menu, but also one per submenu).
- Parameters
-
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 URLs are opened by QDesktopServices::openUrl and "Add Bookmark" is disabled. parentMenu menu to be filled collec parent collection for the KActions.
- Deprecated:
- since 5.65 This class has moved to Konqueror
Definition at line 48 of file konqbookmarkmenu.h.
◆ KonqBookmarkMenu() [2/2]
|
inline |
Creates a bookmark submenu.
Only used internally and for bookmark toolbar.
- Deprecated:
- since 5.65 This class has moved to Konqueror
Definition at line 62 of file konqbookmarkmenu.h.
Member Function Documentation
◆ dynamicBookmarksList()
|
staticprotected |
- Returns
- list of dynamic menu ids
Definition at line 280 of file konqbookmarkmenu.cpp.
◆ setDynamicBookmarks()
|
staticprotected |
Shows an extra menu for the given bookmarks file and type.
Upgrades from option inside XBEL to option in rc file on first call of this function.
- Parameters
-
id the unique identification for the dynamic menu info a DynMenuInfo struct containing the to be added/modified data
Definition at line 292 of file konqbookmarkmenu.cpp.
◆ showDynamicBookmarks()
|
staticprotected |
- Returns
- dynmenu info block for the given dynmenu name
Definition at line 258 of file konqbookmarkmenu.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:58:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.