#include <controllers_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 57 of file controllers_widget.h.
◆ ControllersWidget()
moveit_setup_assistant::ControllersWidget::ControllersWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data |
|
) |
| |
◆ addController
void moveit_setup_assistant::ControllersWidget::addController |
( |
| ) |
|
|
privateslot |
◆ addDefaultControllers
void moveit_setup_assistant::ControllersWidget::addDefaultControllers |
( |
| ) |
|
|
privateslot |
◆ alterTree
void moveit_setup_assistant::ControllersWidget::alterTree |
( |
const QString & |
link | ) |
|
|
privateslot |
◆ cancelEditing
void moveit_setup_assistant::ControllersWidget::cancelEditing |
( |
| ) |
|
|
privateslot |
◆ changeScreen()
void moveit_setup_assistant::ControllersWidget::changeScreen |
( |
int |
index | ) |
|
◆ createContentsWidget()
QWidget * moveit_setup_assistant::ControllersWidget::createContentsWidget |
( |
| ) |
|
|
private |
◆ deleteController
void moveit_setup_assistant::ControllersWidget::deleteController |
( |
| ) |
|
|
privateslot |
◆ editController
void moveit_setup_assistant::ControllersWidget::editController |
( |
| ) |
|
|
privateslot |
◆ editSelected
void moveit_setup_assistant::ControllersWidget::editSelected |
( |
| ) |
|
|
privateslot |
◆ focusGiven()
void moveit_setup_assistant::ControllersWidget::focusGiven |
( |
| ) |
|
|
overridevirtual |
◆ itemSelectionChanged
void moveit_setup_assistant::ControllersWidget::itemSelectionChanged |
( |
| ) |
|
|
privateslot |
◆ loadControllerScreen()
◆ loadControllersTree()
void moveit_setup_assistant::ControllersWidget::loadControllersTree |
( |
| ) |
|
|
private |
◆ loadGroupsScreen()
◆ loadJointsScreen()
◆ loadToControllersTree()
◆ previewSelected
void moveit_setup_assistant::ControllersWidget::previewSelected |
( |
QTreeWidgetItem * |
selected_item, |
|
|
int |
column |
|
) |
| |
|
privateslot |
◆ previewSelectedGroup
void moveit_setup_assistant::ControllersWidget::previewSelectedGroup |
( |
const std::vector< std::string > & |
groups | ) |
|
|
privateslot |
◆ previewSelectedJoints
void moveit_setup_assistant::ControllersWidget::previewSelectedJoints |
( |
const std::vector< std::string > & |
joints | ) |
|
|
privateslot |
◆ saveControllerScreen
bool moveit_setup_assistant::ControllersWidget::saveControllerScreen |
( |
| ) |
|
|
privateslot |
◆ saveControllerScreenEdit
void moveit_setup_assistant::ControllersWidget::saveControllerScreenEdit |
( |
| ) |
|
|
privateslot |
◆ saveControllerScreenGroups
void moveit_setup_assistant::ControllersWidget::saveControllerScreenGroups |
( |
| ) |
|
|
privateslot |
◆ saveControllerScreenJoints
void moveit_setup_assistant::ControllersWidget::saveControllerScreenJoints |
( |
| ) |
|
|
privateslot |
◆ saveJointsGroupsScreen
void moveit_setup_assistant::ControllersWidget::saveJointsGroupsScreen |
( |
| ) |
|
|
privateslot |
◆ saveJointsScreen
void moveit_setup_assistant::ControllersWidget::saveJointsScreen |
( |
| ) |
|
|
privateslot |
◆ showMainScreen()
void moveit_setup_assistant::ControllersWidget::showMainScreen |
( |
| ) |
|
|
private |
◆ adding_new_controller_
bool moveit_setup_assistant::ControllersWidget::adding_new_controller_ |
|
private |
Remember whethere we're editing a controller or adding a new one.
Definition at line 142 of file controllers_widget.h.
◆ btn_add_
QPushButton* moveit_setup_assistant::ControllersWidget::btn_add_ |
|
private |
◆ btn_delete_
QPushButton* moveit_setup_assistant::ControllersWidget::btn_delete_ |
|
private |
◆ btn_edit_
QPushButton* moveit_setup_assistant::ControllersWidget::btn_edit_ |
|
private |
◆ config_data_
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::ControllersWidget::config_data_ |
|
private |
◆ controller_edit_widget_
◆ controllers_tree_
QTreeWidget* moveit_setup_assistant::ControllersWidget::controllers_tree_ |
|
private |
◆ controllers_tree_widget_
QWidget* moveit_setup_assistant::ControllersWidget::controllers_tree_widget_ |
|
private |
◆ controls_layout_
QHBoxLayout* moveit_setup_assistant::ControllersWidget::controls_layout_ |
|
private |
◆ current_edit_controller_
std::string moveit_setup_assistant::ControllersWidget::current_edit_controller_ |
|
private |
Remember what controller we are editing when an edit screen is being shown.
Definition at line 139 of file controllers_widget.h.
◆ joint_groups_widget_
◆ joints_widget_
◆ stacked_widget_
QStackedWidget* moveit_setup_assistant::ControllersWidget::stacked_widget_ |
|
private |
The documentation for this class was generated from the following files: