messageviewer
MessageViewer::CSSHelper Class Reference
#include <csshelper.h>
Inheritance diagram for MessageViewer::CSSHelper:

Public Member Functions | |
| CSSHelper (const QPaintDevice *pd) | |
| QString | htmlHead (bool fixedFont=false) const |
Public Member Functions inherited from MessageViewer::CSSHelperBase | |
| CSSHelperBase (const QPaintDevice *pd) | |
| QFont | bodyFont (bool fixedFont=false, bool printing=false) const |
| QString | cssDefinitions (bool fixedFont=false) const |
| QString | htmlHead (bool fixedFont=false) const |
| QString | nonQuotedFontTag () const |
| QColor | pgpWarnColor () const |
| QColor | quoteColor (int level) |
| QString | quoteFontTag (int level) const |
| void | setBodyFont (const QFont &font) |
| void | setPrintFont (const QFont &font) |
Additional Inherited Members | |
Protected Member Functions inherited from MessageViewer::CSSHelperBase | |
| void | recalculatePGPColors () |
Protected Attributes inherited from MessageViewer::CSSHelperBase | |
| QColor | cHtmlWarning |
| QColor | cPgpEncrB |
| QColor | cPgpEncrF |
| QColor | cPgpEncrH |
| QColor | cPgpErrB |
| QColor | cPgpErrF |
| QColor | cPgpErrH |
| QColor | cPgpOk0B |
| QColor | cPgpOk0F |
| QColor | cPgpOk0H |
| QColor | cPgpOk1B |
| QColor | cPgpOk1F |
| QColor | cPgpOk1H |
| QColor | cPgpWarnB |
| QColor | cPgpWarnF |
| QColor | cPgpWarnH |
| QColor | mBackgroundColor |
| bool | mBackingPixmapOn |
| QString | mBackingPixmapStr |
| QFont | mBodyFont |
| QFont | mFixedFont |
| QFont | mFixedPrintFont |
| QColor | mForegroundColor |
| QColor | mLinkColor |
| QFont | mPrintFont |
| QColor | mQuoteColor [3] |
| QFont | mQuoteFont [3] |
| bool | mRecycleQuoteColors |
| bool | mShrinkQuotes |
| QColor | mVisitedLinkColor |
Detailed Description
Definition at line 41 of file csshelper.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 49 of file csshelper.cpp.
Member Function Documentation
| QString MessageViewer::CSSHelper::htmlHead | ( | bool | fixedFont = false | ) | const |
- Returns
- HTML head including style sheet definitions and the >body< tag
Definition at line 106 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:46 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:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from