tdeio/bookmarks
KBookmarkImporterBase Class Reference
A class for importing NS bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and TDEActionMenu uses it to create actions directly. More...
#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 () |
Public Member Functions | |
| void | setFilename (const TQString &filename) |
| virtual void | parse ()=0 |
| virtual TQString | findDefaultLocation (bool forSaving=false) const =0 |
| void | setupSignalForwards (TQObject *src, TQObject *dst) |
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 37 of file kbookmarkimporter.h.
Member Function Documentation
| void KBookmarkImporterBase::endFolder | ( | ) | [signal] |
Tell the outside world that we're going down one menu.
| void KBookmarkImporterBase::newBookmark | ( | const TQString & | text, | |
| const TQCString & | url, | |||
| const TQString & | additionalInfo | |||
| ) | [signal] |
Notify about a new bookmark Use "html" for the icon.
| void KBookmarkImporterBase::newFolder | ( | const TQString & | text, | |
| bool | open, | |||
| const TQString & | additionalInfo | |||
| ) | [signal] |
Notify about a new folder Use "bookmark_folder" for the icon.
| void KBookmarkImporterBase::newSeparator | ( | ) | [signal] |
Notify about a new separator.
The documentation for this class was generated from the following files:
Trinity API Reference