kio
KBookmarkMenuNSImporter Class Reference
A class connected to KNSBookmarkImporter, to fill KActionMenus. More...
#include <kbookmarkmenu.h>
Inheritance diagram for KBookmarkMenuNSImporter:
Public Member Functions | |
void | connectToImporter (const QObject &importer) |
KBookmarkMenuNSImporter (KBookmarkManager *mgr, KBookmarkMenu *menu, KActionCollection *act) | |
void | openBookmarks (const QString &location, const QString &type) |
void | openNSBookmarks () |
Protected Slots | |
void | endFolder () |
void | newBookmark (const QString &text, const QCString &url, const QString &) |
void | newFolder (const QString &text, bool, const QString &) |
void | newSeparator () |
Protected Attributes | |
KActionCollection * | m_actionCollection |
KBookmarkMenu * | m_menu |
KBookmarkManager * | m_pManager |
QPtrStack< KBookmarkMenu > | mstack |
Detailed Description
A class connected to KNSBookmarkImporter, to fill KActionMenus.Definition at line 241 of file kbookmarkmenu.h.
Constructor & Destructor Documentation
KBookmarkMenuNSImporter::KBookmarkMenuNSImporter | ( | KBookmarkManager * | mgr, | |
KBookmarkMenu * | menu, | |||
KActionCollection * | act | |||
) | [inline] |
Definition at line 245 of file kbookmarkmenu.h.
Member Function Documentation
void KBookmarkMenuNSImporter::connectToImporter | ( | const QObject & | importer | ) |
Definition at line 1046 of file kbookmarkmenu.cc.
void KBookmarkMenuNSImporter::endFolder | ( | ) | [protected, slot] |
Definition at line 1091 of file kbookmarkmenu.cc.
void KBookmarkMenuNSImporter::newBookmark | ( | const QString & | text, | |
const QCString & | url, | |||
const QString & | ||||
) | [protected, slot] |
Definition at line 1056 of file kbookmarkmenu.cc.
void KBookmarkMenuNSImporter::newFolder | ( | const QString & | text, | |
bool | , | |||
const QString & | ||||
) | [protected, slot] |
Definition at line 1069 of file kbookmarkmenu.cc.
void KBookmarkMenuNSImporter::newSeparator | ( | ) | [protected, slot] |
Definition at line 1086 of file kbookmarkmenu.cc.
Definition at line 1032 of file kbookmarkmenu.cc.
void KBookmarkMenuNSImporter::openNSBookmarks | ( | ) |
Definition at line 1027 of file kbookmarkmenu.cc.
Member Data Documentation
KActionCollection* KBookmarkMenuNSImporter::m_actionCollection [protected] |
Definition at line 261 of file kbookmarkmenu.h.
KBookmarkMenu* KBookmarkMenuNSImporter::m_menu [protected] |
Definition at line 260 of file kbookmarkmenu.h.
KBookmarkManager* KBookmarkMenuNSImporter::m_pManager [protected] |
Definition at line 262 of file kbookmarkmenu.h.
QPtrStack<KBookmarkMenu> KBookmarkMenuNSImporter::mstack [protected] |
Definition at line 259 of file kbookmarkmenu.h.
The documentation for this class was generated from the following files: