21 #include <QApplication> 25 #include <qwt_plot_grid.h> 26 #include <qwt_plot_curve.h> 27 #include <qwt_symbol.h> 28 #include <qwt_plot_marker.h> 38 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,
44 std::string d_label_y;
45 std::vector<float> d_axis_y;
46 std::vector<float>* d_y;
53 std::vector<std::vector<QwtPlotMarker*> > d_marker;
57 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)