kmail
KMail::FileHtmlWriter Class Reference
#include <filehtmlwriter.h>

Public Member Functions | |
| void | begin (const QString &cssDefs) |
| void | embedPart (const QCString &contentId, const QString &url) |
| void | end () |
| FileHtmlWriter (const QString &filename) | |
| void | flush () |
| void | queue (const QString &str) |
| void | reset () |
| void | write (const QString &str) |
| virtual | ~FileHtmlWriter () |
Detailed Description
Definition at line 44 of file filehtmlwriter.h.
Constructor & Destructor Documentation
| KMail::FileHtmlWriter::FileHtmlWriter | ( | const QString & | filename | ) |
Definition at line 43 of file filehtmlwriter.cpp.
| KMail::FileHtmlWriter::~FileHtmlWriter | ( | ) | [virtual] |
Definition at line 50 of file filehtmlwriter.cpp.
Member Function Documentation
| void KMail::FileHtmlWriter::begin | ( | const QString & | cssDefinitions | ) | [virtual] |
Signal the begin of stuff to write, and give the CSS definitions.
Implements KMail::Interface::HtmlWriter.
Definition at line 58 of file filehtmlwriter.cpp.
Embed a part with Content-ID contentId, using url url.
Implements KMail::HtmlWriter.
Definition at line 102 of file filehtmlwriter.cpp.
| void KMail::FileHtmlWriter::end | ( | ) | [virtual] |
Signal the end of stuff to write.
Implements KMail::Interface::HtmlWriter.
Definition at line 64 of file filehtmlwriter.cpp.
| void KMail::FileHtmlWriter::flush | ( | ) | [virtual] |
(Start) flushing internal buffers, if any.
Implements KMail::HtmlWriter.
Definition at line 86 of file filehtmlwriter.cpp.
| void KMail::FileHtmlWriter::queue | ( | const QString & | str | ) | [virtual] |
| void KMail::FileHtmlWriter::reset | ( | ) | [virtual] |
Stop all possibly pending processing in order to be able to call begin() again.
Implements KMail::HtmlWriter.
Definition at line 70 of file filehtmlwriter.cpp.
| void KMail::FileHtmlWriter::write | ( | const QString & | html | ) | [virtual] |
Write out a chunk of text.
No HTML escaping is performed.
Implements KMail::Interface::HtmlWriter.
Definition at line 77 of file filehtmlwriter.cpp.
The documentation for this class was generated from the following files:
