SliderSetting Class Reference

#include <settings.h>

Inheritance diagram for SliderSetting:
BoundedIntegerSetting IntegerSetting Setting Configurable StorageUser AverageBitrate Brightness BTTVVolume Colour Contrast EncodingThreadCount Finetune GlobalSlider HardwareMJPEGQuality HostSlider Hue MP3Quality MPEG2audVolume MPEG4bitrate MPEG4MaxQuality MPEG4MinQuality MPEG4QualDiff PeakBitrate RTjpegQuality

List of all members.

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)

Detailed Description

Definition at line 206 of file settings.h.


Constructor & Destructor Documentation

SliderSetting::SliderSetting ( Storage _storage,
int  min,
int  max,
int  step 
) [inline, protected]

Definition at line 208 of file settings.h.


Member Function Documentation

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 383 of file settings.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Fri Feb 10 06:42:22 2012 for MythTV by  doxygen 1.6.3