A class to inspect and modify joints.
More...
#include <JointInspector.hh>
|
void | Applied () |
| Qt signal emitted to indicate that changes should be applied. More...
|
|
|
virtual void | enterEvent (QEvent *_event) |
| Qt event emiited when the mouse enters this widget. More...
|
|
A class to inspect and modify joints.
gazebo::gui::JointInspector::JointInspector |
( |
JointMaker * |
_jointMaker, |
|
|
QWidget * |
_parent = 0 |
|
) |
| |
Constructor.
- Parameters
-
[in] | _jointMaker | Pointer to joint maker. |
[in] | _parent | Parent QWidget. |
gazebo::gui::JointInspector::~JointInspector |
( |
| ) |
|
void gazebo::gui::JointInspector::Applied |
( |
| ) |
|
|
signal |
Qt signal emitted to indicate that changes should be applied.
msgs::Joint* gazebo::gui::JointInspector::Data |
( |
| ) |
const |
Get the msg containing all joint data.
- Returns
- Joint msg.
virtual void gazebo::gui::JointInspector::enterEvent |
( |
QEvent * |
_event | ) |
|
|
protectedvirtual |
Qt event emiited when the mouse enters this widget.
- Parameters
-
void gazebo::gui::JointInspector::Open |
( |
| ) |
|
void gazebo::gui::JointInspector::SetJointId |
( |
const std::string & |
_id | ) |
|
Set the unique id for the joint this inspector is attached to.
The ID might be generated after the inspector.
- Parameters
-
void gazebo::gui::JointInspector::SetPose |
( |
const ignition::math::Pose3d & |
_pose | ) |
|
Set the pose of the joint.
- Parameters
-
[in] | _pose | Pose to set the joint to. |
void gazebo::gui::JointInspector::Update |
( |
ConstJointPtr |
_jointMsg | ) |
|
Update the joint config widget with a joint msg.
- Parameters
-
[in] | _jointMsg | Joint message. |
The documentation for this class was generated from the following file: