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

Private data for the JointInspector class. More...

#include <JointInspectorPrivate.hh>

Public Attributes

ConfigChildWidgetchildLinkWidget
 Custom widget for the child link to be used instead of the one generated by parsing the joint message. More...
 
ConfigWidgetconfigWidget
 Config widget for configuring joint properties. More...
 
std::vector< event::ConnectionPtrconnections
 A list of gui editor events connected to this. More...
 
std::string jointId
 Unique ID which identifies this joint in the joint maker. More...
 
JointMakerjointMaker
 Pointer to the joint maker. More...
 
ConfigChildWidgetnameWidget
 Widget for the joint name. More...
 
QPushButton * okButton
 Ok button. More...
 
msgs::Joint originalDataMsg
 Message containing the data which was in the widget when first open. More...
 
QLabel * parentIcon
 Label holding icon which represents the parent link. More...
 
ConfigChildWidgetparentLinkWidget
 Custom widget for the parent link to be used instead of the one generated by parsing the joint message. More...
 
bool validJointName
 Flag that indicates whether current joint name is valid. More...
 
bool validLinks
 Flag that indicates whether current links are valid. More...
 

Detailed Description

Private data for the JointInspector class.

Member Data Documentation

ConfigChildWidget* gazebo::gui::JointInspectorPrivate::childLinkWidget

Custom widget for the child link to be used instead of the one generated by parsing the joint message.

ConfigWidget* gazebo::gui::JointInspectorPrivate::configWidget

Config widget for configuring joint properties.

std::vector<event::ConnectionPtr> gazebo::gui::JointInspectorPrivate::connections

A list of gui editor events connected to this.

std::string gazebo::gui::JointInspectorPrivate::jointId

Unique ID which identifies this joint in the joint maker.

JointMaker* gazebo::gui::JointInspectorPrivate::jointMaker

Pointer to the joint maker.

ConfigChildWidget* gazebo::gui::JointInspectorPrivate::nameWidget

Widget for the joint name.

QPushButton* gazebo::gui::JointInspectorPrivate::okButton

Ok button.

msgs::Joint gazebo::gui::JointInspectorPrivate::originalDataMsg

Message containing the data which was in the widget when first open.

QLabel* gazebo::gui::JointInspectorPrivate::parentIcon

Label holding icon which represents the parent link.

The icon color changes according to the joint type.

ConfigChildWidget* gazebo::gui::JointInspectorPrivate::parentLinkWidget

Custom widget for the parent link to be used instead of the one generated by parsing the joint message.

bool gazebo::gui::JointInspectorPrivate::validJointName

Flag that indicates whether current joint name is valid.

bool gazebo::gui::JointInspectorPrivate::validLinks

Flag that indicates whether current links are valid.


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