MythTV  0.26-pre
Public Member Functions | Protected Member Functions | Private Attributes
GridConfigurationGroup Class Reference

#include <mythconfiggroups.h>

Inheritance diagram for GridConfigurationGroup:
ConfigurationGroup Setting Storage Configurable StorageUser

List of all members.

Public Member Functions

 GridConfigurationGroup (uint col, bool uselabel=true, bool useframe=true, bool zeroMargin=false, bool zeroSpace=false)
virtual QWidget * configWidget (ConfigurationGroup *cg, QWidget *parent, const char *widgetName)
 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

virtual ~GridConfigurationGroup ()
 You need to call deleteLater to delete QObject.

Private Attributes

uint columns

Detailed Description

Definition at line 120 of file mythconfiggroups.h.


Constructor & Destructor Documentation

GridConfigurationGroup::GridConfigurationGroup ( uint  col,
bool  uselabel = true,
bool  useframe = true,
bool  zeroMargin = false,
bool  zeroSpace = false 
) [inline]

Definition at line 123 of file mythconfiggroups.h.

virtual GridConfigurationGroup::~GridConfigurationGroup ( ) [inline, protected, virtual]

You need to call deleteLater to delete QObject.

Definition at line 137 of file mythconfiggroups.h.


Member Function Documentation

QWidget * GridConfigurationGroup::configWidget ( ConfigurationGroup cg,
QWidget *  parent,
const char *  widgetName 
) [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 284 of file mythconfiggroups.cpp.


Member Data Documentation

Definition at line 140 of file mythconfiggroups.h.

Referenced by configWidget().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends