summaryrefslogtreecommitdiffstats
path: root/profile-widget/diveprofileitem.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2016-08-28 00:09:22 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-17 13:39:54 -0700
commit893bea700c982daacb0af2feec4b2ac98c96424f (patch)
treedb4e73ae6e7ff121b960b7436e6dbc83a39b7015 /profile-widget/diveprofileitem.h
parent6f43c16ea9cc2c0323c5ac78059cf3a118c9a528 (diff)
downloadsubsurface-893bea700c982daacb0af2feec4b2ac98c96424f.tar.gz
Introduce heat map
This replaces the tissue percentage graph that probably nobody ever understood with a heat map like the one used in the discussion of bubble model deco. The information shown is the same but the saturation is now in the color while the tissue determines the y position. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/diveprofileitem.h')
-rw-r--r--profile-widget/diveprofileitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/diveprofileitem.h b/profile-widget/diveprofileitem.h
index 0c3f9a610..05c7eb7d6 100644
--- a/profile-widget/diveprofileitem.h
+++ b/profile-widget/diveprofileitem.h
@@ -132,6 +132,7 @@ public:
private:
QString visibilityKey;
+ int tissueIndex;
};
class DiveAmbPressureItem : public AbstractProfilePolygonItem {