#include <passive_joints_widget.h>
|
| void | focusGiven () override |
| | Received when this widget is chosen from the navigation menu. More...
|
| |
| | PassiveJointsWidget (QWidget *parent, const MoveItConfigDataPtr &config_data) |
| |
| virtual bool | focusLost () |
| | function called when widget lost focus, allows to accept/reject changes and to reject switching (returning false) More...
|
| |
| | SetupScreenWidget (QWidget *parent) |
| |
|
| moveit_setup_assistant::MoveItConfigDataPtr | config_data_ |
| | Contains all the configuration data for the setup assistant. More...
|
| |
| std::string | current_edit_vjoint_ |
| | Orignal name of vjoint currently being edited. This is used to find the element in the vector. More...
|
| |
|
| void | highlightGroup (const std::string &name) |
| | Event for telling rviz to highlight a group of the robot. More...
|
| |
| void | highlightLink (const std::string &name, const QColor &) |
| | Event for telling rviz to highlight a link of the robot. More...
|
| |
| void | isModal (bool isModal) |
| | Event for when the current screen is in modal view. Essential disabled the left navigation. More...
|
| |
| void | unhighlightAll () |
| | Event for telling rviz to unhighlight all links of the robot. More...
|
| |
Definition at line 81 of file passive_joints_widget.h.
◆ PassiveJointsWidget()
| moveit_setup_assistant::PassiveJointsWidget::PassiveJointsWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data |
|
) |
| |
◆ focusGiven()
| void moveit_setup_assistant::PassiveJointsWidget::focusGiven |
( |
| ) |
|
|
overridevirtual |
◆ previewSelectedJoints
| void moveit_setup_assistant::PassiveJointsWidget::previewSelectedJoints |
( |
const std::vector< std::string > & |
joints | ) |
|
|
privateslot |
◆ selectionUpdated
| void moveit_setup_assistant::PassiveJointsWidget::selectionUpdated |
( |
| ) |
|
|
privateslot |
◆ config_data_
| moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::PassiveJointsWidget::config_data_ |
|
private |
◆ current_edit_vjoint_
| std::string moveit_setup_assistant::PassiveJointsWidget::current_edit_vjoint_ |
|
private |
Orignal name of vjoint currently being edited. This is used to find the element in the vector.
Definition at line 120 of file passive_joints_widget.h.
◆ joints_widget_
The documentation for this class was generated from the following files: