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>
|
void | endFolder () |
| Tell the outside world that we're going down one menu.
|
|
void | newBookmark (const QString &text, const QString &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.
|
|
|
virtual QString | findDefaultLocation (bool forSaving=false) const =0 |
|
virtual void | parse ()=0 |
|
void | setFilename (const QString &filename) |
|
void | setupSignalForwards (QObject *src, QObject *dst) |
|
A class for importing NS bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and KActionMenu uses it to create actions directly.
◆ endFolder
void KBookmarkImporterBase::endFolder |
( |
| ) |
|
|
signal |
Tell the outside world that we're going down one menu.
◆ newBookmark
void KBookmarkImporterBase::newBookmark |
( |
const QString & |
text, |
|
|
const QString & |
url, |
|
|
const QString & |
additionalInfo |
|
) |
| |
|
signal |
Notify about a new bookmark Use "html" for the icon.
◆ newFolder
void KBookmarkImporterBase::newFolder |
( |
const QString & |
text, |
|
|
bool |
open, |
|
|
const QString & |
additionalInfo |
|
) |
| |
|
signal |
Notify about a new folder Use "bookmark_folder" for the icon.
◆ newSeparator
void KBookmarkImporterBase::newSeparator |
( |
| ) |
|
|
signal |
Notify about a new separator.