KOperaBookmarkImporter Class Reference
A class for importing Opera bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and KActionMenu uses it to create actions directly. More...
#include <kbookmarkimporter_opera.h>
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. | |
Public Member Functions | |
| KOperaBookmarkImporter (const QString &fileName) | |
| void | parseOperaBookmarks () |
Static Public Member Functions | |
| QString | operaBookmarksFile () |
Protected Attributes | |
| QString | m_fileName |
Detailed Description
A class for importing Opera bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and KActionMenu uses it to create actions directly.(TODO)
Definition at line 32 of file kbookmarkimporter_opera.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:
