Plotting deco text.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2013-05-09 15:47:39 -03:00 committed by Dirk Hohndel
parent e62eb58ab5
commit 25d65ab97d
4 changed files with 159 additions and 126 deletions

View file

@ -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);