KDECore
#include "kconfiggroup.h"
#include "kconfiggroup_p.h"
#include "kconfig.h"
#include "kconfig_p.h"
#include "ksharedconfig.h"
#include "kstringhandler.h"
#include "kcomponentdata.h"
#include "kconfigdata.h"
#include <kdebug.h>
#include <QtCore/QDate>
#include <QtCore/QSharedData>
#include <QtCore/QFile>
#include <QtCore/QPoint>
#include <QtCore/QRect>
#include <QtCore/QString>
#include <QtCore/QTextStream>
#include <QtCore/QDir>
#include <stdlib.h>
Go to the source code of this file.
|
static QList< int > | asIntList (const QByteArray &string) |
|
static QList< qreal > | asRealList (const QByteArray &string) |
|
static bool | cleanHomeDirPath (QString &path, const QString &homeDir) |
|
static QString | errString (const char *pKey, const QByteArray &value, const QVariant &aDefault) |
|
static QString | formatError (int expected, int got) |
|
static bool | readEntryGui (const QByteArray &data, const char *key, const QVariant &input, QVariant &output) |
|
static QString | translatePath (QString path) |
|
static bool | writeEntryGui (KConfigGroup *cg, const char *key, const QVariant &input, KConfigGroup::WriteConfigFlags flags) |
|
static QList<int> asIntList |
( |
const QByteArray & |
string | ) |
|
|
static |
static QList<qreal> asRealList |
( |
const QByteArray & |
string | ) |
|
|
static |
static QString errString |
( |
const char * |
pKey, |
|
|
const QByteArray & |
value, |
|
|
const QVariant & |
aDefault |
|
) |
| |
|
static |
static QString formatError |
( |
int |
expected, |
|
|
int |
got |
|
) |
| |
|
static |
static bool readEntryGui |
( |
const QByteArray & |
data, |
|
|
const char * |
key, |
|
|
const QVariant & |
input, |
|
|
QVariant & |
output |
|
) |
| |
|
inlinestatic |
static bool writeEntryGui |
( |
KConfigGroup * |
cg, |
|
|
const char * |
key, |
|
|
const QVariant & |
input, |
|
|
KConfigGroup::WriteConfigFlags |
flags |
|
) |
| |
|
inlinestatic |
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 21:52:47 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.