#include <planning_groups_widget.h>
|
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 76 of file planning_groups_widget.h.
◆ PlanningGroupsWidget()
moveit_setup_assistant::PlanningGroupsWidget::PlanningGroupsWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data |
|
) |
| |
◆ addGroup
void moveit_setup_assistant::PlanningGroupsWidget::addGroup |
( |
| ) |
|
|
privateslot |
◆ alterTree
void moveit_setup_assistant::PlanningGroupsWidget::alterTree |
( |
const QString & |
link | ) |
|
|
privateslot |
◆ cancelEditing
void moveit_setup_assistant::PlanningGroupsWidget::cancelEditing |
( |
| ) |
|
|
privateslot |
◆ changeScreen()
void moveit_setup_assistant::PlanningGroupsWidget::changeScreen |
( |
int |
index | ) |
|
◆ createContentsWidget()
QWidget * moveit_setup_assistant::PlanningGroupsWidget::createContentsWidget |
( |
| ) |
|
|
private |
◆ deleteGroup
void moveit_setup_assistant::PlanningGroupsWidget::deleteGroup |
( |
| ) |
|
|
privateslot |
◆ editSelected
void moveit_setup_assistant::PlanningGroupsWidget::editSelected |
( |
| ) |
|
|
privateslot |
◆ findGroupByName()
srdf::Model::Group* moveit_setup_assistant::PlanningGroupsWidget::findGroupByName |
( |
const std::string & |
name | ) |
|
|
private |
◆ focusGiven()
void moveit_setup_assistant::PlanningGroupsWidget::focusGiven |
( |
| ) |
|
|
overridevirtual |
◆ loadChainScreen()
void moveit_setup_assistant::PlanningGroupsWidget::loadChainScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
◆ loadGroupScreen()
void moveit_setup_assistant::PlanningGroupsWidget::loadGroupScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
◆ loadGroupsTree
void moveit_setup_assistant::PlanningGroupsWidget::loadGroupsTree |
( |
| ) |
|
|
privateslot |
◆ loadGroupsTreeRecursive()
void moveit_setup_assistant::PlanningGroupsWidget::loadGroupsTreeRecursive |
( |
srdf::Model::Group & |
group_it, |
|
|
QTreeWidgetItem * |
parent |
|
) |
| |
|
private |
◆ loadJointsScreen()
void moveit_setup_assistant::PlanningGroupsWidget::loadJointsScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
◆ loadLinksScreen()
void moveit_setup_assistant::PlanningGroupsWidget::loadLinksScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
◆ loadSubgroupsScreen()
void moveit_setup_assistant::PlanningGroupsWidget::loadSubgroupsScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
◆ previewSelected
void moveit_setup_assistant::PlanningGroupsWidget::previewSelected |
( |
| ) |
|
|
privateslot |
◆ previewSelectedJoints
void moveit_setup_assistant::PlanningGroupsWidget::previewSelectedJoints |
( |
const std::vector< std::string > & |
joints | ) |
|
|
privateslot |
◆ previewSelectedLink
void moveit_setup_assistant::PlanningGroupsWidget::previewSelectedLink |
( |
const std::vector< std::string > & |
links | ) |
|
|
privateslot |
◆ previewSelectedSubgroup
void moveit_setup_assistant::PlanningGroupsWidget::previewSelectedSubgroup |
( |
const std::vector< std::string > & |
groups | ) |
|
|
privateslot |
◆ saveChainScreen
void moveit_setup_assistant::PlanningGroupsWidget::saveChainScreen |
( |
| ) |
|
|
privateslot |
◆ saveGroupScreen()
bool moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreen |
( |
| ) |
|
|
private |
◆ saveGroupScreenChain
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenChain |
( |
| ) |
|
|
privateslot |
◆ saveGroupScreenEdit
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenEdit |
( |
| ) |
|
|
privateslot |
◆ saveGroupScreenJoints
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenJoints |
( |
| ) |
|
|
privateslot |
◆ saveGroupScreenLinks
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenLinks |
( |
| ) |
|
|
privateslot |
◆ saveGroupScreenSubgroups
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenSubgroups |
( |
| ) |
|
|
privateslot |
◆ saveJointsScreen
void moveit_setup_assistant::PlanningGroupsWidget::saveJointsScreen |
( |
| ) |
|
|
privateslot |
◆ saveLinksScreen
void moveit_setup_assistant::PlanningGroupsWidget::saveLinksScreen |
( |
| ) |
|
|
privateslot |
◆ saveSubgroupsScreen
void moveit_setup_assistant::PlanningGroupsWidget::saveSubgroupsScreen |
( |
| ) |
|
|
privateslot |
◆ showMainScreen()
void moveit_setup_assistant::PlanningGroupsWidget::showMainScreen |
( |
| ) |
|
|
private |
◆ adding_new_group_
bool moveit_setup_assistant::PlanningGroupsWidget::adding_new_group_ |
|
private |
◆ btn_delete_
QPushButton* moveit_setup_assistant::PlanningGroupsWidget::btn_delete_ |
|
private |
◆ btn_edit_
QPushButton* moveit_setup_assistant::PlanningGroupsWidget::btn_edit_ |
|
private |
◆ chain_widget_
◆ config_data_
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::PlanningGroupsWidget::config_data_ |
|
private |
◆ current_edit_group_
std::string moveit_setup_assistant::PlanningGroupsWidget::current_edit_group_ |
|
private |
◆ group_edit_widget_
GroupEditWidget* moveit_setup_assistant::PlanningGroupsWidget::group_edit_widget_ |
|
private |
◆ groups_tree_
QTreeWidget* moveit_setup_assistant::PlanningGroupsWidget::groups_tree_ |
|
private |
◆ groups_tree_widget_
QWidget* moveit_setup_assistant::PlanningGroupsWidget::groups_tree_widget_ |
|
private |
◆ joints_widget_
◆ links_widget_
◆ return_screen_
int moveit_setup_assistant::PlanningGroupsWidget::return_screen_ |
|
private |
◆ stacked_widget_
QStackedWidget* moveit_setup_assistant::PlanningGroupsWidget::stacked_widget_ |
|
private |
◆ subgroups_widget_
DoubleListWidget* moveit_setup_assistant::PlanningGroupsWidget::subgroups_widget_ |
|
private |
The documentation for this class was generated from the following files: