jog_slider.h
Go to the documentation of this file.
1 #ifndef JOG_SLIDER_H
2 #define JOG_SLIDER_H
3 
4 #ifndef Q_MOC_RUN
5 #include <ros/ros.h>
6 #include <rviz/panel.h>
7 #include <boost/thread.hpp>
8 #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
9 # include <QtWidgets>
10 #else
11 # include <QtGui>
12 #endif
13 #endif
14 
15 #include <QSlider>
16 
17 namespace jog_controller
18 {
19 class JogSlider : public QSlider
20 {
21  Q_OBJECT
22 
23 public:
24  explicit JogSlider(Qt::Orientation orientation)
25  : QSlider(orientation) {}
26 
27 public Q_SLOTS:
28  void respondSliderReleased();
29 };
30 
31 } // namespace jog_controller
32 
33 #endif // JOG_SLIDER
JogSlider(Qt::Orientation orientation)
Definition: jog_slider.h:24


jog_controller
Author(s): Ryosuke Tajima
autogenerated on Sun May 17 2020 03:25:01