mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Plotting depth text.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
c62e8e5baa
commit
d6d1a10195
3 changed files with 60 additions and 52 deletions
|
@ -99,6 +99,10 @@ private:
|
|||
void plot_cylinder_pressure(struct dive *dive, struct divecomputer *dc);
|
||||
void plot_temperature_text();
|
||||
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);
|
||||
|
||||
QColor get_sac_color(int sac, int avg_sac);
|
||||
|
||||
QPen defaultPen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue