mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Plot the temperature Graph
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ce8d30b938
commit
ef7ace9926
4 changed files with 70 additions and 60 deletions
|
@ -94,6 +94,7 @@ private:
|
|||
void plot_text(struct graphics_context *gc, text_render_options_t *tro, double x, double y, const QString &text);
|
||||
void plot_events(struct graphics_context *gc, struct plot_info *pi, struct divecomputer *dc);
|
||||
void plot_one_event(struct graphics_context *gc, struct plot_info *pi, struct event *event);
|
||||
void plot_temperature_profile(struct graphics_context *gc, struct plot_info *pi);
|
||||
|
||||
QPen defaultPen;
|
||||
QBrush defaultBrush;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue