KDEUI
Go to the documentation of this file.
21 #ifndef KCONFIGDIALOG_H
22 #define KCONFIGDIALOG_H
80 void widgetModified();
87 void settingsChanged(
const QString& dialogName);
187 static bool showDialog(
const QString& name );
197 virtual void updateSettings();
206 virtual void updateWidgets();
214 virtual void updateWidgetsDefault();
223 void updateButtons();
230 void settingsChangedSlot();
239 virtual bool hasChanged();
245 virtual bool isDefault();
250 virtual void showEvent(QShowEvent *e);
259 class KConfigDialogPrivate;
260 friend class KConfigDialogPrivate;
262 KConfigDialogPrivate *
const d;
264 Q_PRIVATE_SLOT( d,
void _k_updateButtons() )
265 Q_PRIVATE_SLOT( d,
void _k_settingsChangedSlot() )
270 #endif //KCONFIGDIALOG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 21:01:32 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.