messageviewer
#include <filehtmlwriter.h>
Public Member Functions | |
FileHtmlWriter (const QString &filename) | |
virtual | ~FileHtmlWriter () |
void | begin (const QString &cssDefs) |
void | embedPart (const QByteArray &contentId, const QString &url) |
void | end () |
void | extraHead (const QString &str) |
void | flush () |
void | queue (const QString &str) |
void | reset () |
void | write (const QString &str) |
Public Member Functions inherited from MessageViewer::HtmlWriter | |
virtual | ~HtmlWriter () |
Detailed Description
Definition at line 45 of file filehtmlwriter.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 43 of file filehtmlwriter.cpp.
|
virtual |
Definition at line 50 of file filehtmlwriter.cpp.
Member Function Documentation
|
virtual |
Signal the begin of stuff to write, and give the CSS definitions.
Implements MessageViewer::Interface::HtmlWriter.
Definition at line 58 of file filehtmlwriter.cpp.
|
virtual |
Embed a part with Content-ID contentId
, using url url
.
Implements MessageViewer::HtmlWriter.
Definition at line 103 of file filehtmlwriter.cpp.
|
virtual |
Signal the end of stuff to write.
Implements MessageViewer::Interface::HtmlWriter.
Definition at line 64 of file filehtmlwriter.cpp.
|
virtual |
Implements MessageViewer::HtmlWriter.
Definition at line 107 of file filehtmlwriter.cpp.
|
virtual |
(Start) flushing internal buffers, if any.
Implements MessageViewer::HtmlWriter.
Definition at line 86 of file filehtmlwriter.cpp.
|
virtual |
Implements MessageViewer::HtmlWriter.
Definition at line 82 of file filehtmlwriter.cpp.
|
virtual |
Stop all possibly pending processing in order to be able to call begin() again.
Implements MessageViewer::HtmlWriter.
Definition at line 70 of file filehtmlwriter.cpp.
|
virtual |
Write out a chunk of text.
No HTML escaping is performed.
Implements MessageViewer::Interface::HtmlWriter.
Definition at line 77 of file filehtmlwriter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.