choreo_panel.h
Go to the documentation of this file.
1 #ifndef CHOREO_PANEL_H
2 #define CHOREO_PANEL_H
3 
4 #include <rviz/panel.h>
5 
6 namespace choreo_gui
7 {
8 
9 class ChoreoWidget;
10 
11 class ChoreoPanel : public rviz::Panel
12 {
13  Q_OBJECT
14  public:
15  ChoreoPanel(QWidget* parent = 0);
16 
17  virtual ~ChoreoPanel();
18 
19  virtual void onInitialize();
20 
21  protected:
23 };
24 }
25 
26 #endif // CHOREO_PANEL_H
The ChoreoWidget class works in states:
Definition: choreo_widget.h:34
ChoreoWidget * widget_
Definition: choreo_panel.h:22
ChoreoPanel(QWidget *parent=0)
Definition: choreo_panel.cpp:8
virtual void onInitialize()


choreo_gui
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 03:58:56