diff options
| author | 2013-06-13 19:52:30 +0200 | |
|---|---|---|
| committer | 2013-06-14 14:34:44 +0200 | |
| commit | 5e51d1e354b2ea31f3fc735a836ac39a7ff89dd5 (patch) | |
| tree | 503de6f78f22ce8aad29b8041bee4622ec3b195a /qt-ui/profilegraphics.h | |
| parent | 788c513dd4090dcba78b51b1a419ea504ec74672 (diff) | |
| download | subsurface-5e51d1e354b2ea31f3fc735a836ac39a7ff89dd5.tar.gz | |
Plot cleanup
Use a helper to make things easier to read.
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 1722e2cc3..ccc4841cb 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -118,6 +118,7 @@ private: void plot_pressure_value(int mbar, int sec, double xalign, double yalign); void plot_gas_value(int mbar, int sec, double xalign, double yalign, int o2, int he); void plot_deco_text(); + void plot_add_line(int sec, double val, QColor c, QPointF &from); void plot_pp_gas_profile(); void plot_pp_text(); void plot_depth_scale(); |