kmail
KMail::KHtmlPartHtmlWriter Class Reference
#include <khtmlparthtmlwriter.h>
Public Types | |
typedef QMap< QString, QString > | EmbeddedPartMap |
Public Member Functions | |
void | begin (const QString &cssDefs) |
void | embedPart (const QCString &contentId, const QString &url) |
void | end () |
void | flush () |
KHtmlPartHtmlWriter (KHTMLPart *part, QObject *parent=0, const char *name=0) | |
void | queue (const QString &str) |
void | reset () |
void | write (const QString &str) |
virtual | ~KHtmlPartHtmlWriter () |
Detailed Description
Definition at line 46 of file khtmlparthtmlwriter.h.
Member Typedef Documentation
Definition at line 50 of file khtmlparthtmlwriter.h.
Constructor & Destructor Documentation
KMail::KHtmlPartHtmlWriter::KHtmlPartHtmlWriter | ( | KHTMLPart * | part, | |
QObject * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 49 of file khtmlparthtmlwriter.cpp.
KMail::KHtmlPartHtmlWriter::~KHtmlPartHtmlWriter | ( | ) | [virtual] |
Definition at line 58 of file khtmlparthtmlwriter.cpp.
Member Function Documentation
void KMail::KHtmlPartHtmlWriter::begin | ( | const QString & | cssDefinitions | ) | [virtual] |
Signal the begin of stuff to write, and give the CSS definitions.
Implements KMail::Interface::HtmlWriter.
Definition at line 62 of file khtmlparthtmlwriter.cpp.
void KMail::KHtmlPartHtmlWriter::embedPart | ( | const QCString & | contentId, | |
const QString & | url | |||
) | [virtual] |
Embed a part with Content-ID contentId
, using url url
.
Implements KMail::HtmlWriter.
Definition at line 130 of file khtmlparthtmlwriter.cpp.
void KMail::KHtmlPartHtmlWriter::end | ( | ) | [virtual] |
Signal the end of stuff to write.
Implements KMail::Interface::HtmlWriter.
Definition at line 81 of file khtmlparthtmlwriter.cpp.
void KMail::KHtmlPartHtmlWriter::flush | ( | ) | [virtual] |
(Start) flushing internal buffers, if any.
Implements KMail::HtmlWriter.
Definition at line 115 of file khtmlparthtmlwriter.cpp.
void KMail::KHtmlPartHtmlWriter::queue | ( | const QString & | str | ) | [virtual] |
void KMail::KHtmlPartHtmlWriter::reset | ( | ) | [virtual] |
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.
void KMail::KHtmlPartHtmlWriter::write | ( | const QString & | html | ) | [virtual] |
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: