ProgressSetting Class Reference

#include <settings.h>

Inheritance diagram for ProgressSetting:

IntegerSetting Setting Configurable ScanSignalMeter

List of all members.


Detailed Description

Definition at line 585 of file settings.h.


Public Member Functions

 ProgressSetting (Storage *_storage, int _totalSteps)
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.

Private Attributes

int totalSteps

Constructor & Destructor Documentation

ProgressSetting::ProgressSetting ( Storage _storage,
int  _totalSteps 
) [inline]

Definition at line 588 of file settings.h.


Member Function Documentation

QWidget * ProgressSetting::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 1181 of file settings.cpp.


Member Data Documentation

Definition at line 595 of file settings.h.

Referenced by configWidget().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:09 2010 for MythTV by  doxygen 1.5.5