Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 8886:cc86b0f9b3c3
SINFO-FlowDepth - work on tkh themes
author | gernotbelger |
---|---|
date | Wed, 14 Feb 2018 18:10:53 +0100 |
parents | 7a8c12706834 |
children | be0220889e1f |
comparison
equal
deleted
inserted
replaced
8885:e5f688820951 | 8886:cc86b0f9b3c3 |
---|---|
141 <theme name="Area"> | 141 <theme name="Area"> |
142 <inherits> | 142 <inherits> |
143 <inherit from="Areas" /> | 143 <inherit from="Areas" /> |
144 </inherits> | 144 </inherits> |
145 <fields> | 145 <fields> |
146 <!-- 'areashowbg': no code exits that reads it... --> | |
146 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | 147 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" |
147 default="true" hints="hidden" /> | 148 default="true" hints="hidden" /> |
149 <!-- FIXME: "areashowborder" does not exist, the constant in ThemeDocument is 'showborder" --> | |
148 <field name="areashowborder" type="boolean" display="Begrenzung" | 150 <field name="areashowborder" type="boolean" display="Begrenzung" |
149 default="false" hints="hidden" /> | 151 default="false" hints="hidden" /> |
152 <!-- 'areabordercolor' is not used in the code... --> | |
150 <field name="areabordercolor" type="Color" default="0, 0, 0" | 153 <field name="areabordercolor" type="Color" default="0, 0, 0" |
151 display="Begrenzungslinienfarbe" hints="hidden" /> | 154 display="Begrenzungslinienfarbe" hints="hidden" /> |
155 <!-- 'showarea' is not used in the code... --> | |
152 <field name="showarea" type="boolean" display="Flaeche anzeigen" | 156 <field name="showarea" type="boolean" display="Flaeche anzeigen" |
153 default="true" hints="hidden" /> | 157 default="true" hints="hidden" /> |
154 <field name="showarealabel" type="boolean" | 158 <field name="showarealabel" type="boolean" |
155 display="Flächenbeschriftung anzeigen" default="false"/> | 159 display="Flächenbeschriftung anzeigen" default="false"/> |
156 </fields> | 160 </fields> |
2877 <theme name="SInfoFlowDepth"> | 2881 <theme name="SInfoFlowDepth"> |
2878 <inherits> | 2882 <inherits> |
2879 <inherit from="LongitudinalSection" /> | 2883 <inherit from="LongitudinalSection" /> |
2880 </inherits> | 2884 </inherits> |
2881 <fields> | 2885 <fields> |
2882 <field name="linecolor" type="Color" display="Linienfarbe" | 2886 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> |
2883 default="0, 0, 255" /> | |
2884 </fields> | 2887 </fields> |
2885 </theme> | 2888 </theme> |
2886 <theme name="SInfoFlowDepthTkh"> | 2889 <theme name="SInfoFlowDepthTkh"> |
2887 <inherits> | 2890 <inherits> |
2888 <inherit from="LongitudinalSection" /> | 2891 <inherit from="LongitudinalSection" /> |
2889 </inherits> | 2892 </inherits> |
2890 <fields> | 2893 <fields> |
2891 <field name="linecolor" type="Color" display="Linienfarbe" | 2894 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 128" /> |
2892 default="0, 0, 128" /> | |
2893 </fields> | 2895 </fields> |
2894 </theme> | 2896 </theme> |
2895 <theme name="SInfoTkh"> | 2897 <theme name="SInfoTkh"> |
2896 <inherits> | 2898 <inherits> |
2897 <inherit from="LongitudinalSection" /> | 2899 <inherit from="LongitudinalSectionArea" /> |
2898 </inherits> | 2900 </inherits> |
2899 <fields> | 2901 <fields> |
2900 <field name="linecolor" type="Color" display="Linienfarbe" | 2902 <field name="calculateRange" type="boolean" display="Ausdehnung berechnen" default="true" hints="hidden" /> |
2901 default="128, 0, 128" /> | 2903 |
2904 <field name="showborder" type="boolean" display="Begrenzung" default="true" hints="hidden" /> | |
2905 <field name="linecolor" type="Color" display="Linienfarbe" default="241, 195, 155" /> | |
2906 <field name="linesize" type="int" display="Liniendicke" default="2"/> | |
2907 | |
2908 <field name="areabgcolor" type="Color" default="241, 195, 155" display="Füllfarbe" /> | |
2909 <field name="areatransparency" type="int" default="85" /> | |
2910 | |
2911 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" hint="hidden"/> | |
2902 </fields> | 2912 </fields> |
2903 </theme> | 2913 </theme> |
2904 </themegroup> | 2914 </themegroup> |