system_init_state.h
Go to the documentation of this file.
1 #ifndef SYSTEM_INIT_STATE_H
2 #define SYSTEM_INIT_STATE_H
3 
4 #include <ros/ros.h>
5 #include <choreo_gui/gui_state.h>
6 
7 namespace choreo_gui
8 {
9 
10 class SystemInitState : public GuiState
11 {
12  Q_OBJECT
13  public:
14  // Entry and exit classes
15  virtual void onStart(ChoreoWidget& gui);
16  virtual void onExit(ChoreoWidget& gui);
17 
18  // Handlers for the fixed buttons
19  virtual void onNext(ChoreoWidget& gui);
20  virtual void onBack(ChoreoWidget& gui);
21  virtual void onReset(ChoreoWidget& gui);
22 };
23 }
24 
25 #endif // SYSTEM_INIT_STATE_H
The ChoreoWidget class works in states:
Definition: choreo_widget.h:34
virtual void onExit(ChoreoWidget &gui)
virtual void onBack(ChoreoWidget &gui)
virtual void onNext(ChoreoWidget &gui)
virtual void onStart(ChoreoWidget &gui)
virtual void onReset(ChoreoWidget &gui)


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