tdecmodule.cpp
void changed()
Calling this slot is equivalent to emitting changed(true).
Definition: tdecmodule.cpp:190
void setUseRootOnlyMsg(bool on)
Change whether or not the RootOnly message should be shown.
Definition: tdecmodule.cpp:180
const TQPtrList< TDEConfigDialogManager > & configs() const
Definition: tdecmodule.cpp:221
TQString rootOnlyMsg() const
Get the RootOnly message for this module.
Definition: tdecmodule.cpp:175
bool hasChanged()
TDEInstance * instance()
bool useRootOnlyMsg() const
Tell if KControl should show a RootOnly message when run as a normal user.
Definition: tdecmodule.cpp:185
void insertCatalogue(const TQString &catalog)
bool managedWidgetChangeState() const
Returns the changed state of automatically managed widgets in this dialog.
Definition: tdecmodule.cpp:141
virtual const TDEAboutData * aboutData() const
This is generally only called for the KBugReport.
Definition: tdecmodule.cpp:159
void quickHelpChanged()
Indicate that the module's quickhelp has changed.
static TDELocale * locale()
void setAboutData(TDEAboutData *about)
This sets the TDEAboutData returned by aboutData()
Definition: tdecmodule.cpp:164
void updateWidgetsDefault()
TDEConfigDialogManager * addConfig(TDEConfigSkeleton *config, TQWidget *widget)
Adds a TDEConfigskeleton config to watch the widget widget.
Definition: tdecmodule.cpp:98
virtual void defaults()
Sets the configuration to sensible default values.
Definition: tdecmodule.cpp:129
void updateSettings()
void unmanagedWidgetChangeState(bool)
Call this method when your manually managed widgets change state between changed and not changed...
Definition: tdecmodule.cpp:153
virtual TQString handbookSection() const
If a specific handbook section is relevant to the currently displayed content (for example tabbed con...
Definition: tdecmodule.cpp:216
void updateWidgets()
static void setActiveInstance(TDEInstance *d)
virtual TQString handbookDocPath() const
If the handbook's docPath string of the currently displayed content (for example in tabbed control ce...
Definition: tdecmodule.cpp:211
void widgetChanged()
A managed widget was changed, the widget settings and the current settings are compared and a corresp...
Definition: tdecmodule.cpp:136