#include <motion_planning_param_widget.h>

Public Slots | |
| void | setPlannerId (const std::string &planner_id) |
Public Member Functions | |
| MotionPlanningParamWidget (const MotionPlanningParamWidget &)=delete | |
| MotionPlanningParamWidget (QWidget *parent=nullptr) | |
| void | setGroupName (const std::string &group_name) |
| void | setMoveGroup (const moveit::planning_interface::MoveGroupInterfacePtr &mg) |
| ~MotionPlanningParamWidget () override | |
Public Member Functions inherited from rviz::PropertyTreeWidget | |
| PropertyTreeModel * | getModel () const |
| QList< Type * > | getSelectedObjects () |
| void | load (const Config &config) |
| PropertyTreeWidget (QWidget *parent=nullptr) | |
| void | save (Config config) const |
| void | setModel (PropertyTreeModel *model) |
Private Slots | |
| void | changedValue () |
Private Member Functions | |
| rviz::Property * | createPropertyTree () |
Private Attributes | |
| std::string | group_name_ |
| moveit::planning_interface::MoveGroupInterfacePtr | move_group_ |
| std::string | planner_id_ |
| rviz::PropertyTreeModel * | property_tree_model_ |
Additional Inherited Members | |
Signals inherited from rviz::PropertyTreeWidget | |
| void | currentPropertyChanged (const Property *new_current_property) |
| void | selectionHasChanged () |
Protected Slots inherited from rviz::PropertyTreeWidget | |
| virtual void | propertyHiddenChanged (const Property *property) |
Protected Member Functions inherited from rviz::PropertyTreeWidget | |
| void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) override |
| void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) override |
Definition at line 52 of file motion_planning_param_widget.h.
|
delete |
| moveit_rviz_plugin::MotionPlanningParamWidget::MotionPlanningParamWidget | ( | QWidget * | parent = nullptr | ) |
Definition at line 79 of file motion_planning_param_widget.cpp.
|
override |
Definition at line 84 of file motion_planning_param_widget.cpp.
|
privateslot |
Definition at line 147 of file motion_planning_param_widget.cpp.
|
private |
Definition at line 119 of file motion_planning_param_widget.cpp.
| void moveit_rviz_plugin::MotionPlanningParamWidget::setGroupName | ( | const std::string & | group_name | ) |
Definition at line 96 of file motion_planning_param_widget.cpp.
| void moveit_rviz_plugin::MotionPlanningParamWidget::setMoveGroup | ( | const moveit::planning_interface::MoveGroupInterfacePtr & | mg | ) |
Definition at line 89 of file motion_planning_param_widget.cpp.
|
slot |
Definition at line 157 of file motion_planning_param_widget.cpp.
|
private |
Definition at line 76 of file motion_planning_param_widget.h.
|
private |
Definition at line 75 of file motion_planning_param_widget.h.
|
private |
Definition at line 77 of file motion_planning_param_widget.h.
|
private |
Definition at line 73 of file motion_planning_param_widget.h.