korganizer
DocPrefs Class Reference
#include <docprefs.h>
Detailed Description
Definition at line 32 of file docprefs.h.
Public Member Functions | |
| QString | doc () const |
| DocPrefs (const QString &type="general") | |
| 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) |
| ~DocPrefs () | |
Constructor & Destructor Documentation
| DocPrefs::DocPrefs | ( | const QString & | type = "general" |
) |
Definition at line 33 of file docprefs.cpp.
| DocPrefs::~DocPrefs | ( | ) |
Definition at line 41 of file docprefs.cpp.
Member Function Documentation
| QString DocPrefs::doc | ( | ) | const |
Definition at line 51 of file docprefs.cpp.
| bool DocPrefs::readBoolEntry | ( | const QString & | identifier | ) | const |
Definition at line 56 of file docprefs.cpp.
| int DocPrefs::readNumEntry | ( | const QString & | identifier | ) | const |
Definition at line 69 of file docprefs.cpp.
| void DocPrefs::setDoc | ( | const QString & | identifier | ) |
Definition at line 46 of file docprefs.cpp.
| void DocPrefs::writeBoolEntry | ( | const QString & | identifier, | |
| bool | value | |||
| ) |
Definition at line 63 of file docprefs.cpp.
| void DocPrefs::writeNumEntry | ( | const QString & | identifier, | |
| int | value | |||
| ) |
Definition at line 76 of file docprefs.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference