korganizer
KOPrefs Class Reference
Inheritance diagram for KOPrefs:

Detailed Description
Definition at line 41 of file koprefs.h.
Public Member Functions | |
| virtual | ~KOPrefs () |
| void | usrSetDefaults () |
| void | usrReadConfig () |
| void | usrWriteConfig () |
| void | setFullName (const QString &) |
| QString | fullName () |
| void | setEmail (const QString &) |
| QString | email () |
| QStringList | allEmails () |
| QStringList | fullEmails () |
| bool | thatIsMe (const QString &email) |
| void | setCategoryColor (const QString &cat, const QColor &color) |
| QColor * | categoryColor (const QString &cat) |
| bool | hasCategoryColor (const QString &cat) const |
| void | setResourceColor (const QString &, const QColor &) |
| QColor * | resourceColor (const QString &) |
Static Public Member Functions | |
| static KOPrefs * | instance () |
Public Attributes | |
| QString | mHtmlExportFile |
| QString | mPublishPassword |
| QString | mRetrievePassword |
| QString | mName |
| QString | mEmail |
Protected Member Functions | |
| void | setCategoryDefaults () |
| void | setTimeZoneIdDefault () |
| void | fillMailDefaults () |
Member Function Documentation
| KOPrefs * KOPrefs::instance | ( | ) | [static] |
Get instance of KOPrefs.
It is made sure that there is only one instance.
Definition at line 104 of file koprefs.cpp.
| void KOPrefs::usrSetDefaults | ( | ) |
| void KOPrefs::usrReadConfig | ( | ) |
| void KOPrefs::usrWriteConfig | ( | ) |
| void KOPrefs::fillMailDefaults | ( | ) | [protected] |
| QStringList KOPrefs::allEmails | ( | ) |
| QStringList KOPrefs::fullEmails | ( | ) |
Returns all email addresses together with the full username for the user.
Definition at line 355 of file koprefs.cpp.
| bool KOPrefs::thatIsMe | ( | const QString & | ) |
The documentation for this class was generated from the following files:

