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 () |
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 35 of file kbookmarkimporter.h.
Constructor & Destructor Documentation
◆ KBookmarkImporterBase()
|
inline |
Definition at line 39 of file kbookmarkimporter.h.
◆ ~KBookmarkImporterBase()
|
inlinevirtual |
Definition at line 40 of file kbookmarkimporter.h.
Member Function Documentation
◆ endFolder
|
signal |
Tell the outside world that we're going down one menu.
◆ factory()
|
static |
Definition at line 83 of file kbookmarkimporter.cpp.
◆ 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.
◆ setFilename()
|
inline |
Definition at line 42 of file kbookmarkimporter.h.
◆ setupSignalForwards()
void KBookmarkImporterBase::setupSignalForwards | ( | TQObject * | src, |
TQObject * | dst | ||
) |
Definition at line 71 of file kbookmarkimporter.cpp.
Member Data Documentation
◆ m_fileName
|
protected |
Definition at line 76 of file kbookmarkimporter.h.
The documentation for this class was generated from the following files: