#include <robot_poses_widget.h>
Definition at line 214 of file robot_poses_widget.h.
◆ SliderWidget()
moveit_setup_assistant::SliderWidget::SliderWidget |
( |
QWidget * |
parent, |
|
|
const moveit::core::JointModel * |
joint_model, |
|
|
double |
init_value |
|
) |
| |
Constructor
- Parameters
-
parent | - parent QWidget |
joint_model_ | - a ptr reference to the joint this widget represents |
Definition at line 825 of file robot_poses_widget.cpp.
◆ ~SliderWidget()
moveit_setup_assistant::SliderWidget::~SliderWidget |
( |
| ) |
|
|
overridedefault |
◆ changeJointSlider
void moveit_setup_assistant::SliderWidget::changeJointSlider |
( |
| ) |
|
|
privateslot |
◆ changeJointValue
void moveit_setup_assistant::SliderWidget::changeJointValue |
( |
int |
value | ) |
|
|
privateslot |
◆ jointValueChanged
void moveit_setup_assistant::SliderWidget::jointValueChanged |
( |
const std::string & |
name, |
|
|
double |
value |
|
) |
| |
|
signal |
Indicate joint name and value when slider widget changed.
◆ joint_label_
QLabel* moveit_setup_assistant::SliderWidget::joint_label_ |
◆ joint_model_
◆ joint_slider_
QSlider* moveit_setup_assistant::SliderWidget::joint_slider_ |
◆ joint_value_
QLineEdit* moveit_setup_assistant::SliderWidget::joint_value_ |
◆ max_position_
double moveit_setup_assistant::SliderWidget::max_position_ |
|
private |
◆ min_position_
double moveit_setup_assistant::SliderWidget::min_position_ |
|
private |
The documentation for this class was generated from the following files: