Go to the documentation of this file. 18 #ifndef GAZEBO_GUI_PLOT_QWT_GAZEBO_H_ 19 #define GAZEBO_GUI_PLOT_QWT_GAZEBO_H_ 21 #pragma GCC system_header 23 #pragma clang diagnostic push 24 #pragma clang diagnostic ignored "-Wfloat-equal" 26 #include <qwt/qwt_curve_fitter.h> 27 #include <qwt/qwt_legend.h> 28 #include <qwt/qwt_painter.h> 29 #include <qwt/qwt_picker_machine.h> 30 #include <qwt/qwt_plot.h> 31 #include <qwt/qwt_plot_canvas.h> 32 #include <qwt/qwt_plot_curve.h> 33 #include <qwt/qwt_plot_directpainter.h> 34 #include <qwt/qwt_plot_grid.h> 35 #include <qwt/qwt_plot_layout.h> 36 #include <qwt/qwt_plot_magnifier.h> 37 #include <qwt/qwt_plot_marker.h> 38 #include <qwt/qwt_plot_panner.h> 39 #include <qwt/qwt_plot_zoomer.h> 40 #include <qwt/qwt_scale_engine.h> 41 #include <qwt/qwt_scale_widget.h> 42 #include <qwt/qwt_symbol.h> 43 #include <qwt/qwt_plot_renderer.h> 45 #pragma clang diagnostic pop