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

Detailed Description
Definition at line 46 of file khtmlparthtmlwriter.h.
Public Types | |
typedef QMap< QString, QString > | EmbeddedPartMap |
Public Member Functions | |
KHtmlPartHtmlWriter (KHTMLPart *part, QObject *parent=0, const char *name=0) | |
virtual | ~KHtmlPartHtmlWriter () |
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 62 of file khtmlparthtmlwriter.cpp. |
|
Embed a part with Content-ID
Implements KMail::HtmlWriter. Definition at line 130 of file khtmlparthtmlwriter.cpp. |
|
Signal the end of stuff to write.
Implements KMail::Interface::HtmlWriter. Definition at line 81 of file khtmlparthtmlwriter.cpp. |
|
(Start) flushing internal buffers, if any.
Implements KMail::HtmlWriter. Definition at line 115 of file khtmlparthtmlwriter.cpp. |
|
Stop all possibly pending processing in order to be able to call begin() again.
Implements KMail::HtmlWriter. Definition at line 93 of file khtmlparthtmlwriter.cpp. |
|
Write out a chunk of text. No HTML escaping is performed. Implements KMail::Interface::HtmlWriter. Definition at line 103 of file khtmlparthtmlwriter.cpp. |
The documentation for this class was generated from the following files: