Plotting temperature text.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-05-09 15:28:50 -03:00 committed by Dirk Hohndel
parent 17c6db6a5b
commit c62e8e5baa
4 changed files with 59 additions and 52 deletions

View file

@ -97,7 +97,8 @@ private:
void plot_one_event(struct event *event);
void plot_temperature_profile();
void plot_cylinder_pressure(struct dive *dive, struct divecomputer *dc);
void plot_temperature_text();
void plot_single_temp_text(int sec, int mkelvin);
QColor get_sac_color(int sac, int avg_sac);
QPen defaultPen;