ConfigChildWidget Class Reference

A convenience widget that also holds pointers to a list of its child widgets. More...

#include <ConfigWidget.hh>

Inherits QFrame.

Inherited by DensityConfigWidget, EnumConfigWidget, and GeometryConfigWidget.

Public Member Functions

 ConfigChildWidget ()
 Constructor;. More...
 

Public Attributes

GroupWidgetgroupWidget
 Pointer to group widget. More...
 
std::string key
 Widget's key value. More...
 
std::map< QWidget *, QLabel * > mapWidgetToUnit
 Map a widget to the label holding its unit value. More...
 
std::string scopedName
 Widget's scoped name within parent config widget. More...
 
std::vector< QWidget * > widgets
 List of widgets holding values, such as Spins and LineEdits. More...
 

Detailed Description

A convenience widget that also holds pointers to a list of its child widgets.


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