kmail
KMail::FileHtmlWriter Class Reference
Inheritance diagram for KMail::FileHtmlWriter:

Detailed Description
Definition at line 44 of file filehtmlwriter.h.
Public Member Functions | |
FileHtmlWriter (const QString &filename) | |
virtual | ~FileHtmlWriter () |
void | begin (const QString &cssDefs) |
void | end () |
void | reset () |
void | write (const QString &str) |
void | queue (const QString &str) |
void | flush () |
void | embedPart (const QCString &contentId, const QString &url) |
Member Function Documentation
|
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
Implements KMail::HtmlWriter. Definition at line 102 of file filehtmlwriter.cpp. |
|
Signal the end of stuff to write.
Implements KMail::Interface::HtmlWriter. Definition at line 64 of file filehtmlwriter.cpp. |
|
(Start) flushing internal buffers, if any.
Implements KMail::HtmlWriter. Definition at line 86 of file filehtmlwriter.cpp. |
|
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. |
|
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: