diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-09 15:28:50 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-09 17:50:06 -0700 |
commit | c62e8e5baa647bfa2e4773bc611eaef7985a7bb7 (patch) | |
tree | 6f3b637d34c75fccffd24977f52b9443c8cf2cec /qt-ui/profilegraphics.h | |
parent | 17c6db6a5b05b3ac1f85d136e86a0072e15e46cd (diff) | |
download | subsurface-c62e8e5baa647bfa2e4773bc611eaef7985a7bb7.tar.gz |
Plotting temperature text.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r-- | qt-ui/profilegraphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h index 7f166574d..d6c30dda2 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -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; |