|
MythTV
0.26-pre
|
#include <settings.h>
Public Member Functions | |
| ProgressSetting (Storage *_storage, int _totalSteps) | |
| QWidget * | configWidget (ConfigurationGroup *cg, QWidget *parent, const char *widgetName=NULL) |
| 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. | |
Private Attributes | |
| int | totalSteps |
Definition at line 592 of file settings.h.
| ProgressSetting::ProgressSetting | ( | Storage * | _storage, |
| int | _totalSteps | ||
| ) | [inline] |
Definition at line 596 of file settings.h.
| QWidget * ProgressSetting::configWidget | ( | ConfigurationGroup * | cg, |
| QWidget * | parent, | ||
| const char * | widgetName = NULL |
||
| ) | [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 1206 of file settings.cpp.
int ProgressSetting::totalSteps [private] |
Definition at line 603 of file settings.h.
Referenced by configWidget().
1.7.6.1