MythTV  0.26-pre
Public Member Functions | Protected Member Functions
SelectLabelSetting Class Reference

#include <settings.h>

Inheritance diagram for SelectLabelSetting:
SelectSetting Setting Configurable StorageUser CardID

List of all members.

Public Member Functions

virtual 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.

Protected Member Functions

 SelectLabelSetting (Storage *_storage)

Detailed Description

Definition at line 313 of file settings.h.


Constructor & Destructor Documentation

SelectLabelSetting::SelectLabelSetting ( Storage _storage) [inline, protected]

Definition at line 316 of file settings.h.


Member Function Documentation

QWidget * SelectLabelSetting::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 569 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