18 #ifndef _GAZEBO_GUI_LINK_INSPECTOR_PRIVATE_HH_
19 #define _GAZEBO_GUI_LINK_INSPECTOR_PRIVATE_HH_
29 class CollisionConfig;
VisualConfig * visualConfig
Widget with configurable visual properties.
Definition: LinkInspectorPrivate.hh:46
QLabel * linkNameLabel
Label that displays the name of the link.
Definition: LinkInspectorPrivate.hh:40
CollisionConfig * collisionConfig
Widget with configurable collision properties.
Definition: LinkInspectorPrivate.hh:49
Private data for the LinkInspector class.
Definition: LinkInspectorPrivate.hh:34
A tab for configuring visual properties of a link.
Definition: VisualConfig.hh:68
LinkConfig * linkConfig
Widget with configurable link properties.
Definition: LinkInspectorPrivate.hh:43
QTabWidget * tabWidget
Main tab widget within the link inspector.
Definition: LinkInspectorPrivate.hh:37
std::string linkId
Unique id for this link.
Definition: LinkInspectorPrivate.hh:52
A tab for configuring properties of a link.
Definition: LinkConfig.hh:39
A tab for configuring collision properties of a link.
Definition: CollisionConfig.hh:68