MessageViewer::CSSHelper
MessageViewer::CSSHelper Class Reference
#include <csshelper.h>
Inheritance diagram for MessageViewer::CSSHelper:
Public Member Functions | |
CSSHelper (const QPaintDevice *pd) | |
QString | endBodyHtml () const |
QString | htmlHead (const HtmlHeadSettings &htmlHeadSettings) const override |
void | updateColor () |
Public Member Functions inherited from MessageViewer::CSSHelperBase | |
CSSHelperBase (const QPaintDevice *pd) | |
QString | addEndBlockQuote (int numberBlock) const |
QString | addStartBlockQuote (int numberBlock) const |
QFont | bodyFont (bool fixedFont=false, bool printing=false) const |
QString | cssDefinitions (const HtmlHeadSettings &) const |
QString | extraCommonCss (const QString &headerFont) const |
QString | extraPrintCss (const QString &headerFont) const |
QString | extraScreenCss (const QString &headerFont) const |
const HeaderStylePlugin * | headerPlugin () const |
QString | nonQuotedFontTag () const |
QColor | pgpWarnColor () const |
QColor | quoteColor (int level) const |
QString | quoteColorName (int level) const |
QString | quoteFontTag (int level) const |
void | setBodyFont (const QFont &font) |
void | setHeaderPlugin (const HeaderStylePlugin *headerPlugin) |
void | setPrintFont (const QFont &font) |
Detailed Description
The CSSHelper class.
Definition at line 21 of file csshelper.h.
Constructor & Destructor Documentation
◆ CSSHelper()
|
explicit |
Definition at line 34 of file csshelper.cpp.
Member Function Documentation
◆ endBodyHtml()
|
nodiscard |
Definition at line 123 of file csshelper.cpp.
◆ htmlHead()
|
nodiscardoverridevirtual |
- Returns
- HTML head including style sheet definitions and the >body< tag
Reimplemented from MessageViewer::CSSHelperBase.
Definition at line 112 of file csshelper.cpp.
◆ updateColor()
void CSSHelper::updateColor | ( | ) |
Definition at line 104 of file csshelper.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.