GeometryConfigWidget Class Reference

A widget for configuring geometry properties. More...

#include <ConfigWidget.hh>

Inherits ConfigChildWidget.

Signals

void GeometryChanged ()
 Signal emitted when geometry changes.
 

Public Attributes

QStackedWidget * geomDimensionWidget
 A stacked widget containing widgets for configuring geometry dimensions.
 
QWidget * geomFilenameButton
 A button for selecting the mesh filename.
 
QWidget * geomFilenameLabel
 A label for the mesh filename widget.
 
QWidget * geomFilenameLineEdit
 A line edit for editing the mesh filename.
 
QWidget * geomLengthLabel
 A label for the length widget.
 
QWidget * geomLengthSpinBox
 A spin box for configuring the length of the geometry.
 
QWidget * geomLengthUnitLabel
 A label for the unit of the length widget.
 
GroupWidgetgroupWidget
 Pointer to group widget.
 
std::string key
 Widget's key value.
 
std::map< QWidget *, QLabel * > mapWidgetToUnit
 Map a widget to the label holding its unit value.
 
std::string scopedName
 Widget's scoped name within parent config widget.
 
std::vector< QWidget * > widgets
 List of widgets holding values, such as Spins and LineEdits.
 

Detailed Description

A widget for configuring geometry properties.


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