21 #include <QApplication> 25 #include <qwt_plot_curve.h> 26 #include <qwt_plot_grid.h> 27 #include <qwt_plot_marker.h> 28 #include <qwt_symbol.h> 40 std::vector<float> axis_y,
42 std::vector<float>* y,
50 std::string d_label_y;
51 std::vector<float> d_axis_y;
52 std::vector<float>* d_y;
59 std::vector<std::vector<QwtPlotMarker*>> d_marker;
63 int d_refresh_counter;
void resizeEvent(QResizeEvent *event)
Definition: time_plot.h:33
Definition: crop_matrix_vcvc.h:28
time_plot(int interval, std::string label_y, std::vector< float > axis_y, float range_time, std::vector< float > *y, bool *y_read, std::string label, QWidget *parent=0)