mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add the depth text.
Depth text got added to the new profile. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
caba6500d6
commit
0a4e21a168
6 changed files with 48 additions and 2 deletions
|
@ -162,7 +162,7 @@ private:
|
|||
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);
|
||||
void plot_depth_sample(plot_data* entry, text_render_options_t* tro);
|
||||
void plot_cylinder_pressure_text();
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue