KDEUI
kcmodule.h
Go to the documentation of this file.
124 KDE_CONSTRUCTOR_DEPRECATED KCModule( QWidget *parent, const char *name, const QStringList& args = QStringList() );
126 KDE_CONSTRUCTOR_DEPRECATED KCModule(const KComponentData &componentData, QWidget *parent, const QStringList& args);
135 explicit KCModule(const KComponentData &componentData, QWidget *parent = 0, const QVariantList& args = QVariantList());
void authStatusChanged(int)
The status of the auth action, if one, has changed.
Definition kcmodule.cpp:172
bool managedWidgetChangeState() const
Returns the changed state of automatically managed widgets in this dialog.
Definition kcmodule.cpp:229
void setRootOnlyMessage(const QString &message)
Sets the RootOnly message.
Definition kcmodule.cpp:260
void setUseRootOnlyMessage(bool on)
Change whether or not the RootOnly message should be shown.
Definition kcmodule.cpp:271
KCModule(const KComponentData &componentData, QWidget *parent=0, const QVariantList &args=QVariantList())
Base class for all KControlModules.
Definition kcmodule.cpp:77
void rootOnlyMessageChanged(bool use, QString message)
Indicate that the module's root message has changed.
void changed(bool state)
Indicate that the state of the modules contents has changed.
void unmanagedWidgetChangeState(bool)
Call this method when your manually managed widgets change state between changed and not changed.
Definition kcmodule.cpp:241
void widgetChanged()
A managed widget was changed, the widget settings and the current settings are compared and a corresp...
Definition kcmodule.cpp:224
Provides a means of automatically retrieving, saving and resetting KConfigSkeleton based settings in ...
Definition kconfigdialogmanager.h:85
Class for handling preferences settings for an application.
Definition kconfigskeleton.h:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.