Public Member Functions | Public Attributes | Private Slots | Private Attributes | List of all members
moveit_setup_assistant::PassiveJointsWidget Class Reference

#include <passive_joints_widget.h>

Inheritance diagram for moveit_setup_assistant::PassiveJointsWidget:
Inheritance graph
[legend]

Public Member Functions

virtual void focusGiven ()
 Received when this widget is chosen from the navigation menu. More...
 
 PassiveJointsWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data)
 
- Public Member Functions inherited from SetupScreenWidget
virtual bool focusLost ()
 function called when widget lost focus, allows to accept/reject changes and to reject switching (returning false) More...
 
 SetupScreenWidget (QWidget *parent)
 

Public Attributes

DoubleListWidgetjoints_widget_
 

Private Slots

void previewSelectedJoints (std::vector< std::string > joints)
 Called from Double List widget to highlight joints. More...
 
void selectionUpdated ()
 

Private Attributes

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...
 

Additional Inherited Members

- Signals inherited from SetupScreenWidget
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...
 

Detailed Description

Definition at line 62 of file passive_joints_widget.h.

Constructor & Destructor Documentation

moveit_setup_assistant::PassiveJointsWidget::PassiveJointsWidget ( QWidget *  parent,
moveit_setup_assistant::MoveItConfigDataPtr  config_data 
)

Definition at line 48 of file passive_joints_widget.cpp.

Member Function Documentation

void moveit_setup_assistant::PassiveJointsWidget::focusGiven ( )
virtual

Received when this widget is chosen from the navigation menu.

Reimplemented from SetupScreenWidget.

Definition at line 82 of file passive_joints_widget.cpp.

void moveit_setup_assistant::PassiveJointsWidget::previewSelectedJoints ( std::vector< std::string >  joints)
privateslot

Called from Double List widget to highlight joints.

Definition at line 129 of file passive_joints_widget.cpp.

void moveit_setup_assistant::PassiveJointsWidget::selectionUpdated ( )
privateslot

Definition at line 114 of file passive_joints_widget.cpp.

Member Data Documentation

moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::PassiveJointsWidget::config_data_
private

Contains all the configuration data for the setup assistant.

Definition at line 98 of file passive_joints_widget.h.

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.

DoubleListWidget* moveit_setup_assistant::PassiveJointsWidget::joints_widget_

Definition at line 80 of file passive_joints_widget.h.


The documentation for this class was generated from the following files:


moveit_setup_assistant
Author(s): Dave Coleman
autogenerated on Wed Jul 10 2019 04:04:34