kio
KNSBookmarkExporter Class Reference
A class that exports all the current bookmarks to Netscape/Mozilla bookmarks Warning, it overwrites the existing bookmarks.html file ! More...
#include <kbookmarkimporter_ns.h>
Public Member Functions | |
KNSBookmarkExporter (KBookmarkManager *mgr, const QString &fileName) | |
void | write (bool utf8) |
void | write () |
~KNSBookmarkExporter () | |
Protected Member Functions | |
void | writeFolder (QTextStream &stream, KBookmarkGroup parent) |
Protected Attributes | |
QString | m_fileName |
KBookmarkManager * | m_pManager |
Detailed Description
A class that exports all the current bookmarks to Netscape/Mozilla bookmarks Warning, it overwrites the existing bookmarks.html file !
Definition at line 97 of file kbookmarkimporter_ns.h.
Constructor & Destructor Documentation
KNSBookmarkExporter::KNSBookmarkExporter | ( | KBookmarkManager * | mgr, | |
const QString & | fileName | |||
) | [inline] |
Definition at line 100 of file kbookmarkimporter_ns.h.
KNSBookmarkExporter::~KNSBookmarkExporter | ( | ) | [inline] |
Definition at line 102 of file kbookmarkimporter_ns.h.
Member Function Documentation
void KNSBookmarkExporter::write | ( | bool | utf8 | ) |
Definition at line 160 of file kbookmarkimporter_ns.cc.
void KNSBookmarkExporter::write | ( | ) | [inline] |
Definition at line 104 of file kbookmarkimporter_ns.h.
void KNSBookmarkExporter::writeFolder | ( | QTextStream & | stream, | |
KBookmarkGroup | parent | |||
) | [protected] |
Definition at line 166 of file kbookmarkimporter_ns.cc.
Member Data Documentation
QString KNSBookmarkExporter::m_fileName [protected] |
Definition at line 109 of file kbookmarkimporter_ns.h.
KBookmarkManager* KNSBookmarkExporter::m_pManager [protected] |
Definition at line 110 of file kbookmarkimporter_ns.h.
The documentation for this class was generated from the following files: