KDEUI
#include <kconfiggroup.h>
#include <QtCore/QMutableStringListIterator>
#include <QtGui/QColor>
#include <QtGui/QFont>
#include <kconfiggroup_p.h>
#include <kdebug.h>
Include dependency graph for kconfiggroupgui.cpp:
Go to the source code of this file.
Functions | |
static int | initKConfigGroupGui () |
static bool | readEntryGui (const QByteArray &data, const char *key, const QVariant &input, QVariant &output) |
static bool | writeEntryGui (KConfigGroup *cg, const char *key, const QVariant &prop, KConfigGroup::WriteConfigFlags pFlags) |
Variables | |
static int | dummyKConfigGroupGui = initKConfigGroupGui() |
Function Documentation
|
static |
Definition at line 186 of file kconfiggroupgui.cpp.
|
static |
Try to read a GUI type from config group cg
at key key
.
input
is the default value and also indicates the type to be read. output
is to be set with the value that has been read.
- Returns
- true if something was handled (even if output was set to clear or default) or false if nothing was handled (e.g., Core type)
Definition at line 38 of file kconfiggroupgui.cpp.
|
static |
Try to write a GUI type prop
to config group cg
at key key
.
- Returns
- true if something was handled (even if an empty value was written) or false if nothing was handled (e.g., Core type)
Definition at line 140 of file kconfiggroupgui.cpp.
Variable Documentation
|
static |
Definition at line 196 of file kconfiggroupgui.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.