KIO
#include <kbookmarkmenu_p.h>

Public Member Functions | |
KBookmarkMenuImporter (KBookmarkManager *mgr, KImportedBookmarkMenu *menu) | |
void | connectToImporter (const QObject &importer) |
void | openBookmarks (const QString &location, const QString &type) |
Protected Slots | |
void | endFolder () |
void | newBookmark (const QString &text, const QString &url, const QString &) |
void | newFolder (const QString &text, bool, const QString &) |
void | newSeparator () |
Protected Attributes | |
KImportedBookmarkMenu * | m_menu |
KBookmarkManager * | m_pManager |
QStack< KImportedBookmarkMenu * > | mstack |
Detailed Description
A class connected to KNSBookmarkImporter, to fill KActionMenus.
Definition at line 97 of file kbookmarkmenu_p.h.
Constructor & Destructor Documentation
◆ KBookmarkMenuImporter()
|
inline |
Definition at line 101 of file kbookmarkmenu_p.h.
Member Function Documentation
◆ connectToImporter()
void KBookmarkMenuImporter::connectToImporter | ( | const QObject & | importer | ) |
Definition at line 677 of file kbookmarkmenu.cc.
◆ endFolder
|
protectedslot |
Definition at line 712 of file kbookmarkmenu.cc.
◆ newBookmark
|
protectedslot |
Definition at line 687 of file kbookmarkmenu.cc.
◆ newFolder
|
protectedslot |
Definition at line 695 of file kbookmarkmenu.cc.
◆ newSeparator
|
protectedslot |
Definition at line 707 of file kbookmarkmenu.cc.
◆ openBookmarks()
void KBookmarkMenuImporter::openBookmarks | ( | const QString & | location, |
const QString & | type | ||
) |
Definition at line 663 of file kbookmarkmenu.cc.
Member Data Documentation
◆ m_menu
|
protected |
Definition at line 115 of file kbookmarkmenu_p.h.
◆ m_pManager
|
protected |
Definition at line 116 of file kbookmarkmenu_p.h.
◆ mstack
|
protected |
Definition at line 114 of file kbookmarkmenu_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.