#include <trajectory_panel.h>
Public Member Functions | |
int | getSliderPosition () const |
bool | isPaused () const |
void | onDisable () |
void | onEnable () |
void | onInitialize () |
void | pauseButton (bool check) |
void | setSliderPosition (int position) |
TrajectoryPanel (QWidget *parent=0) | |
void | update (int way_point_count) |
virtual | ~TrajectoryPanel () |
Public Member Functions inherited from rviz::Panel | |
virtual QString | getClassId () const |
virtual QString | getDescription () const |
virtual QString | getName () const |
void | initialize (VisualizationManager *manager) |
virtual void | load (const Config &config) |
Panel (QWidget *parent=0) | |
virtual void | save (Config config) const |
virtual void | setClassId (const QString &class_id) |
virtual void | setDescription (const QString &description) |
virtual void | setName (const QString &name) |
virtual | ~Panel () |
Protected Attributes | |
QPushButton * | button_ |
int | last_way_point_ |
QLabel * | maximum_label_ |
QLabel * | minimum_label_ |
bool | paused_ |
QSlider * | slider_ |
Protected Attributes inherited from rviz::Panel | |
VisualizationManager * | vis_manager_ |
Private Slots | |
void | buttonClicked () |
void | sliderValueChanged (int value) |
Additional Inherited Members | |
Signals inherited from rviz::Panel | |
void | configChanged () |
Definition at line 52 of file trajectory_panel.h.
moveit_rviz_plugin::TrajectoryPanel::TrajectoryPanel | ( | QWidget * | parent = 0 | ) |
Definition at line 42 of file trajectory_panel.cpp.
|
virtual |
Definition at line 46 of file trajectory_panel.cpp.
|
privateslot |
Definition at line 135 of file trajectory_panel.cpp.
|
inline |
Definition at line 71 of file trajectory_panel.h.
|
inline |
Definition at line 76 of file trajectory_panel.h.
void moveit_rviz_plugin::TrajectoryPanel::onDisable | ( | ) |
Definition at line 88 of file trajectory_panel.cpp.
void moveit_rviz_plugin::TrajectoryPanel::onEnable | ( | ) |
Definition at line 82 of file trajectory_panel.cpp.
|
virtual |
Reimplemented from rviz::Panel.
Definition at line 50 of file trajectory_panel.cpp.
void moveit_rviz_plugin::TrajectoryPanel::pauseButton | ( | bool | check | ) |
Definition at line 109 of file trajectory_panel.cpp.
void moveit_rviz_plugin::TrajectoryPanel::setSliderPosition | ( | int | position | ) |
Definition at line 125 of file trajectory_panel.cpp.
|
privateslot |
Definition at line 130 of file trajectory_panel.cpp.
void moveit_rviz_plugin::TrajectoryPanel::update | ( | int | way_point_count | ) |
Definition at line 95 of file trajectory_panel.cpp.
|
protected |
Definition at line 89 of file trajectory_panel.h.
|
protected |
Definition at line 92 of file trajectory_panel.h.
|
protected |
Definition at line 87 of file trajectory_panel.h.
|
protected |
Definition at line 88 of file trajectory_panel.h.
|
protected |
Definition at line 91 of file trajectory_panel.h.
|
protected |
Definition at line 86 of file trajectory_panel.h.