#include <end_effectors_widget.h>
|
| EndEffectorsWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data) |
|
virtual void | focusGiven () |
| 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 63 of file end_effectors_widget.h.
moveit_setup_assistant::EndEffectorsWidget::EndEffectorsWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
void moveit_setup_assistant::EndEffectorsWidget::cancelEditing |
( |
| ) |
|
|
privateslot |
QWidget * moveit_setup_assistant::EndEffectorsWidget::createContentsWidget |
( |
| ) |
|
|
private |
QWidget * moveit_setup_assistant::EndEffectorsWidget::createEditWidget |
( |
| ) |
|
|
private |
void moveit_setup_assistant::EndEffectorsWidget::deleteSelected |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::EndEffectorsWidget::doneEditing |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::EndEffectorsWidget::edit |
( |
const std::string & |
name | ) |
|
|
private |
void moveit_setup_assistant::EndEffectorsWidget::editDoubleClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
void moveit_setup_assistant::EndEffectorsWidget::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 398 of file end_effectors_widget.cpp.
void moveit_setup_assistant::EndEffectorsWidget::focusGiven |
( |
| ) |
|
|
virtual |
void moveit_setup_assistant::EndEffectorsWidget::loadDataTable |
( |
| ) |
|
|
private |
void moveit_setup_assistant::EndEffectorsWidget::loadGroupsComboBox |
( |
| ) |
|
|
private |
void moveit_setup_assistant::EndEffectorsWidget::loadParentComboBox |
( |
| ) |
|
|
private |
void moveit_setup_assistant::EndEffectorsWidget::previewClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
void moveit_setup_assistant::EndEffectorsWidget::previewClickedString |
( |
const QString & |
name | ) |
|
|
privateslot |
void moveit_setup_assistant::EndEffectorsWidget::showNewScreen |
( |
| ) |
|
|
privateslot |
QPushButton* moveit_setup_assistant::EndEffectorsWidget::btn_cancel_ |
QPushButton* moveit_setup_assistant::EndEffectorsWidget::btn_delete_ |
QPushButton* moveit_setup_assistant::EndEffectorsWidget::btn_edit_ |
QPushButton* moveit_setup_assistant::EndEffectorsWidget::btn_save_ |
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::EndEffectorsWidget::config_data_ |
|
private |
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 132 of file end_effectors_widget.h.
QTableWidget* moveit_setup_assistant::EndEffectorsWidget::data_table_ |
QWidget* moveit_setup_assistant::EndEffectorsWidget::effector_edit_widget_ |
QWidget* moveit_setup_assistant::EndEffectorsWidget::effector_list_widget_ |
QLineEdit* moveit_setup_assistant::EndEffectorsWidget::effector_name_field_ |
QComboBox* moveit_setup_assistant::EndEffectorsWidget::group_name_field_ |
QComboBox* moveit_setup_assistant::EndEffectorsWidget::parent_group_name_field_ |
QComboBox* moveit_setup_assistant::EndEffectorsWidget::parent_name_field_ |
QStackedLayout* moveit_setup_assistant::EndEffectorsWidget::stacked_layout_ |
The documentation for this class was generated from the following files: