#include <kinematic_chain_widget.h>
Definition at line 51 of file kinematic_chain_widget.h.
| moveit_setup_assistant::KinematicChainWidget::KinematicChainWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
| bool moveit_setup_assistant::KinematicChainWidget::addLinkChildRecursive |
( |
QTreeWidgetItem * |
parent, |
|
|
const robot_model::LinkModel * |
link, |
|
|
const std::string & |
parent_name |
|
) |
| |
| void moveit_setup_assistant::KinematicChainWidget::addLinktoTreeRecursive |
( |
const robot_model::LinkModel * |
link, |
|
|
const robot_model::LinkModel * |
parent |
|
) |
| |
| void moveit_setup_assistant::KinematicChainWidget::alterTree |
( |
const QString & |
link | ) |
|
|
privateslot |
| void moveit_setup_assistant::KinematicChainWidget::baseLinkTreeClick |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::KinematicChainWidget::cancelEditing |
( |
| ) |
|
|
signal |
Event sent when user presses cancel button.
| void moveit_setup_assistant::KinematicChainWidget::doneEditing |
( |
| ) |
|
|
signal |
Event sent when this widget is done making data changes and parent widget can save.
| void moveit_setup_assistant::KinematicChainWidget::highlightLink |
( |
const std::string & |
name, |
|
|
const QColor & |
|
|
) |
| |
|
signal |
Event for telling rviz to highlight a link of the robot.
| void moveit_setup_assistant::KinematicChainWidget::itemSelected |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::KinematicChainWidget::setAvailable |
( |
| ) |
|
| void moveit_setup_assistant::KinematicChainWidget::setSelected |
( |
const std::string & |
base_link, |
|
|
const std::string & |
tip_link |
|
) |
| |
| void moveit_setup_assistant::KinematicChainWidget::tipLinkTreeClick |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::KinematicChainWidget::unhighlightAll |
( |
| ) |
|
|
signal |
Event for telling rviz to unhighlight all links of the robot.
| QLineEdit* moveit_setup_assistant::KinematicChainWidget::base_link_field_ |
| moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::KinematicChainWidget::config_data_ |
|
private |
| bool moveit_setup_assistant::KinematicChainWidget::kinematic_chain_loaded_ |
|
private |
| QTreeWidget* moveit_setup_assistant::KinematicChainWidget::link_tree_ |
| QLineEdit* moveit_setup_assistant::KinematicChainWidget::tip_link_field_ |
| QLabel* moveit_setup_assistant::KinematicChainWidget::title_ |
The documentation for this class was generated from the following files: