MessageViewer::FileHtmlWriter
#include <filehtmlwriter.h>

Public Member Functions | |
FileHtmlWriter (const QString &filename) | |
void | begin () override |
QIODevice * | device () const override |
void | embedPart (const QByteArray &contentId, const QString &url) override |
void | end () override |
void | reset () override |
void | setExtraHead (const QString &str) override |
void | setStyleBody (const QString &styleBody) override |
![]() | |
QByteArray | codec () const |
void | setCodec (const QByteArray &codec) |
QTextStream * | stream () const |
void | write (const QString &html) |
Detailed Description
The FileHtmlWriter class.
Definition at line 22 of file filehtmlwriter.h.
Member Function Documentation
◆ begin()
|
overridevirtual |
Signal the begin of stuff to write.
Sub-classes should open device() in a writable mode here and then call the base class.
Reimplemented from MessageViewer::HtmlWriter.
Definition at line 29 of file filehtmlwriter.cpp.
◆ device()
|
overridevirtual |
Returns the QIODevice backing this HtmlWriter instance.
Before writing to this directly, make sure to flush stream().
Implements MessageViewer::HtmlWriter.
Definition at line 55 of file filehtmlwriter.cpp.
◆ embedPart()
|
overridevirtual |
Embed a part with Content-ID contentId
, using url url
.
Implements MessageViewer::HtmlWriter.
Definition at line 60 of file filehtmlwriter.cpp.
◆ end()
|
overridevirtual |
Signal the end of stuff to write.
Sub-classes should call the base class and then close device() here.
Reimplemented from MessageViewer::HtmlWriter.
Definition at line 41 of file filehtmlwriter.cpp.
◆ reset()
|
overridevirtual |
Stop all possibly pending processing in order to be able to call begin() again.
Sub-classes should call the base class and then reset device() here.
Reimplemented from MessageViewer::HtmlWriter.
Definition at line 47 of file filehtmlwriter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:00:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.