tdeconfigdialogmanager.h
void updateWidgets()
Traverse the specified widgets, sets the state of all known widgets according to the state in the set...
Definition tdeconfigdialogmanager.cpp:259
void updateWidgetsDefault()
Traverse the specified widgets, sets the state of all known widgets according to the default state in...
Definition tdeconfigdialogmanager.cpp:297
void setProperty(TQWidget *w, const TQVariant &v)
Set a property.
Definition tdeconfigdialogmanager.cpp:333
void settingsChanged()
One or more of the settings have been saved (such as when the user clicks on the Apply button).
TDEConfigDialogManager(TQWidget *parent, TDEConfigSkeleton *conf, const char *name=0)
Constructor.
Definition tdeconfigdialogmanager.cpp:51
void addWidget(TQWidget *widget)
Add additional widgets to manage.
Definition tdeconfigdialogmanager.cpp:124
bool parseChildren(const TQWidget *widget, bool trackChanges)
Recursive function that finds all known children.
Definition tdeconfigdialogmanager.cpp:153
void settingsChanged(TQWidget *widget)
TODO: Verify One or more of the settings have been changed.
TQMap< TQString, TQCString > changedMap
Map of the classes and the signals that they emit when changed.
Definition tdeconfigdialogmanager.h:224
void widgetModified()
If retrieveSettings() was told to track changes then if any known setting was changed this signal wil...
TDEConfigSkeleton * m_conf
TDEConfigSkeleton object used to store settings.
Definition tdeconfigdialogmanager.h:209
bool isDefault()
Returns whether the current state of the known widgets are the same as the default state in the confi...
Definition tdeconfigdialogmanager.cpp:389
bool hasChanged()
Returns whether the current state of the known widgets are different from the state in the config obj...
Definition tdeconfigdialogmanager.cpp:365
void updateSettings()
Traverse the specified widgets, saving the settings of all known widgets in the settings object.
Definition tdeconfigdialogmanager.cpp:304
void setupWidget(TQWidget *widget, TDEConfigSkeletonItem *item)
Setup secondary widget properties.
Definition tdeconfigdialogmanager.cpp:129
TQSqlPropertyMap * propertyMap
Pointer to the property map for easy access.
Definition tdeconfigdialogmanager.h:219
Class for handling preferences settings for an application.
Definition tdeconfigskeleton.h:366
Trinity API Reference