moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <kinematic_chain_widget.hpp>
Signals | |
void | doneEditing () |
Event sent when this widget is done making data changes and parent widget can save. More... | |
void | cancelEditing () |
Event sent when user presses cancel button. More... | |
Public Member Functions | |
KinematicChainWidget (QWidget *parent, RVizPanel *rviz_panel) | |
Constructor. More... | |
void | setAvailable (const LinkNameTree &link_name_tree) |
Loads the available data list. More... | |
void | setSelected (const std::string &base_link, const std::string &tip_link) |
Set the link field with previous value. More... | |
QTreeWidgetItem * | addLinkChildRecursive (QTreeWidgetItem *parent, const LinkNameTree &link) |
Public Attributes | |
QLabel * | title_ |
QTreeWidget * | link_tree_ |
QLineEdit * | base_link_field_ |
QLineEdit * | tip_link_field_ |
Definition at line 52 of file kinematic_chain_widget.hpp.
moveit_setup::srdf_setup::KinematicChainWidget::KinematicChainWidget | ( | QWidget * | parent, |
RVizPanel * | rviz_panel | ||
) |
Constructor.
Definition at line 55 of file kinematic_chain_widget.cpp.
QTreeWidgetItem * moveit_setup::srdf_setup::KinematicChainWidget::addLinkChildRecursive | ( | QTreeWidgetItem * | parent, |
const LinkNameTree & | link | ||
) |
Definition at line 159 of file kinematic_chain_widget.cpp.
|
signal |
Event sent when user presses cancel button.
|
signal |
Event sent when this widget is done making data changes and parent widget can save.
void moveit_setup::srdf_setup::KinematicChainWidget::setAvailable | ( | const LinkNameTree & | link_name_tree | ) |
Loads the available data list.
Definition at line 143 of file kinematic_chain_widget.cpp.
void moveit_setup::srdf_setup::KinematicChainWidget::setSelected | ( | const std::string & | base_link, |
const std::string & | tip_link | ||
) |
Set the link field with previous value.
Definition at line 175 of file kinematic_chain_widget.cpp.
QLineEdit* moveit_setup::srdf_setup::KinematicChainWidget::base_link_field_ |
Definition at line 77 of file kinematic_chain_widget.hpp.
QTreeWidget* moveit_setup::srdf_setup::KinematicChainWidget::link_tree_ |
Definition at line 76 of file kinematic_chain_widget.hpp.
QLineEdit* moveit_setup::srdf_setup::KinematicChainWidget::tip_link_field_ |
Definition at line 78 of file kinematic_chain_widget.hpp.
QLabel* moveit_setup::srdf_setup::KinematicChainWidget::title_ |
Definition at line 75 of file kinematic_chain_widget.hpp.