17 #ifndef _GAZEBO_GUI_DIAGNOSTICS_HH_    18 #define _GAZEBO_GUI_DIAGNOSTICS_HH_    31     class DiagnosticsPrivate;
    48       public: 
virtual bool eventFilter(QObject *_o, QEvent *_e);
    52       private: 
void OnMsg(ConstDiagnosticsPtr &_msg);
    55       private slots: 
void Update();
    59       private slots: 
void OnPause(
bool _value);
    62       private slots: 
void OnAddPlot();
    66       private: std::unique_ptr<DiagnosticsPrivate> dataPtr;
 Forward declarations for the common classes. 
Definition: Animation.hh:33
 
Plot diagnostic information. 
Definition: gui/Diagnostics.hh:34