KDECore
kconfigbackend.cpp File Reference
#include <config.h>
#include <unistd.h>
#include <ctype.h>
#include <sys/types.h>
#include <fcntl.h>
#include <signal.h>
#include <setjmp.h>
#include <qdir.h>
#include <qfileinfo.h>
#include <qtextcodec.h>
#include <qtextstream.h>
#include "kconfigbackend.h"
#include "kconfigbase.h"
#include <kapplication.h>
#include <kglobal.h>
#include <kprocess.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <ksavefile.h>
#include <kurl.h>
#include <kde_file.h>
Include dependency graph for kconfigbackend.cpp:
Go to the source code of this file.
Functions | |
bool | checkAccess (const QString &pathname, int mode) |
static QCString | decodeGroup (const char *s, int l) |
static QCString | decodeKey (const char *key) |
static QCString | encodeGroup (const QCString &str) |
static QCString | encodeKey (const char *key) |
static QCString | printableToString (const char *str, int l) |
static QCString | stringToPrintable (const QCString &str) |
static void | writeEntries (FILE *pStream, const KEntryMap &entryMap, bool defaultGroup, bool &firstEntry, const QCString &localeString) |
Variables | |
bool | kde_kiosk_exception |
Function Documentation
Definition at line 2854 of file kapplication.cpp.
static QCString decodeGroup | ( | const char * | s, | |
int | l | |||
) | [static] |
Definition at line 166 of file kconfigbackend.cpp.
static QCString decodeKey | ( | const char * | key | ) | [static] |
Definition at line 224 of file kconfigbackend.cpp.
Definition at line 197 of file kconfigbackend.cpp.
static QCString encodeKey | ( | const char * | key | ) | [static] |
Definition at line 214 of file kconfigbackend.cpp.
static QCString printableToString | ( | const char * | str, | |
int | l | |||
) | [static] |
Definition at line 55 of file kconfigbackend.cpp.
Definition at line 115 of file kconfigbackend.cpp.
static void writeEntries | ( | FILE * | pStream, | |
const KEntryMap & | entryMap, | |||
bool | defaultGroup, | |||
bool & | firstEntry, | |||
const QCString & | localeString | |||
) | [static] |
Definition at line 837 of file kconfigbackend.cpp.
Variable Documentation
Definition at line 153 of file kapplication.cpp.