tdeconfigdialog.h
KDialogBase(TQWidget *parent=0, const char *name=0, bool modal=true, const TQString &caption=TQString::null, int buttonMask=Ok|Apply|Cancel, ButtonCode defaultButton=Ok, bool separator=false, const KGuiItem &user1=KGuiItem(), const KGuiItem &user2=KGuiItem(), const KGuiItem &user3=KGuiItem())
Constructor for the standard mode where you must specify the main widget with setMainWidget() .
Definition kdialogbase.cpp:99
TQFrame * addPage(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:1296
virtual bool hasChanged()
Returns whether the current state of the dialog is different from the current configutation.
Definition tdeconfigdialog.h:233
virtual bool isDefault()
Returns whether the current state of the dialog is the same as the default configuration.
Definition tdeconfigdialog.h:239
static bool showDialog(const char *name)
Attempts to show the dialog with the name 'name'.
Definition tdeconfigdialog.cpp:166
virtual void updateWidgetsDefault()
Update the dialog based on the default settings.
Definition tdeconfigdialog.cpp:254
void settingsChanged(const char *dialogName)
One or more of the settings have been permanently changed such as if the user clicked on the Apply or...
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
static TDEConfigDialog * exists(const char *name)
See if a dialog with the name 'name' already exists.
Definition tdeconfigdialog.cpp:161
void settingsChanged()
One or more of the settings have been permanently changed such as if the user clicked on the Apply or...
virtual void updateWidgets()
Update the dialog based on the settings.
Definition tdeconfigdialog.cpp:250
Trinity API Reference