#include <motion_planning_param_widget.h>
Public Slots | |
void | setPlannerId (const std::string &planner_id) |
Public Member Functions | |
MotionPlanningParamWidget (QWidget *parent=0) | |
void | setGroupName (const std::string &group_name) |
void | setMoveGroup (const moveit::planning_interface::MoveGroupInterfacePtr &mg) |
~MotionPlanningParamWidget () | |
Public Member Functions inherited from rviz::PropertyTreeWidget | |
PropertyTreeModel * | getModel () const |
QList< Type * > | getSelectedObjects () |
void | load (const Config &config) |
PropertyTreeWidget (QWidget *parent=0) | |
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 | |
virtual void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
virtual void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
Definition at line 52 of file motion_planning_param_widget.h.
moveit_rviz_plugin::MotionPlanningParamWidget::MotionPlanningParamWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 47 of file motion_planning_param_widget.cpp.
moveit_rviz_plugin::MotionPlanningParamWidget::~MotionPlanningParamWidget | ( | ) |
Definition at line 52 of file motion_planning_param_widget.cpp.
|
privateslot |
Definition at line 114 of file motion_planning_param_widget.cpp.
|
private |
Definition at line 86 of file motion_planning_param_widget.cpp.
void moveit_rviz_plugin::MotionPlanningParamWidget::setGroupName | ( | const std::string & | group_name | ) |
Definition at line 63 of file motion_planning_param_widget.cpp.
void moveit_rviz_plugin::MotionPlanningParamWidget::setMoveGroup | ( | const moveit::planning_interface::MoveGroupInterfacePtr & | mg | ) |
Definition at line 56 of file motion_planning_param_widget.cpp.
|
slot |
Definition at line 124 of file motion_planning_param_widget.cpp.
|
private |
Definition at line 75 of file motion_planning_param_widget.h.
|
private |
Definition at line 74 of file motion_planning_param_widget.h.
|
private |
Definition at line 76 of file motion_planning_param_widget.h.
|
private |
Definition at line 72 of file motion_planning_param_widget.h.