messageviewer
#include <webkitparthtmlwriter.h>
Signals | |
void | finished () |
Public Member Functions | |
WebKitPartHtmlWriter (MailWebView *view, QObject *parent=0) | |
~WebKitPartHtmlWriter () | |
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 49 of file webkitparthtmlwriter.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 52 of file webkitparthtmlwriter.cpp.
WebKitPartHtmlWriter::~WebKitPartHtmlWriter | ( | ) |
Definition at line 59 of file webkitparthtmlwriter.cpp.
Member Function Documentation
|
virtual |
Signal the begin of stuff to write, and give the CSS definitions.
Implements MessageViewer::Interface::HtmlWriter.
Definition at line 62 of file webkitparthtmlwriter.cpp.
|
virtual |
Embed a part with Content-ID contentId
, using url url
.
Implements MessageViewer::HtmlWriter.
Definition at line 129 of file webkitparthtmlwriter.cpp.
|
virtual |
Signal the end of stuff to write.
Implements MessageViewer::Interface::HtmlWriter.
Definition at line 82 of file webkitparthtmlwriter.cpp.
|
virtual |
Implements MessageViewer::HtmlWriter.
Definition at line 165 of file webkitparthtmlwriter.cpp.
|
signal |
|
virtual |
(Start) flushing internal buffers, if any.
Implements MessageViewer::HtmlWriter.
Definition at line 124 of file webkitparthtmlwriter.cpp.
|
virtual |
Implements MessageViewer::HtmlWriter.
Definition at line 120 of file webkitparthtmlwriter.cpp.
|
virtual |
Stop all possibly pending processing in order to be able to call begin() again.
Implements MessageViewer::HtmlWriter.
Definition at line 104 of file webkitparthtmlwriter.cpp.
|
virtual |
Write out a chunk of text.
No HTML escaping is performed.
Implements MessageViewer::Interface::HtmlWriter.
Definition at line 113 of file webkitparthtmlwriter.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.