messageviewer
htmlwriter.h
Go to the documentation of this file.
virtual void write(const QString &html)=0
Write out a chunk of text.
virtual void begin(const QString &cssDefinitions)=0
Signal the begin of stuff to write, and give the CSS definitions.
virtual void reset()=0
Stop all possibly pending processing in order to be able to call begin() again.
virtual void queue(const QString &str)=0
virtual void extraHead(const QString &str)=0
virtual void embedPart(const QByteArray &contentId, const QString &url)=0
Embed a part with Content-ID contentId, using url url.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.