A class of widgets used for configuring visual properties. More...
#include <VisualConfig.hh>
Public Slots | |
void | RestoreOriginalData () |
Restore the widget's data to how it was when first opened. More... | |
Public Attributes | |
ConfigWidget * | configWidget |
Config widget for configuring visual properties. More... | |
int | id |
Unique ID of this visual config. More... | |
std::string | name |
Name of the visual. More... | |
msgs::Visual | originalDataMsg |
Message containing the data which was in the widget when first open. More... | |
QWidget * | widget |
Widget associated with this data. More... | |
A class of widgets used for configuring visual properties.
|
slot |
Restore the widget's data to how it was when first opened.
ConfigWidget* gazebo::gui::VisualConfigData::configWidget |
Config widget for configuring visual properties.
int gazebo::gui::VisualConfigData::id |
Unique ID of this visual config.
std::string gazebo::gui::VisualConfigData::name |
Name of the visual.
msgs::Visual gazebo::gui::VisualConfigData::originalDataMsg |
Message containing the data which was in the widget when first open.
QWidget* gazebo::gui::VisualConfigData::widget |
Widget associated with this data.