#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...
|
| |
|
| virtual void | focusGiven () |
| | Received when this widget is chosen from the navigation menu. More...
|
| |
| | VirtualJointsWidget (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...
|
| |
Definition at line 61 of file virtual_joints_widget.h.
| moveit_setup_assistant::VirtualJointsWidget::VirtualJointsWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
| void moveit_setup_assistant::VirtualJointsWidget::cancelEditing |
( |
| ) |
|
|
privateslot |
| QWidget * moveit_setup_assistant::VirtualJointsWidget::createContentsWidget |
( |
| ) |
|
|
private |
| QWidget * moveit_setup_assistant::VirtualJointsWidget::createEditWidget |
( |
| ) |
|
|
private |
| void moveit_setup_assistant::VirtualJointsWidget::deleteSelected |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::VirtualJointsWidget::doneEditing |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::VirtualJointsWidget::edit |
( |
const std::string & |
name | ) |
|
|
private |
| void moveit_setup_assistant::VirtualJointsWidget::editDoubleClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
| void moveit_setup_assistant::VirtualJointsWidget::editSelected |
( |
| ) |
|
|
privateslot |
Find the associated data by name
- Parameters
-
| name | - name of data to find in datastructure |
- Returns
- pointer to data in datastructure
Definition at line 375 of file virtual_joints_widget.cpp.
| void moveit_setup_assistant::VirtualJointsWidget::focusGiven |
( |
| ) |
|
|
virtual |
| void moveit_setup_assistant::VirtualJointsWidget::loadChildLinksComboBox |
( |
| ) |
|
|
private |
| void moveit_setup_assistant::VirtualJointsWidget::loadDataTable |
( |
| ) |
|
|
private |
| void moveit_setup_assistant::VirtualJointsWidget::loadJointTypesComboBox |
( |
| ) |
|
|
private |
| void moveit_setup_assistant::VirtualJointsWidget::previewClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
| 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.
| void moveit_setup_assistant::VirtualJointsWidget::showNewScreen |
( |
| ) |
|
|
privateslot |
| QPushButton* moveit_setup_assistant::VirtualJointsWidget::btn_cancel_ |
| QPushButton* moveit_setup_assistant::VirtualJointsWidget::btn_delete_ |
| QPushButton* moveit_setup_assistant::VirtualJointsWidget::btn_edit_ |
| QPushButton* moveit_setup_assistant::VirtualJointsWidget::btn_save_ |
| QComboBox* moveit_setup_assistant::VirtualJointsWidget::child_link_field_ |
| moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::VirtualJointsWidget::config_data_ |
|
private |
| 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 136 of file virtual_joints_widget.h.
| QTableWidget* moveit_setup_assistant::VirtualJointsWidget::data_table_ |
| QComboBox* moveit_setup_assistant::VirtualJointsWidget::joint_type_field_ |
| QLineEdit* moveit_setup_assistant::VirtualJointsWidget::parent_name_field_ |
| QStackedLayout* moveit_setup_assistant::VirtualJointsWidget::stacked_layout_ |
| QWidget* moveit_setup_assistant::VirtualJointsWidget::vjoint_edit_widget_ |
| QWidget* moveit_setup_assistant::VirtualJointsWidget::vjoint_list_widget_ |
| QLineEdit* moveit_setup_assistant::VirtualJointsWidget::vjoint_name_field_ |
The documentation for this class was generated from the following files: