#include <virtual_joints_widget.h>
|
void | referenceFrameChanged () |
| Event sent when this widget updated the root joint, which changes the frame of reference for the model. 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...
|
|
|
void | focusGiven () override |
| Received when this widget is chosen from the navigation menu. More...
|
|
| VirtualJointsWidget (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...
|
|
Definition at line 56 of file virtual_joints_widget.h.
◆ VirtualJointsWidget()
moveit_setup_assistant::VirtualJointsWidget::VirtualJointsWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data |
|
) |
| |
◆ cancelEditing
void moveit_setup_assistant::VirtualJointsWidget::cancelEditing |
( |
| ) |
|
|
privateslot |
◆ createContentsWidget()
QWidget * moveit_setup_assistant::VirtualJointsWidget::createContentsWidget |
( |
| ) |
|
|
private |
◆ createEditWidget()
QWidget * moveit_setup_assistant::VirtualJointsWidget::createEditWidget |
( |
| ) |
|
|
private |
◆ deleteSelected
void moveit_setup_assistant::VirtualJointsWidget::deleteSelected |
( |
| ) |
|
|
privateslot |
◆ doneEditing
void moveit_setup_assistant::VirtualJointsWidget::doneEditing |
( |
| ) |
|
|
privateslot |
◆ edit()
void moveit_setup_assistant::VirtualJointsWidget::edit |
( |
const std::string & |
name | ) |
|
|
private |
◆ editDoubleClicked
void moveit_setup_assistant::VirtualJointsWidget::editDoubleClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
◆ editSelected
void moveit_setup_assistant::VirtualJointsWidget::editSelected |
( |
| ) |
|
|
privateslot |
◆ findVJointByName()
Find the associated data by name
- Parameters
-
name | - name of data to find in datastructure |
- Returns
- pointer to data in datastructure
Definition at line 387 of file virtual_joints_widget.cpp.
◆ focusGiven()
void moveit_setup_assistant::VirtualJointsWidget::focusGiven |
( |
| ) |
|
|
overridevirtual |
◆ loadChildLinksComboBox()
void moveit_setup_assistant::VirtualJointsWidget::loadChildLinksComboBox |
( |
| ) |
|
|
private |
◆ loadDataTable()
void moveit_setup_assistant::VirtualJointsWidget::loadDataTable |
( |
| ) |
|
|
private |
◆ loadJointTypesComboBox()
void moveit_setup_assistant::VirtualJointsWidget::loadJointTypesComboBox |
( |
| ) |
|
|
private |
◆ previewClicked
void moveit_setup_assistant::VirtualJointsWidget::previewClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
◆ referenceFrameChanged
void moveit_setup_assistant::VirtualJointsWidget::referenceFrameChanged |
( |
| ) |
|
|
signal |
Event sent when this widget updated the root joint, which changes the frame of reference for the model.
◆ showNewScreen
void moveit_setup_assistant::VirtualJointsWidget::showNewScreen |
( |
| ) |
|
|
privateslot |
◆ btn_cancel_
QPushButton* moveit_setup_assistant::VirtualJointsWidget::btn_cancel_ |
◆ btn_delete_
QPushButton* moveit_setup_assistant::VirtualJointsWidget::btn_delete_ |
◆ btn_edit_
QPushButton* moveit_setup_assistant::VirtualJointsWidget::btn_edit_ |
◆ btn_save_
QPushButton* moveit_setup_assistant::VirtualJointsWidget::btn_save_ |
◆ child_link_field_
QComboBox* moveit_setup_assistant::VirtualJointsWidget::child_link_field_ |
◆ config_data_
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::VirtualJointsWidget::config_data_ |
|
private |
◆ current_edit_vjoint_
std::string moveit_setup_assistant::VirtualJointsWidget::current_edit_vjoint_ |
|
private |
Orignal name of vjoint currently being edited. This is used to find the element in the vector.
Definition at line 131 of file virtual_joints_widget.h.
◆ data_table_
QTableWidget* moveit_setup_assistant::VirtualJointsWidget::data_table_ |
◆ joint_type_field_
QComboBox* moveit_setup_assistant::VirtualJointsWidget::joint_type_field_ |
◆ parent_name_field_
QLineEdit* moveit_setup_assistant::VirtualJointsWidget::parent_name_field_ |
◆ stacked_widget_
QStackedWidget* moveit_setup_assistant::VirtualJointsWidget::stacked_widget_ |
◆ vjoint_edit_widget_
QWidget* moveit_setup_assistant::VirtualJointsWidget::vjoint_edit_widget_ |
◆ vjoint_list_widget_
QWidget* moveit_setup_assistant::VirtualJointsWidget::vjoint_list_widget_ |
◆ vjoint_name_field_
QLineEdit* moveit_setup_assistant::VirtualJointsWidget::vjoint_name_field_ |
The documentation for this class was generated from the following files: