#include <settings.h>

Definition at line 218 of file settings.h.
Public Member Functions | |
| virtual QWidget * | configWidget (ConfigurationGroup *cg, QWidget *parent, const char *widgetName=0) |
| Create and return a QWidget for configuring this entity Note: Any class calling this should call widgetInvalid() before configWidget() is called on the class again, and before the class is deleted; just before removing the instance from a layout or scheduling the delete of a parent container is a good time. | |
Protected Member Functions | |
| SliderSetting (Storage *_storage, int min, int max, int step) | |
| SliderSetting::SliderSetting | ( | Storage * | _storage, | |
| int | min, | |||
| int | max, | |||
| int | step | |||
| ) | [inline, protected] |
Definition at line 220 of file settings.h.
| QWidget * SliderSetting::configWidget | ( | ConfigurationGroup * | cg, | |
| QWidget * | parent, | |||
| const char * | widgetName = 0 | |||
| ) | [virtual] |
Create and return a QWidget for configuring this entity Note: Any class calling this should call widgetInvalid() before configWidget() is called on the class again, and before the class is deleted; just before removing the instance from a layout or scheduling the delete of a parent container is a good time.
Some UI classes depend on this for properly updating the UI.
Reimplemented from Configurable.
Definition at line 355 of file settings.cpp.
1.5.5