#include <passive_joints_widget.h>
|
| virtual void | focusGiven () |
| | Received when this widget is chosen from the navigation menu. More...
|
| |
| | PassiveJointsWidget (QWidget *parent, moveit_setup_assistant::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 62 of file passive_joints_widget.h.
| moveit_setup_assistant::PassiveJointsWidget::PassiveJointsWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
| void moveit_setup_assistant::PassiveJointsWidget::focusGiven |
( |
| ) |
|
|
virtual |
| void moveit_setup_assistant::PassiveJointsWidget::previewSelectedJoints |
( |
std::vector< std::string > |
joints | ) |
|
|
privateslot |
| void moveit_setup_assistant::PassiveJointsWidget::selectionUpdated |
( |
| ) |
|
|
privateslot |
| moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::PassiveJointsWidget::config_data_ |
|
private |
| 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 101 of file passive_joints_widget.h.
The documentation for this class was generated from the following files: