ktimetracker
Preferences Class Reference
#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 31 of file preferences.h.
Member Function Documentation
void Preferences::deleteEntry | ( | const QString & | key | ) |
Definition at line 55 of file preferences.cpp.
|
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.