Public Attributes | List of all members
gazebo::gui::LinkInspectorPrivate Class Reference

Private data for the LinkInspector class. More...

#include <LinkInspectorPrivate.hh>

Public Attributes

CollisionConfigcollisionConfig
 Widget with configurable collision properties. More...
 
LinkConfiglinkConfig
 Widget with configurable link properties. More...
 
std::string linkId
 Unique id for this link. More...
 
QLabel * linkNameLabel
 Label that displays the name of the link. More...
 
QTabWidget * tabWidget
 Main tab widget within the link inspector. More...
 
VisualConfigvisualConfig
 Widget with configurable visual properties. More...
 

Detailed Description

Private data for the LinkInspector class.

Member Data Documentation

CollisionConfig* gazebo::gui::LinkInspectorPrivate::collisionConfig

Widget with configurable collision properties.

LinkConfig* gazebo::gui::LinkInspectorPrivate::linkConfig

Widget with configurable link properties.

std::string gazebo::gui::LinkInspectorPrivate::linkId

Unique id for this link.

QLabel* gazebo::gui::LinkInspectorPrivate::linkNameLabel

Label that displays the name of the link.

QTabWidget* gazebo::gui::LinkInspectorPrivate::tabWidget

Main tab widget within the link inspector.

VisualConfig* gazebo::gui::LinkInspectorPrivate::visualConfig

Widget with configurable visual properties.


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