aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-09 15:37:43 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 17:50:06 -0700
commitd6d1a10195e1d14bafb5987d5f7b8e776a82b4be (patch)
treed26ba4425b4accbcee0ed1def76bc87c857dd6a6 /qt-ui/profilegraphics.h
parentc62e8e5baa647bfa2e4773bc611eaef7985a7bb7 (diff)
downloadsubsurface-d6d1a10195e1d14bafb5987d5f7b8e776a82b4be.tar.gz
Plotting depth text.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r--qt-ui/profilegraphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h
index d6c30dda2..c1c3c2837 100644
--- a/qt-ui/profilegraphics.h
+++ b/qt-ui/profilegraphics.h
@@ -99,6 +99,10 @@ private:
void plot_cylinder_pressure(struct dive *dive, struct divecomputer *dc);
void plot_temperature_text();
void plot_single_temp_text(int sec, int mkelvin);
+ void plot_depth_text();
+ void plot_text_samples();
+ void plot_depth_sample(struct plot_data *entry, text_render_options_t *tro);
+
QColor get_sac_color(int sac, int avg_sac);
QPen defaultPen;