aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-09 15:42:38 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 17:50:06 -0700
commite62eb58ab5004fdeaee56b986d7f9b4c3f23619a (patch)
treedc5d62106949f93b28aa3a4af22b7ddd60c8eba3 /qt-ui/profilegraphics.h
parentd6d1a10195e1d14bafb5987d5f7b8e776a82b4be (diff)
downloadsubsurface-e62eb58ab5004fdeaee56b986d7f9b4c3f23619a.tar.gz
Plotting cylinder pressure text.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.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 c1c3c2837..39f98f65f 100644
--- a/qt-ui/profilegraphics.h
+++ b/qt-ui/profilegraphics.h
@@ -102,6 +102,8 @@ private:
void plot_depth_text();
void plot_text_samples();
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);
QColor get_sac_color(int sac, int avg_sac);