Messagelib
10 #include "messagecore_export.h"
28 Q_REQUIRED_RESULT
QColor misspelledDefaultTextColor()
const;
29 Q_REQUIRED_RESULT
QColor quoteLevel1DefaultTextColor()
const;
30 Q_REQUIRED_RESULT
QColor quoteLevel2DefaultTextColor()
const;
31 Q_REQUIRED_RESULT
QColor quoteLevel3DefaultTextColor()
const;
32 Q_REQUIRED_RESULT
QColor pgpSignedTrustedMessageColor()
const;
33 Q_REQUIRED_RESULT
QColor pgpSignedTrustedTextColor()
const;
34 Q_REQUIRED_RESULT
QColor pgpSignedUntrustedMessageColor()
const;
35 Q_REQUIRED_RESULT
QColor pgpSignedUntrustedTextColor()
const;
36 Q_REQUIRED_RESULT
QColor pgpSignedBadMessageColor()
const;
37 Q_REQUIRED_RESULT
QColor pgpSignedBadTextColor()
const;
38 Q_REQUIRED_RESULT
QColor pgpEncryptedMessageColor()
const;
39 Q_REQUIRED_RESULT
QColor pgpEncryptedTextColor()
const;
40 Q_REQUIRED_RESULT
QColor linkColor()
const;
43 void initializeColors();
44 QColor mMisspelledDefaultTextColor;
45 QColor mQuoteLevel1DefaultTextColor;
46 QColor mQuoteLevel2DefaultTextColor;
47 QColor mQuoteLevel3DefaultTextColor;
49 QColor mPgpSignedTrustedMessageColor;
50 QColor mPgpSignedTrustedTextColor;
51 QColor mPgpSignedUntrustedMessageColor;
52 QColor mPgpSignedUntrustedTextColor;
53 QColor mPgpSignedBadMessageColor;
54 QColor mPgpSignedBadTextColor;
55 QColor mPgpEncryptedMessageColor;
56 QColor mPgpEncryptedTextColor;
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Mar 22 2023 04:07:14 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.