Signals |
Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
KBookmarkImporterBase Class Referenceabstract
#include <kbookmarkimporter.h>
Inheritance diagram for KBookmarkImporterBase:
Signals | |
void | newBookmark (const TQString &text, const TQCString &url, const TQString &additionalInfo) |
void | newFolder (const TQString &text, bool open, const TQString &additionalInfo) |
void | newSeparator () |
void | endFolder () |
Static Public Member Functions | |
static KBookmarkImporterBase * | factory (const TQString &type) |
Protected Attributes | |
TQString | m_fileName |
Detailed Description
A class for importing NS bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and TDEActionMenu uses it to create actions directly.
- Since
- 3.2
Definition at line 35 of file kbookmarkimporter.h.
Member Function Documentation
◆ endFolder
|
signal |
Tell the outside world that we're going down one menu.
◆ newBookmark
|
signal |
Notify about a new bookmark Use "html" for the icon.
◆ newFolder
|
signal |
Notify about a new folder Use "bookmark_folder" for the icon.
◆ newSeparator
|
signal |
Notify about a new separator.
The documentation for this class was generated from the following files: