A class to inspect and modify joints.
More...
#include <JointCreationDialog.hh>
A class to inspect and modify joints.
gazebo::gui::JointCreationDialog::JointCreationDialog |
( |
JointMaker * |
_jointMaker, |
|
|
QWidget * |
_parent = 0 |
|
) |
| |
Constructor.
- Parameters
-
[in] | _jointMaker | Pointer to the joint maker. |
[in] | _parent | Parent QWidget. |
gazebo::gui::JointCreationDialog::~JointCreationDialog |
( |
| ) |
|
Open the dialog.
- Parameters
-
[in] | _type | Joint type which will be selected when dialog opens. |
void gazebo::gui::JointCreationDialog::SetChild |
( |
const std::string & |
_linkName | ) |
|
Event callback when the child link is chosen in the 3D scene.
- Parameters
-
[in] | _linkName | Name of new child link. |
void gazebo::gui::JointCreationDialog::SetParent |
( |
const std::string & |
_linkName | ) |
|
Event callback when the parent link is chosen in the 3D scene.
- Parameters
-
[in] | _linkName | Name of new parent link. |
void gazebo::gui::JointCreationDialog::UpdateRelativePose |
( |
const ignition::math::Pose3d & |
_pose | ) |
|
Update the relative pose widget.
- Parameters
-
The documentation for this class was generated from the following file: