ktimetracker
Preferences Class Reference
Provide an interface to the configuration options for the program. More...
#include <preferences.h>
Inheritance diagram for Preferences:

Public Member Functions | |
| void | deleteEntry (const QString &key) |
| bool | readBoolEntry (const QString &uid) |
| void | writeEntry (const QString &key, bool value) |
Static Public Member Functions | |
| static Preferences * | instance () |
Detailed Description
Provide an interface to the configuration options for the program.
Definition at line 32 of file preferences.h.
Member Function Documentation
| void Preferences::deleteEntry | ( | const QString & | key | ) |
Definition at line 55 of file preferences.cpp.
| Preferences * Preferences::instance | ( | ) | [static] |
Definition at line 34 of file preferences.cpp.
| bool Preferences::readBoolEntry | ( | const QString & | uid | ) |
Definition at line 43 of file preferences.cpp.
| void Preferences::writeEntry | ( | const QString & | key, | |
| bool | value | |||
| ) |
Definition at line 48 of file preferences.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference