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) |
|
◆ asIntList()
static QList< int > asIntList |
( |
const QByteArray & |
string | ) |
|
|
static |
◆ asRealList()
static QList< qreal > asRealList |
( |
const QByteArray & |
string | ) |
|
|
static |
◆ cleanHomeDirPath()
◆ errString()
static QString errString |
( |
const char * |
pKey, |
|
|
const QByteArray & |
value, |
|
|
const QVariant & |
aDefault |
|
) |
| |
|
static |
◆ formatError()
static QString formatError |
( |
int |
expected, |
|
|
int |
got |
|
) |
| |
|
static |
◆ readEntryGui()
static bool readEntryGui |
( |
const QByteArray & |
data, |
|
|
const char * |
key, |
|
|
const QVariant & |
input, |
|
|
QVariant & |
output |
|
) |
| |
|
inlinestatic |
◆ translatePath()
◆ writeEntryGui()
static bool writeEntryGui |
( |
KConfigGroup * |
cg, |
|
|
const char * |
key, |
|
|
const QVariant & |
input, |
|
|
KConfigGroup::WriteConfigFlags |
flags |
|
) |
| |
|
inlinestatic |
◆ _kde_internal_KConfigGroupGui
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.