tdeconfigdialog.cpp
115 kdDebug(240) << "TDEConfigDialog::addPage: can not add a page after the dialog has been shown.";
virtual void updateSettings()
Update the settings from the dialog.
Definition: tdeconfigdialog.cpp:246
TDEConfigDialog(TQWidget *parent, const char *name, TDEConfigSkeleton *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel|Help, ButtonCode defaultButton=Ok, bool modal=false)
Definition: tdeconfigdialog.cpp:49
virtual bool isDefault()
Returns whether the current state of the dialog is the same as the default configuration.
Definition: tdeconfigdialog.h:239
void enableButton(ButtonCode id, bool state)
Enable or disable (gray out) a general action button.
Definition: kdialogbase.cpp:838
~TDEConfigDialog()
Deconstructor, removes name from the list of open dialogs.
Definition: tdeconfigdialog.cpp:80
void settingsChanged()
One or more of the settings have been permanently changed such as if the user clicked on the Apply or...
kdbgstream kdDebug(int area=0)
static TDEConfigDialog * exists(const char *name)
See if a dialog with the name 'name' already exists.
Definition: tdeconfigdialog.cpp:161
A dialog base class with standard buttons and predefined layouts.
Definition: kdialogbase.h:191
void setMainWidget(TQWidget *widget)
Sets the main user definable widget.
Definition: kdialogbase.cpp:1431
virtual void updateWidgetsDefault()
Update the dialog based on the default settings.
Definition: tdeconfigdialog.cpp:254
TQFrame * plainPage()
Retrieve the empty page when the predefined layout is used in Plain mode.
Definition: kdialogbase.cpp:420
void addPage(TQWidget *page, const TQString &itemName, const TQString &pixmapName, const TQString &header=TQString::null, bool manage=true)
Adds page to the dialog and to TDEConfigDialogManager.
Definition: tdeconfigdialog.cpp:86
virtual bool hasChanged()
Returns whether the current state of the dialog is different from the current configutation.
Definition: tdeconfigdialog.h:233
virtual void updateWidgets()
Update the dialog based on the settings.
Definition: tdeconfigdialog.cpp:250
TQVBox * addVBoxPage(const TQString &itemName, const TQString &header=TQString::null, const TQPixmap &pixmap=TQPixmap())
Add a page to the dialog when the class is used in TreeList, IconList or Tabbed mode.
Definition: kdialogbase.cpp:1309
static bool showDialog(const char *name)
Attempts to show the dialog with the name 'name'.
Definition: tdeconfigdialog.cpp:166
Trinity API Reference