KNSBookmarkImporter Class Reference
A class for importing NS bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and KActionMenu uses it to create actions directly. More...
#include <kbookmarkimporter.h>
Inheritance diagram for KNSBookmarkImporter:

Signals | |
void | newBookmark (const QString &text, const QCString &url, const QString &additionalInfo) |
Notify about a new bookmark Use "html" for the icon. | |
void | newFolder (const QString &text, bool open, const QString &additionalInfo) |
Notify about a new folder Use "bookmark_folder" for the icon. | |
void | newSeparator () |
Notify about a new separator. | |
void | endFolder () |
Tell the outside world that we're going down one menu. |
Detailed Description
A class for importing NS bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and KActionMenu uses it to create actions directly.
Definition at line 52 of file kbookmarkimporter.h.
Member Function Documentation
|
Notify about a new bookmark Use "html" for the icon.
|
|
Notify about a new folder Use "bookmark_folder" for the icon.
|
|
Notify about a new separator.
|
|
Tell the outside world that we're going down one menu.
|
The documentation for this class was generated from the following files: