KBookmarkMenuImporter Class Reference
A class connected to KNSBookmarkImporter, to fill KActionMenus. More...
#include <kbookmarkmenu_p.h>
Inheritance diagram for KBookmarkMenuImporter:

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::KBookmarkMenuImporter | ( | KBookmarkManager * | mgr, |
| KImportedBookmarkMenu * | menu | ||
| ) | [inline] |
Definition at line 101 of file kbookmarkmenu_p.h.
Member Function Documentation
| void KBookmarkMenuImporter::connectToImporter | ( | const QObject & | importer | ) |
Definition at line 677 of file kbookmarkmenu.cc.
| void KBookmarkMenuImporter::endFolder | ( | ) | [protected, slot] |
Definition at line 712 of file kbookmarkmenu.cc.
| void KBookmarkMenuImporter::newBookmark | ( | const QString & | text, |
| const QString & | url, | ||
| const QString & | |||
| ) | [protected, slot] |
Definition at line 687 of file kbookmarkmenu.cc.
| void KBookmarkMenuImporter::newFolder | ( | const QString & | text, |
| bool | , | ||
| const QString & | |||
| ) | [protected, slot] |
Definition at line 695 of file kbookmarkmenu.cc.
| void KBookmarkMenuImporter::newSeparator | ( | ) | [protected, slot] |
Definition at line 707 of file kbookmarkmenu.cc.
Definition at line 663 of file kbookmarkmenu.cc.
Member Data Documentation
KImportedBookmarkMenu* KBookmarkMenuImporter::m_menu [protected] |
Definition at line 115 of file kbookmarkmenu_p.h.
KBookmarkManager* KBookmarkMenuImporter::m_pManager [protected] |
Definition at line 116 of file kbookmarkmenu_p.h.
QStack<KImportedBookmarkMenu*> KBookmarkMenuImporter::mstack [protected] |
Definition at line 114 of file kbookmarkmenu_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference