#include <end_effectors_widget.h>
|
| EndEffectorsWidget (QWidget *parent, const MoveItConfigDataPtr &config_data) |
|
void | focusGiven () override |
| Received when this widget is chosen from the navigation menu. More...
|
|
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_effector_ |
| Orignal name of effector 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 55 of file end_effectors_widget.h.
◆ EndEffectorsWidget()
moveit_setup_assistant::EndEffectorsWidget::EndEffectorsWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data |
|
) |
| |
◆ cancelEditing
void moveit_setup_assistant::EndEffectorsWidget::cancelEditing |
( |
| ) |
|
|
privateslot |
◆ createContentsWidget()
QWidget * moveit_setup_assistant::EndEffectorsWidget::createContentsWidget |
( |
| ) |
|
|
private |
◆ createEditWidget()
QWidget * moveit_setup_assistant::EndEffectorsWidget::createEditWidget |
( |
| ) |
|
|
private |
◆ deleteSelected
void moveit_setup_assistant::EndEffectorsWidget::deleteSelected |
( |
| ) |
|
|
privateslot |
◆ doneEditing
void moveit_setup_assistant::EndEffectorsWidget::doneEditing |
( |
| ) |
|
|
privateslot |
◆ edit()
void moveit_setup_assistant::EndEffectorsWidget::edit |
( |
const std::string & |
name | ) |
|
|
private |
◆ editDoubleClicked
void moveit_setup_assistant::EndEffectorsWidget::editDoubleClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
◆ editSelected
void moveit_setup_assistant::EndEffectorsWidget::editSelected |
( |
| ) |
|
|
privateslot |
◆ findEffectorByName()
Find the associated data by name
- Parameters
-
name | - name of data to find in datastructure |
- Returns
- pointer to data in datastructure
Definition at line 433 of file end_effectors_widget.cpp.
◆ focusGiven()
void moveit_setup_assistant::EndEffectorsWidget::focusGiven |
( |
| ) |
|
|
overridevirtual |
◆ loadDataTable()
void moveit_setup_assistant::EndEffectorsWidget::loadDataTable |
( |
| ) |
|
|
private |
◆ loadGroupsComboBox()
void moveit_setup_assistant::EndEffectorsWidget::loadGroupsComboBox |
( |
| ) |
|
|
private |
◆ loadParentComboBox()
void moveit_setup_assistant::EndEffectorsWidget::loadParentComboBox |
( |
| ) |
|
|
private |
◆ previewClicked
void moveit_setup_assistant::EndEffectorsWidget::previewClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
◆ previewClickedString
void moveit_setup_assistant::EndEffectorsWidget::previewClickedString |
( |
const QString & |
name | ) |
|
|
privateslot |
◆ showNewScreen
void moveit_setup_assistant::EndEffectorsWidget::showNewScreen |
( |
| ) |
|
|
privateslot |
◆ btn_cancel_
QPushButton* moveit_setup_assistant::EndEffectorsWidget::btn_cancel_ |
◆ btn_delete_
QPushButton* moveit_setup_assistant::EndEffectorsWidget::btn_delete_ |
◆ btn_edit_
QPushButton* moveit_setup_assistant::EndEffectorsWidget::btn_edit_ |
◆ btn_save_
QPushButton* moveit_setup_assistant::EndEffectorsWidget::btn_save_ |
◆ config_data_
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::EndEffectorsWidget::config_data_ |
|
private |
◆ current_edit_effector_
std::string moveit_setup_assistant::EndEffectorsWidget::current_edit_effector_ |
|
private |
Orignal name of effector currently being edited. This is used to find the element in the vector.
Definition at line 124 of file end_effectors_widget.h.
◆ data_table_
QTableWidget* moveit_setup_assistant::EndEffectorsWidget::data_table_ |
◆ effector_edit_widget_
QWidget* moveit_setup_assistant::EndEffectorsWidget::effector_edit_widget_ |
◆ effector_list_widget_
QWidget* moveit_setup_assistant::EndEffectorsWidget::effector_list_widget_ |
◆ effector_name_field_
QLineEdit* moveit_setup_assistant::EndEffectorsWidget::effector_name_field_ |
◆ group_name_field_
QComboBox* moveit_setup_assistant::EndEffectorsWidget::group_name_field_ |
◆ parent_group_name_field_
QComboBox* moveit_setup_assistant::EndEffectorsWidget::parent_group_name_field_ |
◆ parent_name_field_
QComboBox* moveit_setup_assistant::EndEffectorsWidget::parent_name_field_ |
◆ stacked_widget_
QStackedWidget* moveit_setup_assistant::EndEffectorsWidget::stacked_widget_ |
The documentation for this class was generated from the following files: