diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-08 17:46:28 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-08 14:19:10 -0700 |
commit | ef7ace9926276f401cceb45d546a7134eeea0f00 (patch) | |
tree | 7d94c75b3b4a823989e4b77a8c9254b7abb79ccf /qt-ui/profilegraphics.h | |
parent | ce8d30b938b80c334eb0869650c3c463084ae018 (diff) | |
download | subsurface-ef7ace9926276f401cceb45d546a7134eeea0f00.tar.gz |
Plot the temperature Graph
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r-- | qt-ui/profilegraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h index d607e2615..becad197a 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -94,6 +94,7 @@ private: void plot_text(struct graphics_context *gc, text_render_options_t *tro, double x, double y, const QString &text); void plot_events(struct graphics_context *gc, struct plot_info *pi, struct divecomputer *dc); void plot_one_event(struct graphics_context *gc, struct plot_info *pi, struct event *event); + void plot_temperature_profile(struct graphics_context *gc, struct plot_info *pi); QPen defaultPen; QBrush defaultBrush; |