summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divetooltipitem.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-09-19 08:48:19 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-09-19 21:48:05 -0700
commit15a99f878970ba90d027f3dda0a779ed0eb3faa9 (patch)
treecf4c4c80b87ef2b8618179098471e55ea49fe426 /qt-ui/profile/divetooltipitem.h
parent3fc9c1e0053a0ca1d4af7c1e5fb8e118afe0badf (diff)
downloadsubsurface-15a99f878970ba90d027f3dda0a779ed0eb3faa9.tar.gz
Add tissue saturation plot to tooltip
This adds a graphical representation of tissue loadings at the current moment during the dive to the tooltip box. The layout is inspired by the Sherwater Petrel.Add tissue saturation plot to tooltip Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divetooltipitem.h')
-rw-r--r--qt-ui/profile/divetooltipitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/divetooltipitem.h b/qt-ui/profile/divetooltipitem.h
index c22287b06..e0e65638a 100644
--- a/qt-ui/profile/divetooltipitem.h
+++ b/qt-ui/profile/divetooltipitem.h
@@ -40,7 +40,7 @@ public:
void collapse();
void expand();
void clear();
- void addToolTip(const QString &toolTip, const QIcon &icon = QIcon());
+ void addToolTip(const QString &toolTip, const QIcon &icon = QIcon(), const QPixmap *pixmap = NULL);
void refresh(const QPointF &pos);
bool isExpanded() const;
void persistPos();