korganizer
DocPrefs Class Reference
#include <docprefs.h>
Public Member Functions | |
| DocPrefs (const QString &type=QLatin1String("general")) | |
| ~DocPrefs () | |
| QString | doc () const |
| bool | readBoolEntry (const QString &identifier) const |
| int | readNumEntry (const QString &identifier) const |
| void | setDoc (const QString &identifier) |
| void | writeBoolEntry (const QString &identifier, bool value) |
| void | writeNumEntry (const QString &identifier, int value) |
Detailed Description
Definition at line 33 of file docprefs.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 34 of file docprefs.cpp.
| DocPrefs::~DocPrefs | ( | ) |
Definition at line 42 of file docprefs.cpp.
Member Function Documentation
| QString DocPrefs::doc | ( | ) | const |
Definition at line 52 of file docprefs.cpp.
| bool DocPrefs::readBoolEntry | ( | const QString & | identifier | ) | const |
Definition at line 57 of file docprefs.cpp.
| int DocPrefs::readNumEntry | ( | const QString & | identifier | ) | const |
Definition at line 70 of file docprefs.cpp.
| void DocPrefs::setDoc | ( | const QString & | identifier | ) |
Definition at line 47 of file docprefs.cpp.
| void DocPrefs::writeBoolEntry | ( | const QString & | identifier, |
| bool | value | ||
| ) |
Definition at line 64 of file docprefs.cpp.
| void DocPrefs::writeNumEntry | ( | const QString & | identifier, |
| int | value | ||
| ) |
Definition at line 77 of file docprefs.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:56:20 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:56:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference