#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.
moveit_setup_assistant::PlanningGroupsWidget::PlanningGroupsWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
void moveit_setup_assistant::PlanningGroupsWidget::addGroup |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::alterTree |
( |
const QString & |
link | ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::cancelEditing |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::changeScreen |
( |
int |
index | ) |
|
QWidget * moveit_setup_assistant::PlanningGroupsWidget::createContentsWidget |
( |
| ) |
|
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::deleteGroup |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::editSelected |
( |
| ) |
|
|
privateslot |
srdf::Model::Group* moveit_setup_assistant::PlanningGroupsWidget::findGroupByName |
( |
const std::string & |
name | ) |
|
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::focusGiven |
( |
| ) |
|
|
virtual |
void moveit_setup_assistant::PlanningGroupsWidget::loadChainScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::loadGroupScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::loadGroupsTree |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::loadGroupsTreeRecursive |
( |
srdf::Model::Group & |
group_it, |
|
|
QTreeWidgetItem * |
parent |
|
) |
| |
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::loadJointsScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::loadLinksScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::loadSubgroupsScreen |
( |
srdf::Model::Group * |
this_group | ) |
|
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::previewSelected |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::previewSelectedJoints |
( |
std::vector< std::string > |
joints | ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::previewSelectedLink |
( |
std::vector< std::string > |
links | ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::previewSelectedSubgroup |
( |
std::vector< std::string > |
groups | ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::saveChainScreen |
( |
| ) |
|
|
privateslot |
bool moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreen |
( |
| ) |
|
|
private |
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenChain |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenEdit |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenJoints |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenLinks |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::saveGroupScreenSubgroups |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::saveJointsScreen |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::saveLinksScreen |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::saveSubgroupsScreen |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::PlanningGroupsWidget::showMainScreen |
( |
| ) |
|
|
private |
bool moveit_setup_assistant::PlanningGroupsWidget::adding_new_group_ |
|
private |
QPushButton* moveit_setup_assistant::PlanningGroupsWidget::btn_delete_ |
|
private |
QPushButton* moveit_setup_assistant::PlanningGroupsWidget::btn_edit_ |
|
private |
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::PlanningGroupsWidget::config_data_ |
|
private |
GroupType moveit_setup_assistant::PlanningGroupsWidget::current_edit_element_ |
|
private |
Remember what group element we are editing when an edit screen is being shown.
Definition at line 176 of file planning_groups_widget.h.
std::string moveit_setup_assistant::PlanningGroupsWidget::current_edit_group_ |
|
private |
GroupEditWidget* moveit_setup_assistant::PlanningGroupsWidget::group_edit_widget_ |
|
private |
QTreeWidget* moveit_setup_assistant::PlanningGroupsWidget::groups_tree_ |
|
private |
QWidget* moveit_setup_assistant::PlanningGroupsWidget::groups_tree_widget_ |
|
private |
QStackedLayout* moveit_setup_assistant::PlanningGroupsWidget::stacked_layout_ |
|
private |
DoubleListWidget* moveit_setup_assistant::PlanningGroupsWidget::subgroups_widget_ |
|
private |
The documentation for this class was generated from the following files: