kio
FileProps Class Reference
#include <fileprops.h>
Public Member Functions | |
QStringList | allValues (const QString &group) const |
QStringList | availableGroups () const |
QStringList | availableKeys (const QString &group) const |
QString | fileName () const |
FileProps (const QString &path, const QStringList &suppliedGroups) | |
QString | getValue (const QString &group, const QString &key) const |
const QStringList & | groupsToUse () const |
bool | isReadOnly (const QString &group, const QString &key) |
bool | isValid () const |
QStringList | preferredKeys () const |
QStringList | preferredKeys (const QString &group) const |
QStringList | preferredValues (const QString &group) const |
bool | setValue (const QString &group, const QString &key, const QString &value) |
QStringList | supportedGroups () const |
QStringList | supportedKeys () const |
QStringList | supportedKeys (const QString &group) const |
QStringList | translatedGroups () |
bool | userSuppliedGroups () const |
virtual | ~FileProps () |
Detailed Description
Definition at line 26 of file fileprops.h.
Constructor & Destructor Documentation
FileProps::FileProps | ( | const QString & | path, | |
const QStringList & | suppliedGroups | |||
) |
Definition at line 48 of file fileprops.cpp.
FileProps::~FileProps | ( | ) | [virtual] |
Definition at line 56 of file fileprops.cpp.
Member Function Documentation
QStringList FileProps::allValues | ( | const QString & | group | ) | const |
Definition at line 144 of file fileprops.cpp.
QStringList FileProps::availableGroups | ( | ) | const |
Definition at line 80 of file fileprops.cpp.
QStringList FileProps::availableKeys | ( | const QString & | group | ) | const |
Definition at line 91 of file fileprops.cpp.
QString FileProps::fileName | ( | ) | const [inline] |
Definition at line 34 of file fileprops.h.
Definition at line 112 of file fileprops.cpp.
const QStringList& FileProps::groupsToUse | ( | ) | const [inline] |
Definition at line 40 of file fileprops.h.
bool FileProps::isValid | ( | ) | const |
Definition at line 70 of file fileprops.cpp.
QStringList FileProps::preferredKeys | ( | ) | const [inline] |
Definition at line 48 of file fileprops.h.
QStringList FileProps::preferredKeys | ( | const QString & | group | ) | const |
Definition at line 106 of file fileprops.cpp.
QStringList FileProps::preferredValues | ( | const QString & | group | ) | const |
Definition at line 150 of file fileprops.cpp.
Definition at line 119 of file fileprops.cpp.
QStringList FileProps::supportedGroups | ( | ) | const |
Definition at line 75 of file fileprops.cpp.
QStringList FileProps::supportedKeys | ( | ) | const [inline] |
Definition at line 47 of file fileprops.h.
QStringList FileProps::supportedKeys | ( | const QString & | group | ) | const |
Definition at line 85 of file fileprops.cpp.
QStringList FileProps::translatedGroups | ( | ) |
bool FileProps::userSuppliedGroups | ( | ) | const [inline] |
Definition at line 41 of file fileprops.h.
The documentation for this class was generated from the following files: