KDEUI
Go to the documentation of this file.
21 #ifndef KCONFIGDIALOGMANAGER_H
22 #define KCONFIGDIALOGMANAGER_H
26 #include <QtCore/QObject>
27 #include <QtCore/QHash>
95 void settingsChanged();
104 void settingsChanged(
QWidget *widget );
113 void widgetModified();
141 void addWidget(
QWidget *widget);
147 bool hasChanged()
const;
153 bool isDefault()
const;
172 void updateSettings();
181 void updateWidgets();
189 void updateWidgetsDefault();
199 void init(
bool trackChanges);
211 bool parseChildren(
const QWidget *widget,
bool trackChanges);
217 QByteArray getUserProperty(
const QWidget *widget)
const;
225 QByteArray getCustomProperty(
const QWidget *widget)
const;
245 static void initMaps();
249 friend class Private;
259 #endif // KCONFIGDIALOGMANAGER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Sep 25 2014 04:19:51 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.