knode
Go to the documentation of this file.
20 MessageViewer::CSSHelperBase( pd )
22 mForegroundColor =
knGlobals.settings()->textColor();
23 mLinkColor =
knGlobals.settings()->linkColor();
24 mVisitedLinkColor =
knGlobals.settings()->linkColor();
25 mBackgroundColor =
knGlobals.settings()->backgroundColor();
26 for (
int i = 0; i < 3; ++i )
27 mQuoteColor[i] =
knGlobals.settings()->quoteColor( i );
29 cHtmlWarning =
knGlobals.settings()->htmlWarningColor();
30 cPgpOk1H =
knGlobals.settings()->signOkKeyOkColor();
31 cPgpOk0H =
knGlobals.settings()->signOkKeyBadColor();
32 cPgpWarnH =
knGlobals.settings()->signWarnColor();
33 cPgpErrH =
knGlobals.settings()->signErrColor();
35 mBodyFont = mPrintFont =
knGlobals.settings()->articleFont();
36 mFixedFont = mFixedPrintFont =
knGlobals.settings()->articleFixedFont();
38 recalculatePGPColors();
CSSHelper(const QPaintDevice *pd)
#define knGlobals
Keep compatibility with the old way.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.