A widget for configuring enum values. More...
#include <ConfigWidget.hh>

Signals | |
| void | EnumValueChanged (const QString &_value) |
| brief Signal an enum value change event. More... | |
Additional Inherited Members | |
Public Member Functions inherited from gazebo::gui::ConfigChildWidget | |
| ConfigChildWidget () | |
| Constructor;. More... | |
Public Attributes inherited from gazebo::gui::ConfigChildWidget | |
| GroupWidget * | groupWidget |
| 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... | |
A widget for configuring enum values.