1 #ifndef US_RUN_DETAILS_H
3 #define US_RUN_DETAILS_H
38 QMultiMap< int, QString >
map;
48 seconds( s ), rpm( r ), temperature( t ) {};
51 const {
return seconds < other.
seconds; };
77 void show_all_data(
void );
78 void draw_plot (
const double*,
const double*,
79 const double*,
const double*,
int );
80 void check_temp (
double );
84 void update_timer (
void );
85 void show_rpm_details ( QListWidgetItem* );
86 void plot_temp (
void );
87 void plot_rpm (
void );
88 void plot_interval (
void );
89 void plot_combined (
void );
90 QString moreSpeedInfo (
double );