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 |
Public Member Functions inherited from MessageViewer::HtmlWriter | |
QTextStream * | stream () const |
void | write (const QString &html) |
Detailed Description
The FileHtmlWriter class.
Definition at line 22 of file filehtmlwriter.h.
Constructor & Destructor Documentation
◆ FileHtmlWriter()
|
explicit |
Definition at line 15 of file filehtmlwriter.cpp.
◆ ~FileHtmlWriter()
|
override |
Definition at line 20 of file filehtmlwriter.cpp.
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()
|
nodiscardoverridevirtual |
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.
◆ setExtraHead()
|
overridevirtual |
Implements MessageViewer::HtmlWriter.
Definition at line 65 of file filehtmlwriter.cpp.
◆ setStyleBody()
|
overridevirtual |
Implements MessageViewer::HtmlWriter.
Definition at line 69 of file filehtmlwriter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.