summaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-09 15:47:39 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 17:50:06 -0700
commit25d65ab97d80b80465e346f749a71e1664244301 (patch)
treed628724e616a7695b0be7a2026f183bd8d02672d /qt-ui/profilegraphics.h
parente62eb58ab5004fdeaee56b986d7f9b4c3f23619a (diff)
downloadsubsurface-25d65ab97d80b80465e346f749a71e1664244301.tar.gz
Plotting deco text.
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h
index 39f98f65f..6ed41de1e 100644
--- a/qt-ui/profilegraphics.h
+++ b/qt-ui/profilegraphics.h
@@ -104,6 +104,8 @@ private:
void plot_depth_sample(struct plot_data *entry, text_render_options_t *tro);
void plot_cylinder_pressure_text();
void plot_pressure_value(int mbar, int sec, int xalign, int yalign);
+ void plot_deco_text();
+ void plot_pp_gas_profile();
QColor get_sac_color(int sac, int avg_sac);