From: "Lubomir I. Ivanov" <[email protected]> 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 <[email protected]> --- i know that sumWeight was a good one, but let me know if any of the other ones should not be mentioned! --- Documentation/user-manual.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index e4d2027..6ce4223 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 -- 1.7.11.msysgit.0 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
