diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2016-02-29 16:42:08 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-29 07:33:47 -0800 |
commit | f2fa087b3b9078a6768123449e6e19ccc7f0d872 (patch) | |
tree | ac6022691ad227795037fc387759572bacf809ef /Documentation | |
parent | 1d06c383a207b19dadd58f7975cd574df7a1c5ac (diff) | |
download | subsurface-f2fa087b3b9078a6768123449e6e19ccc7f0d872.tar.gz |
user-manual.txt: mention some more Grantlee variables
With the recent refactoring of the DiveHelperObject class, some
more Q_PROPERTIES were added and can be used with the Grantlee engine.
We expose some of the additions to the user via the manual.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index e4d20270d..6ce4223e1 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -4240,6 +4240,10 @@ Only a subset of the dive data is exported: |weight0-5| (*string*) information about a specific weight system |maxcns| (*string*) maxCNS value for the dive |otu| (*string*) OTU value for the dive +|sumWeight| (*string*) the summed weight of all used weight systems +|startPressure| (*string*) the start pressure +|endPressure| (*string*) the end pressure +|firstGas| (*string*) first used gas |===================== _Subsurface_ also exports *template_options* data. This data must be used as _CSS_ values to provide a dynamically |