knode
KNode::Settings Class Reference
#include <settings.h>

Detailed Description
Application settings.SettingsBase (the base class) is generated by KConfigXT.
- Todo:
- Make the color and font accessors const (requires the KConfigXT generated item accessors to be const too).
Definition at line 29 of file settings.h.
Public Member Functions | |
| QColor | alternateBackgroundColor () |
| QFont | articleFixedFont () |
| QFont | articleFont () |
| QFont | articleListFont () |
| QColor | backgroundColor () |
| QFont | composerFont () |
| QFont | groupListFont () |
| QColor | htmlWarningColor () |
| QColor | linkColor () |
| QColor | quoteColor (int depth) |
| QColor | readArticleColor () |
| QColor | readThreadColor () |
| Settings () | |
| void | setXHeaders (const QList< XHeader > &list) |
| QColor | signErrColor () |
| QColor | signOkKeyBadColor () |
| QColor | signOkKeyOkColor () |
| QColor | signWarnColor () |
| QColor | textColor () |
| QColor | unreadArticleColor () |
| QColor | unreadThreadColor () |
| QList< XHeader > | xHeaders () const |
Protected Member Functions | |
| QColor | effectiveColor (KConfigSkeleton::ItemColor *item) const |
| QFont | effectiveFont (KConfigSkeleton::ItemFont *item) const |
| virtual void | usrReadConfig () |
| virtual void | usrWriteConfig () |
Constructor & Destructor Documentation
| KNode::Settings::Settings | ( | ) |
Member Function Documentation
| QColor KNode::Settings::alternateBackgroundColor | ( | ) | [inline] |
| QFont KNode::Settings::articleFixedFont | ( | ) | [inline] |
| QFont KNode::Settings::articleFont | ( | ) | [inline] |
| QFont KNode::Settings::articleListFont | ( | ) | [inline] |
| QColor KNode::Settings::backgroundColor | ( | ) | [inline] |
| QFont KNode::Settings::composerFont | ( | ) | [inline] |
| QColor KNode::Settings::effectiveColor | ( | KConfigSkeleton::ItemColor * | item | ) | const [protected] |
Returns the effective color value of the given config item.
- Parameters:
-
item The KConfigSkeletonItem.
Definition at line 78 of file settings.cpp.
| QFont KNode::Settings::effectiveFont | ( | KConfigSkeleton::ItemFont * | item | ) | const [protected] |
Returns the effective font value of the given config item.
- Parameters:
-
item The KConfigSkeletonItem.
Definition at line 88 of file settings.cpp.
| QFont KNode::Settings::groupListFont | ( | ) | [inline] |
| QColor KNode::Settings::htmlWarningColor | ( | ) | [inline] |
| QColor KNode::Settings::linkColor | ( | ) | [inline] |
| QColor KNode::Settings::quoteColor | ( | int | depth | ) | [inline] |
Returns the effective quoting color.
- Parameters:
-
depth The quoting depth (0-2).
Definition at line 44 of file settings.h.
| QColor KNode::Settings::readArticleColor | ( | ) | [inline] |
| QColor KNode::Settings::readThreadColor | ( | ) | [inline] |
Sets the list of additional headers added to created articles.
- Parameters:
-
list The new list.
Definition at line 82 of file settings.h.
| QColor KNode::Settings::signErrColor | ( | ) | [inline] |
| QColor KNode::Settings::signOkKeyBadColor | ( | ) | [inline] |
Returns the effective color for valid signatures with a untrusted key.
Definition at line 58 of file settings.h.
| QColor KNode::Settings::signOkKeyOkColor | ( | ) | [inline] |
Returns the effective color for valid signatures with a trusted key.
Definition at line 56 of file settings.h.
| QColor KNode::Settings::signWarnColor | ( | ) | [inline] |
| QColor KNode::Settings::textColor | ( | ) | [inline] |
| QColor KNode::Settings::unreadArticleColor | ( | ) | [inline] |
| QColor KNode::Settings::unreadThreadColor | ( | ) | [inline] |
| void KNode::Settings::usrReadConfig | ( | ) | [protected, virtual] |
| void KNode::Settings::usrWriteConfig | ( | ) | [protected, virtual] |
Returns a list of additional headers added to created articles.
Definition at line 78 of file settings.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference