Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second.xml @ 6103:4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
This is a bit of a pity because the small parts had a better understandable structure.
To generate the overview use:
$ xsltproc \
contrib/themes2html.xsl \
doc/conf/themes.xml \
> themes.xhtml
To make this work you have to create a symlink in conf to itself:
$ (cd doc/conf && ln -s . conf)
TODO: We have to introduce a EntityResolver in the server code to
make the inclusion independent of the current working dir of the server.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Sat, 25 May 2013 20:55:11 +0200 |
parents | |
children | 7e40264a1363 |
comparison
equal
deleted
inserted
replaced
6102:29dc6b6e7199 | 6103:4bbf2ef9bdd8 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <themegroup name="default"> | |
3 <theme name="MainValuesQ"> | |
4 <inherits> | |
5 <inherit from="Lines" /> | |
6 </inherits> | |
7 <fields> | |
8 <field name="linecolor" type="Color" display="Farbe" | |
9 default="200, 0, 15" /> | |
10 <field name="textorientation" type="boolean" display="Textausrichtung" | |
11 default="true" /> | |
12 <field name="showlinelabel" type="boolean" | |
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
14 </fields> | |
15 </theme> | |
16 | |
17 <theme name="MainValuesW"> | |
18 <inherits> | |
19 <inherit from="Lines" /> | |
20 </inherits> | |
21 <fields> | |
22 <field name="linecolor" type="Color" display="Farbe" | |
23 default="0, 215, 0" /> | |
24 <field name="textorientation" type="boolean" display="Textausrichtung" | |
25 default="true" /> | |
26 <field name="showlinelabel" type="boolean" | |
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
28 </fields> | |
29 </theme> | |
30 | |
31 <theme name="RelativePoint"> | |
32 <inherits> | |
33 <inherit from="Points" /> | |
34 </inherits> | |
35 </theme> | |
36 | |
37 <theme name="Annotations"> | |
38 <inherits> | |
39 <inherit from="Lines" /> | |
40 <inherit from="Points" /> | |
41 <inherit from="Text" /> | |
42 </inherits> | |
43 <fields> | |
44 </fields> | |
45 </theme> | |
46 | |
47 <theme name="ManualPoints"> | |
48 <inherits> | |
49 <inherit from="Points" /> | |
50 <inherit from="Label" /> | |
51 </inherits> | |
52 <fields> | |
53 <field name="pointsize" type="int" display="Punktdicke" | |
54 default="3" hints="hidden" /> | |
55 <field name="textorientation" type="boolean" display="Textausrichtung" | |
56 default="true" /> | |
57 </fields> | |
58 </theme> | |
59 | |
60 <theme name="WKms"> | |
61 <inherits> | |
62 <inherit from="Lines" /> | |
63 <inherit from="Points" /> | |
64 <inherit from="MinMaxPoints" /> | |
65 </inherits> | |
66 <fields> | |
67 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
68 default="false" /> | |
69 <field name="showpointlabel" type="boolean" | |
70 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
71 <field name="linecolor" type="Color" display="Linienfarbe" | |
72 default="204, 204, 204" /> | |
73 </fields> | |
74 </theme> | |
75 | |
76 <theme name="WKmsAnnotation"> | |
77 <inherits> | |
78 <inherit from="Lines" /> | |
79 <inherit from="Label" /> | |
80 </inherits> | |
81 <fields> | |
82 <field name="linecolor" type="Color" display="Linienfarbe" | |
83 default="204, 204, 204" /> | |
84 <field name="pointsize" type="int" display="Punktdicke" | |
85 default="3" hints="h" /> | |
86 </fields> | |
87 </theme> | |
88 | |
89 <theme name="WQKms"> | |
90 <inherits> | |
91 <inherit from="Lines" /> | |
92 <inherit from="Points" /> | |
93 <inherit from="MinMaxPoints" /> | |
94 </inherits> | |
95 <fields> | |
96 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
97 default="false" /> | |
98 <field name="showpointlabel" type="boolean" | |
99 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
100 <field name="linecolor" type="Color" display="Linienfarbe" | |
101 default="204, 204, 204" /> | |
102 </fields> | |
103 </theme> | |
104 | |
105 <theme name="WQPoints"> | |
106 <inherits> | |
107 <inherit from="Points" /> | |
108 <inherit from="Label" /> | |
109 </inherits> | |
110 <fields> | |
111 <field name="pointcolor" type="Color" display="Linienfarbe" | |
112 default="204, 0, 0" /> | |
113 </fields> | |
114 </theme> | |
115 | |
116 <theme name="heightmarks_points"> | |
117 <inherits> | |
118 <inherit from="Points" /> | |
119 <inherit from="Label" /> | |
120 </inherits> | |
121 <fields> | |
122 <field name="pointcolor" type="Color" display="Linienfarbe" | |
123 default="0, 0, 0" /> | |
124 </fields> | |
125 </theme> | |
126 | |
127 <theme name="Area"> | |
128 <inherits> | |
129 <inherit from="Areas" /> | |
130 </inherits> | |
131 <fields> | |
132 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
133 default="true" hints="hidden" /> | |
134 <field name="areashowborder" type="boolean" display="Begrenzung" | |
135 default="false" hints="hidden" /> | |
136 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
137 display="Begrenzungslinienfarbe" hints="hidden" /> | |
138 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
139 default="true" hints="hidden" /> | |
140 <field name="showarealabel" type="boolean" | |
141 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
142 </fields> | |
143 </theme> | |
144 | |
145 | |
146 | |
147 | |
148 <!-- top level classes defining additional attributes--> | |
149 <theme name="LongitudinalSection"> | |
150 <inherits> | |
151 <inherit from="Lines" /> | |
152 <inherit from="Points" /> | |
153 <inherit from="MinMaxPoints" /> | |
154 <inherit from="Label" /> | |
155 </inherits> | |
156 <fields> | |
157 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
158 default="false" /> | |
159 <field name="showpointlabel" type="boolean" | |
160 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
161 </fields> | |
162 </theme> | |
163 | |
164 <theme name="LongitudinalSectionW"> | |
165 <inherits> | |
166 <inherit from="LongitudinalSection" /> | |
167 </inherits> | |
168 <fields> | |
169 <field name="bandwidth" type="double" display="Bandbreite" | |
170 default="0"/> | |
171 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe" | |
172 default="104, 104, 104"/> | |
173 <field name="transparency" type="int" default="20" display="Transparenz"/> | |
174 </fields> | |
175 </theme> | |
176 | |
177 <theme name="LongitudinalSectionPoints"> | |
178 <inherits> | |
179 <inherit from="Points" /> | |
180 </inherits> | |
181 <fields> | |
182 </fields> | |
183 </theme> | |
184 | |
185 <theme name="Differences"> | |
186 <inherits> | |
187 <inherit from="Lines" /> | |
188 <inherit from="Points" /> | |
189 <inherit from="MinMaxPoints" /> | |
190 </inherits> | |
191 <fields> | |
192 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
193 default="false" /> | |
194 <field name="showpointlabel" type="boolean" | |
195 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
196 <field name="linecolor" type="Color" display="Linienfarbe" | |
197 default="204, 204, 204" /> | |
198 </fields> | |
199 </theme> | |
200 | |
201 | |
202 <!-- Classes defining special values --> | |
203 <theme name="LongitudinalSectionW_HQ1"> | |
204 <inherits> | |
205 <inherit from="LongitudinalSectionW" /> | |
206 </inherits> | |
207 <fields> | |
208 <field name="linecolor" type="Color" display="Linienfarbe" | |
209 default="0, 0, 102" /> | |
210 </fields> | |
211 </theme> | |
212 | |
213 <theme name="LongitudinalSectionW_HQ2"> | |
214 <inherits> | |
215 <inherit from="LongitudinalSectionW" /> | |
216 </inherits> | |
217 <fields> | |
218 <field name="linecolor" type="Color" display="Linienfarbe" | |
219 default="0, 0, 102" /> | |
220 </fields> | |
221 </theme> | |
222 | |
223 <theme name="LongitudinalSectionW_HQ5"> | |
224 <inherits> | |
225 <inherit from="LongitudinalSectionW" /> | |
226 </inherits> | |
227 <fields> | |
228 <field name="linecolor" type="Color" display="Linienfarbe" | |
229 default="0, 153, 51" /> | |
230 </fields> | |
231 </theme> | |
232 | |
233 <theme name="LongitudinalSectionW_HQ10"> | |
234 <inherits> | |
235 <inherit from="LongitudinalSectionW" /> | |
236 </inherits> | |
237 <fields> | |
238 <field name="linecolor" type="Color" display="Linienfarbe" | |
239 default="0, 204, 204" /> | |
240 </fields> | |
241 </theme> | |
242 | |
243 <theme name="LongitudinalSectionW_HQ20"> | |
244 <inherits> | |
245 <inherit from="LongitudinalSectionW" /> | |
246 </inherits> | |
247 <fields> | |
248 <field name="linecolor" type="Color" display="Linienfarbe" | |
249 default="153, 153, 0" /> | |
250 </fields> | |
251 </theme> | |
252 | |
253 <theme name="LongitudinalSectionW_HQ25"> | |
254 <inherits> | |
255 <inherit from="LongitudinalSectionW" /> | |
256 </inherits> | |
257 <fields> | |
258 <field name="linecolor" type="Color" display="Linienfarbe" | |
259 default="102, 51, 0" /> | |
260 </fields> | |
261 </theme> | |
262 | |
263 <theme name="LongitudinalSectionW_HQ50"> | |
264 <inherits> | |
265 <inherit from="LongitudinalSectionW" /> | |
266 </inherits> | |
267 <fields> | |
268 <field name="linecolor" type="Color" display="Linienfarbe" | |
269 default="255, 153, 0" /> | |
270 </fields> | |
271 </theme> | |
272 | |
273 <theme name="LongitudinalSectionW_HQ100"> | |
274 <inherits> | |
275 <inherit from="LongitudinalSectionW" /> | |
276 </inherits> | |
277 <fields> | |
278 <field name="linecolor" type="Color" display="Linienfarbe" | |
279 default="255, 0, 255" /> | |
280 </fields> | |
281 </theme> | |
282 | |
283 <theme name="LongitudinalSectionW_HQ200"> | |
284 <inherits> | |
285 <inherit from="LongitudinalSectionW" /> | |
286 </inherits> | |
287 <fields> | |
288 <field name="linecolor" type="Color" display="Linienfarbe" | |
289 default="255, 100, 255" /> | |
290 </fields> | |
291 </theme> | |
292 | |
293 <theme name="LongitudinalSectionW_HQ300"> | |
294 <inherits> | |
295 <inherit from="LongitudinalSectionW" /> | |
296 </inherits> | |
297 <fields> | |
298 <field name="linecolor" type="Color" display="Linienfarbe" | |
299 default="255, 0, 100" /> | |
300 </fields> | |
301 </theme> | |
302 | |
303 <theme name="LongitudinalSectionW_HQ500"> | |
304 <inherits> | |
305 <inherit from="LongitudinalSectionW" /> | |
306 </inherits> | |
307 <fields> | |
308 <field name="linecolor" type="Color" display="Linienfarbe" | |
309 default="102, 0, 102" /> | |
310 </fields> | |
311 </theme> | |
312 | |
313 <theme name="LongitudinalSectionW_HQ1000"> | |
314 <inherits> | |
315 <inherit from="LongitudinalSectionW" /> | |
316 </inherits> | |
317 <fields> | |
318 <field name="linecolor" type="Color" display="Linienfarbe" | |
319 default="0, 0, 0" /> | |
320 </fields> | |
321 </theme> | |
322 | |
323 <theme name="LongitudinalSectionW_HQRZ"> | |
324 <inherits> | |
325 <inherit from="LongitudinalSectionW" /> | |
326 </inherits> | |
327 <fields> | |
328 <field name="linecolor" type="Color" display="Linienfarbe" | |
329 default="102, 0, 102" /> | |
330 </fields> | |
331 </theme> | |
332 | |
333 <theme name="LongitudinalSectionW_HSQ"> | |
334 <inherits> | |
335 <inherit from="LongitudinalSectionW" /> | |
336 </inherits> | |
337 <fields> | |
338 <field name="linecolor" type="Color" display="Linienfarbe" | |
339 default="253, 153, 0" /> | |
340 </fields> | |
341 </theme> | |
342 | |
343 <theme name="LongitudinalSectionW_MHQ"> | |
344 <inherits> | |
345 <inherit from="LongitudinalSectionW" /> | |
346 </inherits> | |
347 <fields> | |
348 <field name="linecolor" type="Color" display="Linienfarbe" | |
349 default="102, 255, 102" /> | |
350 </fields> | |
351 </theme> | |
352 | |
353 <theme name="LongitudinalSectionW_MNQ"> | |
354 <inherits> | |
355 <inherit from="LongitudinalSectionW" /> | |
356 </inherits> | |
357 <fields> | |
358 <field name="linecolor" type="Color" display="Linienfarbe" | |
359 default="0, 255, 255" /> | |
360 </fields> | |
361 </theme> | |
362 | |
363 <theme name="LongitudinalSectionW_MQ"> | |
364 <inherits> | |
365 <inherit from="LongitudinalSectionW" /> | |
366 </inherits> | |
367 <fields> | |
368 <field name="linecolor" type="Color" display="Linienfarbe" | |
369 default="0, 51, 204" /> | |
370 </fields> | |
371 </theme> | |
372 | |
373 <theme name="LongitudinalSectionW_NQ"> | |
374 <inherits> | |
375 <inherit from="LongitudinalSectionW" /> | |
376 </inherits> | |
377 <fields> | |
378 <field name="linecolor" type="Color" display="Linienfarbe" | |
379 default="153, 204, 255" /> | |
380 </fields> | |
381 </theme> | |
382 | |
383 <theme name="LongitudinalSectionW_HQExtrem"> | |
384 <inherits> | |
385 <inherit from="LongitudinalSectionW" /> | |
386 </inherits> | |
387 <fields> | |
388 <field name="linecolor" type="Color" display="Linienfarbe" | |
389 default="0, 0, 0" /> | |
390 </fields> | |
391 </theme> | |
392 | |
393 <theme name="LongitudinalSectionW_HQ1_Points"> | |
394 <inherits> | |
395 <inherit from="LongitudinalSectionPoints" /> | |
396 </inherits> | |
397 <fields> | |
398 <field name="pointcolor" type="Color" display="Punktfarbe" | |
399 default="0, 0, 102" /> | |
400 </fields> | |
401 </theme> | |
402 | |
403 <theme name="LongitudinalSectionW_HQ2_Points"> | |
404 <inherits> | |
405 <inherit from="LongitudinalSectionPoints" /> | |
406 </inherits> | |
407 <fields> | |
408 <field name="pointcolor" type="Color" display="Punktfarbe" | |
409 default="0, 0, 102" /> | |
410 </fields> | |
411 </theme> | |
412 | |
413 <theme name="LongitudinalSectionW_HQ5_Points"> | |
414 <inherits> | |
415 <inherit from="LongitudinalSectionPoints" /> | |
416 </inherits> | |
417 <fields> | |
418 <field name="pointcolor" type="Color" display="Punktfarbe" | |
419 default="0, 153, 51" /> | |
420 </fields> | |
421 </theme> | |
422 | |
423 <theme name="LongitudinalSectionW_HQ10_Points"> | |
424 <inherits> | |
425 <inherit from="LongitudinalSectionPoints" /> | |
426 </inherits> | |
427 <fields> | |
428 <field name="pointcolor" type="Color" display="Punktfarbe" | |
429 default="0, 204, 204" /> | |
430 </fields> | |
431 </theme> | |
432 | |
433 <theme name="LongitudinalSectionW_HQ20_Points"> | |
434 <inherits> | |
435 <inherit from="LongitudinalSectionPoints" /> | |
436 </inherits> | |
437 <fields> | |
438 <field name="pointcolor" type="Color" display="Punktfarbe" | |
439 default="153, 153, 0" /> | |
440 </fields> | |
441 </theme> | |
442 | |
443 <theme name="LongitudinalSectionW_HQ25_Points"> | |
444 <inherits> | |
445 <inherit from="LongitudinalSectionPoints" /> | |
446 </inherits> | |
447 <fields> | |
448 <field name="pointcolor" type="Color" display="Punktfarbe" | |
449 default="102, 51, 0" /> | |
450 </fields> | |
451 </theme> | |
452 | |
453 <theme name="LongitudinalSectionW_HQ50_Points"> | |
454 <inherits> | |
455 <inherit from="LongitudinalSectionPoints" /> | |
456 </inherits> | |
457 <fields> | |
458 <field name="pointcolor" type="Color" display="Punktfarbe" | |
459 default="255, 153, 153" /> | |
460 </fields> | |
461 </theme> | |
462 | |
463 <theme name="LongitudinalSectionW_HQ100_Points"> | |
464 <inherits> | |
465 <inherit from="LongitudinalSectionPoints" /> | |
466 </inherits> | |
467 <fields> | |
468 <field name="pointcolor" type="Color" display="Punktfarbe" | |
469 default="255, 0, 51" /> | |
470 </fields> | |
471 </theme> | |
472 | |
473 <theme name="LongitudinalSectionW_HQ200_Points"> | |
474 <inherits> | |
475 <inherit from="LongitudinalSectionPoints" /> | |
476 </inherits> | |
477 <fields> | |
478 <field name="pointcolor" type="Color" display="Punktfarbe" | |
479 default="255, 0, 255" /> | |
480 </fields> | |
481 </theme> | |
482 | |
483 <theme name="LongitudinalSectionW_HQ300_Points"> | |
484 <inherits> | |
485 <inherit from="LongitudinalSectionPoints" /> | |
486 </inherits> | |
487 <fields> | |
488 <field name="pointcolor" type="Color" display="Punktfarbe" | |
489 default="255, 100, 255" /> | |
490 </fields> | |
491 </theme> | |
492 | |
493 <theme name="LongitudinalSectionW_HQ500_Points"> | |
494 <inherits> | |
495 <inherit from="LongitudinalSectionPoints" /> | |
496 </inherits> | |
497 <fields> | |
498 <field name="pointcolor" type="Color" display="Punktfarbe" | |
499 default="102, 0, 102" /> | |
500 </fields> | |
501 </theme> | |
502 | |
503 <theme name="LongitudinalSectionW_HQ1000_Points"> | |
504 <inherits> | |
505 <inherit from="LongitudinalSectionPoints" /> | |
506 </inherits> | |
507 <fields> | |
508 <field name="pointcolor" type="Color" display="Punktfarbe" | |
509 default="0, 0, 0" /> | |
510 </fields> | |
511 </theme> | |
512 | |
513 <theme name="LongitudinalSectionW_HQRZ_Points"> | |
514 <inherits> | |
515 <inherit from="LongitudinalSectionPoints" /> | |
516 </inherits> | |
517 <fields> | |
518 <field name="pointcolor" type="Color" display="Punktfarbe" | |
519 default="102, 0, 102" /> | |
520 </fields> | |
521 </theme> | |
522 | |
523 <theme name="LongitudinalSectionW_HSQ_Points"> | |
524 <inherits> | |
525 <inherit from="LongitudinalSectionPoints" /> | |
526 </inherits> | |
527 <fields> | |
528 <field name="pointcolor" type="Color" display="Punktfarbe" | |
529 default="253, 153, 0" /> | |
530 </fields> | |
531 </theme> | |
532 | |
533 <theme name="LongitudinalSectionW_MHQ_Points"> | |
534 <inherits> | |
535 <inherit from="LongitudinalSectionPoints" /> | |
536 </inherits> | |
537 <fields> | |
538 <field name="pointcolor" type="Color" display="Punktfarbe" | |
539 default="102, 255, 102" /> | |
540 </fields> | |
541 </theme> | |
542 | |
543 <theme name="LongitudinalSectionW_MNQ_Points"> | |
544 <inherits> | |
545 <inherit from="LongitudinalSectionPoints" /> | |
546 </inherits> | |
547 <fields> | |
548 <field name="pointcolor" type="Color" display="Punktfarbe" | |
549 default="0, 255, 255" /> | |
550 </fields> | |
551 </theme> | |
552 | |
553 <theme name="LongitudinalSectionW_MQ_Points"> | |
554 <inherits> | |
555 <inherit from="LongitudinalSectionPoints" /> | |
556 </inherits> | |
557 <fields> | |
558 <field name="pointcolor" type="Color" display="Punktfarbe" | |
559 default="0, 51, 204" /> | |
560 </fields> | |
561 </theme> | |
562 | |
563 <theme name="LongitudinalSectionW_NQ_Points"> | |
564 <inherits> | |
565 <inherit from="LongitudinalSectionPoints" /> | |
566 </inherits> | |
567 <fields> | |
568 <field name="pointcolor" type="Color" display="Punktfarbe" | |
569 default="153, 204, 255" /> | |
570 </fields> | |
571 </theme> | |
572 | |
573 <theme name="LongitudinalSectionW_HQExtrem_Points"> | |
574 <inherits> | |
575 <inherit from="LongitudinalSectionPoints" /> | |
576 </inherits> | |
577 <fields> | |
578 <field name="pointcolor" type="Color" display="Punktfarbe" | |
579 default="0, 0, 0" /> | |
580 </fields> | |
581 </theme> | |
582 | |
583 <theme name="LongitudinalSectionQ_HQ1"> | |
584 <inherits> | |
585 <inherit from="LongitudinalSection" /> | |
586 </inherits> | |
587 <fields> | |
588 <field name="linecolor" type="Color" display="Linienfarbe" | |
589 default="0, 0, 102" /> | |
590 </fields> | |
591 </theme> | |
592 | |
593 <theme name="LongitudinalSectionQ_HQ2"> | |
594 <inherits> | |
595 <inherit from="LongitudinalSection" /> | |
596 </inherits> | |
597 <fields> | |
598 <field name="linecolor" type="Color" display="Linienfarbe" | |
599 default="0, 0, 102" /> | |
600 </fields> | |
601 </theme> | |
602 | |
603 <theme name="LongitudinalSectionQ_HQ5"> | |
604 <inherits> | |
605 <inherit from="LongitudinalSection" /> | |
606 </inherits> | |
607 <fields> | |
608 <field name="linecolor" type="Color" display="Linienfarbe" | |
609 default="0, 153, 51" /> | |
610 </fields> | |
611 </theme> | |
612 | |
613 <theme name="LongitudinalSectionQ_HQ10"> | |
614 <inherits> | |
615 <inherit from="LongitudinalSection" /> | |
616 </inherits> | |
617 <fields> | |
618 <field name="linecolor" type="Color" display="Linienfarbe" | |
619 default="0, 204, 204" /> | |
620 </fields> | |
621 </theme> | |
622 | |
623 <theme name="LongitudinalSectionQ_HQ20"> | |
624 <inherits> | |
625 <inherit from="LongitudinalSection" /> | |
626 </inherits> | |
627 <fields> | |
628 <field name="linecolor" type="Color" display="Linienfarbe" | |
629 default="153, 153, 0" /> | |
630 </fields> | |
631 </theme> | |
632 | |
633 <theme name="LongitudinalSectionQ_HQ25"> | |
634 <inherits> | |
635 <inherit from="LongitudinalSection" /> | |
636 </inherits> | |
637 <fields> | |
638 <field name="linecolor" type="Color" display="Linienfarbe" | |
639 default="102, 51, 0" /> | |
640 </fields> | |
641 </theme> | |
642 | |
643 <theme name="LongitudinalSectionQ_HQ50"> | |
644 <inherits> | |
645 <inherit from="LongitudinalSection" /> | |
646 </inherits> | |
647 <fields> | |
648 <field name="linecolor" type="Color" display="Linienfarbe" | |
649 default="255, 153, 153" /> | |
650 </fields> | |
651 </theme> | |
652 | |
653 <theme name="LongitudinalSectionQ_HQ100"> | |
654 <inherits> | |
655 <inherit from="LongitudinalSection" /> | |
656 </inherits> | |
657 <fields> | |
658 <field name="linecolor" type="Color" display="Linienfarbe" | |
659 default="255, 0, 51" /> | |
660 </fields> | |
661 </theme> | |
662 | |
663 <theme name="LongitudinalSectionQ_HQ200"> | |
664 <inherits> | |
665 <inherit from="LongitudinalSection" /> | |
666 </inherits> | |
667 <fields> | |
668 <field name="linecolor" type="Color" display="Linienfarbe" | |
669 default="255, 0, 255" /> | |
670 </fields> | |
671 </theme> | |
672 | |
673 <theme name="LongitudinalSectionQ_HQ300"> | |
674 <inherits> | |
675 <inherit from="LongitudinalSection" /> | |
676 </inherits> | |
677 <fields> | |
678 <field name="linecolor" type="Color" display="Linienfarbe" | |
679 default="255, 100, 255" /> | |
680 </fields> | |
681 </theme> | |
682 | |
683 <theme name="LongitudinalSectionQ_HQ500"> | |
684 <inherits> | |
685 <inherit from="LongitudinalSection" /> | |
686 </inherits> | |
687 <fields> | |
688 <field name="linecolor" type="Color" display="Linienfarbe" | |
689 default="102, 0, 102" /> | |
690 </fields> | |
691 </theme> | |
692 | |
693 <theme name="LongitudinalSectionQ_HQ1000"> | |
694 <inherits> | |
695 <inherit from="LongitudinalSection" /> | |
696 </inherits> | |
697 <fields> | |
698 <field name="linecolor" type="Color" display="Linienfarbe" | |
699 default="0, 0, 0" /> | |
700 </fields> | |
701 </theme> | |
702 | |
703 <theme name="LongitudinalSectionQ_HQRZ"> | |
704 <inherits> | |
705 <inherit from="LongitudinalSection" /> | |
706 </inherits> | |
707 <fields> | |
708 <field name="linecolor" type="Color" display="Linienfarbe" | |
709 default="102, 0, 102" /> | |
710 </fields> | |
711 </theme> | |
712 | |
713 <theme name="LongitudinalSectionQ_HSQ"> | |
714 <inherits> | |
715 <inherit from="LongitudinalSection" /> | |
716 </inherits> | |
717 <fields> | |
718 <field name="linecolor" type="Color" display="Linienfarbe" | |
719 default="253, 153, 0" /> | |
720 </fields> | |
721 </theme> | |
722 | |
723 <theme name="LongitudinalSectionQ_MHQ"> | |
724 <inherits> | |
725 <inherit from="LongitudinalSection" /> | |
726 </inherits> | |
727 <fields> | |
728 <field name="linecolor" type="Color" display="Linienfarbe" | |
729 default="102, 255, 102" /> | |
730 </fields> | |
731 </theme> | |
732 | |
733 <theme name="LongitudinalSectionQ_MNQ"> | |
734 <inherits> | |
735 <inherit from="LongitudinalSection" /> | |
736 </inherits> | |
737 <fields> | |
738 <field name="linecolor" type="Color" display="Linienfarbe" | |
739 default="0, 255, 255" /> | |
740 </fields> | |
741 </theme> | |
742 | |
743 <theme name="LongitudinalSectionQ_MQ"> | |
744 <inherits> | |
745 <inherit from="LongitudinalSection" /> | |
746 </inherits> | |
747 <fields> | |
748 <field name="linecolor" type="Color" display="Linienfarbe" | |
749 default="0, 51, 204" /> | |
750 </fields> | |
751 </theme> | |
752 | |
753 <theme name="LongitudinalSectionQ_NQ"> | |
754 <inherits> | |
755 <inherit from="LongitudinalSection" /> | |
756 </inherits> | |
757 <fields> | |
758 <field name="linecolor" type="Color" display="Linienfarbe" | |
759 default="153, 204, 255" /> | |
760 </fields> | |
761 </theme> | |
762 | |
763 <theme name="LongitudinalSectionQ_HQExtrem"> | |
764 <inherits> | |
765 <inherit from="LongitudinalSection" /> | |
766 </inherits> | |
767 <fields> | |
768 <field name="linecolor" type="Color" display="Linienfarbe" | |
769 default="0, 0, 0" /> | |
770 </fields> | |
771 </theme> | |
772 | |
773 <theme name="DischargeLongitudinalSectionW"> | |
774 <inherits> | |
775 <inherit from="LongitudinalSection" /> | |
776 </inherits> | |
777 <fields> | |
778 <field name="linecolor" type="Color" display="Linienfarbe" | |
779 default="204, 204, 204" /> | |
780 </fields> | |
781 </theme> | |
782 | |
783 | |
784 <theme name="DischargeLongitudinalSectionC"> | |
785 <inherits> | |
786 <inherit from="LongitudinalSection" /> | |
787 </inherits> | |
788 <fields> | |
789 <field name="linecolor" type="Color" display="Linienfarbe" | |
790 default="255, 0 , 0" /> | |
791 </fields> | |
792 </theme> | |
793 | |
794 <theme name="DischargeLongitudinalSectionQ"> | |
795 <inherits> | |
796 <inherit from="LongitudinalSection" /> | |
797 </inherits> | |
798 <fields> | |
799 <field name="linecolor" type="Color" display="Linienfarbe" | |
800 default="204, 204, 204" /> | |
801 </fields> | |
802 </theme> | |
803 | |
804 <!-- MIDDLE BED HEIGHT --> | |
805 <theme name="MiddleBedHeightSingle"> | |
806 <inherits> | |
807 <inherit from="LongitudinalSection" /> | |
808 </inherits> | |
809 <fields> | |
810 <field name="linecolor" type="Color" display="Linienfarbe" | |
811 default="204, 204, 204" /> | |
812 </fields> | |
813 </theme> | |
814 | |
815 <theme name="MiddleBedHeightEpoch"> | |
816 <inherits> | |
817 <inherit from="LongitudinalSection" /> | |
818 </inherits> | |
819 <fields> | |
820 <field name="linecolor" type="Color" display="Linienfarbe" | |
821 default="0, 0, 102" /> | |
822 </fields> | |
823 </theme> | |
824 | |
825 <!-- Bed Quality --> | |
826 <theme name="PorosityTopLayer"> | |
827 <inherits> | |
828 <inherit from="LongitudinalSection" /> | |
829 </inherits> | |
830 <fields> | |
831 <field name="linecolor" type="Color" display="Linienfarbe" | |
832 default="0, 0, 0" /> | |
833 </fields> | |
834 </theme> | |
835 | |
836 <theme name="PorositySubLayer"> | |
837 <inherits> | |
838 <inherit from="LongitudinalSection" /> | |
839 </inherits> | |
840 <fields> | |
841 <field name="linecolor" type="Color" display="Linienfarbe" | |
842 default="0, 0, 0" /> | |
843 </fields> | |
844 </theme> | |
845 | |
846 <theme name="DensityTopLayer"> | |
847 <inherits> | |
848 <inherit from="LongitudinalSection" /> | |
849 </inherits> | |
850 <fields> | |
851 <field name="linecolor" type="Color" display="Linienfarbe" | |
852 default="153, 99, 102" /> | |
853 </fields> | |
854 </theme> | |
855 | |
856 <theme name="DensitySubLayer"> | |
857 <inherits> | |
858 <inherit from="LongitudinalSection" /> | |
859 </inherits> | |
860 <fields> | |
861 <field name="linecolor" type="Color" display="Linienfarbe" | |
862 default="153, 99, 102" /> | |
863 </fields> | |
864 </theme> | |
865 | |
866 <theme name="BedDiameterTopLayer"> | |
867 <inherits> | |
868 <inherit from="LongitudinalSection" /> | |
869 </inherits> | |
870 <fields> | |
871 <field name="linecolor" type="Color" display="Linienfarbe" | |
872 default="255, 0, 0" /> | |
873 </fields> | |
874 </theme> | |
875 | |
876 <theme name="BedDiameterSubLayer"> | |
877 <inherits> | |
878 <inherit from="LongitudinalSection" /> | |
879 </inherits> | |
880 <fields> | |
881 <field name="linecolor" type="Color" display="Linienfarbe" | |
882 default="255, 0, 0" /> | |
883 </fields> | |
884 </theme> | |
885 | |
886 <theme name="BedLoadDiameter"> | |
887 <inherits> | |
888 <inherit from="LongitudinalSection" /> | |
889 </inherits> | |
890 <fields> | |
891 <field name="linecolor" type="Color" display="Linienfarbe" | |
892 default="0, 255, 0" /> | |
893 </fields> | |
894 </theme> | |
895 | |
896 <!-- Bedheight differences --> | |
897 <theme name="BedheightDiffYear"> | |
898 <inherits> | |
899 <inherit from="LongitudinalSection" /> | |
900 </inherits> | |
901 <fields> | |
902 <field name="linecolor" type="Color" display="Linienfarbe" | |
903 default="0, 204, 204" /> | |
904 </fields> | |
905 </theme> | |
906 | |
907 <theme name="BedheightDiffMorphWidth"> | |
908 <inherits> | |
909 <inherit from="LongitudinalSection" /> | |
910 </inherits> | |
911 <fields> | |
912 <field name="linecolor" type="Color" display="Linienfarbe" | |
913 default="204, 204, 0" /> | |
914 </fields> | |
915 </theme> | |
916 | |
917 <theme name="BedheightDiffEpoch"> | |
918 <inherits> | |
919 <inherit from="LongitudinalSection" /> | |
920 </inherits> | |
921 <fields> | |
922 <field name="linecolor" type="Color" display="Linienfarbe" | |
923 default="204, 0, 204" /> | |
924 </fields> | |
925 </theme> | |
926 | |
927 <theme name="BedheightDiffAbsHeight1"> | |
928 <inherits> | |
929 <inherit from="LongitudinalSection" /> | |
930 </inherits> | |
931 <fields> | |
932 <field name="linecolor" type="Color" display="Linienfarbe" | |
933 default="204, 0, 204" /> | |
934 </fields> | |
935 </theme> | |
936 | |
937 <theme name="BedheightDiffAbsHeight2"> | |
938 <inherits> | |
939 <inherit from="LongitudinalSection" /> | |
940 </inherits> | |
941 <fields> | |
942 <field name="linecolor" type="Color" display="Linienfarbe" | |
943 default="255, 100, 100" /> | |
944 </fields> | |
945 </theme> | |
946 | |
947 <theme name="BedheightDiffHeightYear"> | |
948 <inherits> | |
949 <inherit from="LongitudinalSection" /> | |
950 </inherits> | |
951 <fields> | |
952 <field name="linecolor" type="Color" display="Linienfarbe" | |
953 default="204, 0, 0" /> | |
954 </fields> | |
955 </theme> | |
956 | |
957 <!-- Flow velocity --> | |
958 <theme name="FlowVelocityVMainChannel"> | |
959 <inherits> | |
960 <inherit from="LongitudinalSection" /> | |
961 </inherits> | |
962 <fields> | |
963 <field name="linecolor" type="Color" display="Linienfarbe" | |
964 default="204, 204, 204" /> | |
965 </fields> | |
966 </theme> | |
967 | |
968 <theme name="FlowVelocityVTotalChannel"> | |
969 <inherits> | |
970 <inherit from="LongitudinalSection" /> | |
971 </inherits> | |
972 <fields> | |
973 <field name="linecolor" type="Color" display="Linienfarbe" | |
974 default="0, 0, 102" /> | |
975 </fields> | |
976 </theme> | |
977 | |
978 <theme name="FlowVelocityTau"> | |
979 <inherits> | |
980 <inherit from="LongitudinalSection" /> | |
981 </inherits> | |
982 <fields> | |
983 <field name="linecolor" type="Color" display="Linienfarbe" | |
984 default="0, 204, 204" /> | |
985 </fields> | |
986 </theme> | |
987 | |
988 <theme name="FlowVelocityDischarge"> | |
989 <inherits> | |
990 <inherit from="LongitudinalSection" /> | |
991 </inherits> | |
992 <fields> | |
993 <field name="linecolor" type="Color" display="Linienfarbe" | |
994 default="0, 204, 0" /> | |
995 </fields> | |
996 </theme> | |
997 | |
998 <!-- Sediment load --> | |
999 <theme name="SedimentLoadCoarse"> | |
1000 <inherits> | |
1001 <inherit from="LongitudinalSection" /> | |
1002 </inherits> | |
1003 <fields> | |
1004 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1005 </fields> | |
1006 </theme> | |
1007 | |
1008 <theme name="SedimentLoadFineMid"> | |
1009 <inherits> | |
1010 <inherit from="LongitudinalSection" /> | |
1011 </inherits> | |
1012 <fields> | |
1013 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1014 </fields> | |
1015 </theme> | |
1016 <theme name="SedimentLoadSand"> | |
1017 <inherits> | |
1018 <inherit from="LongitudinalSection" /> | |
1019 </inherits> | |
1020 <fields> | |
1021 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1022 </fields> | |
1023 </theme> | |
1024 | |
1025 <theme name="SedimentLoadSuspSand"> | |
1026 <inherits> | |
1027 <inherit from="LongitudinalSection" /> | |
1028 </inherits> | |
1029 <fields> | |
1030 <field name="linecolor" type="Color" default="255, 255, 0" /> | |
1031 </fields> | |
1032 </theme> | |
1033 | |
1034 <theme name="SedimentLoadSediment"> | |
1035 <inherits> | |
1036 <inherit from="LongitudinalSection" /> | |
1037 </inherits> | |
1038 <fields> | |
1039 <field name="linecolor" type="Color" default="0, 255, 255" /> | |
1040 </fields> | |
1041 </theme> | |
1042 <theme name="SedimentLoadSuspSandBed"> | |
1043 <inherits> | |
1044 <inherit from="LongitudinalSection" /> | |
1045 </inherits> | |
1046 <fields> | |
1047 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1048 <field name="showlinelabel" type="boolean" | |
1049 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1050 </fields> | |
1051 </theme> | |
1052 <theme name="SedimentLoadFineTotalLoad"> | |
1053 <inherits> | |
1054 <inherit from="LongitudinalSection" /> | |
1055 </inherits> | |
1056 <fields> | |
1057 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
1058 <field name="showlinelabel" type="boolean" | |
1059 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1060 </fields> | |
1061 </theme> | |
1062 <theme name="SedimentLoadTotal"> | |
1063 <inherits> | |
1064 <inherit from="LongitudinalSection" /> | |
1065 </inherits> | |
1066 <fields> | |
1067 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
1068 <field name="showlinelabel" type="boolean" | |
1069 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1070 </fields> | |
1071 </theme> | |
1072 | |
1073 <theme name="LongitudinalSectionArea"> | |
1074 <inherits> | |
1075 <inherit from="Areas" /> | |
1076 </inherits> | |
1077 <fields> | |
1078 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
1079 default="true" hints="hidden" /> | |
1080 <field name="areashowborder" type="boolean" display="Begrenzung" | |
1081 default="false" hints="hidden" /> | |
1082 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
1083 display="Begrenzungslinienfarbe" hints="hidden" /> | |
1084 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
1085 default="true" hints="hidden" /> | |
1086 <field name="showarealabel" type="boolean" | |
1087 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
1088 </fields> | |
1089 </theme> | |
1090 | |
1091 | |
1092 | |
1093 <theme name="CrossSection"> | |
1094 <inherits> | |
1095 <inherit from="Lines" /> | |
1096 <inherit from="Points" /> | |
1097 <inherit from="Label" /> | |
1098 <inherit from="MinMaxPoints" /> | |
1099 </inherits> | |
1100 <fields> | |
1101 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1102 default="false" /> | |
1103 <field name="showpointlabel" type="boolean" | |
1104 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1105 </fields> | |
1106 </theme> | |
1107 | |
1108 <theme name="CrossSectionWaterLine"> | |
1109 <inherits> | |
1110 <inherit from="Lines" /> | |
1111 <inherit from="Points" /> | |
1112 <inherit from="Label" /> | |
1113 </inherits> | |
1114 <fields> | |
1115 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1116 default="false" /> | |
1117 <field name="showpointlabel" type="boolean" | |
1118 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1119 <field name="linecolor" type="Color" display="Linienfarbe" | |
1120 default="0,0,153" /> | |
1121 <field name="showwidth" type="boolean" display="Breite anzeigen" | |
1122 default="false" /> | |
1123 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" | |
1124 default="true" /> | |
1125 <field name="showlinelabel" type="boolean" default="true" | |
1126 display="Beschriftung anzeigen" /> | |
1127 <field name="showmiddleheight" type="boolean" | |
1128 display="Wasserstand anzeigen" default="false" /> | |
1129 </fields> | |
1130 </theme> | |
1131 | |
1132 <theme name="Hyk"> | |
1133 <inherits> | |
1134 <inherit from="Text" /> | |
1135 </inherits> | |
1136 <fields> | |
1137 <field name="textorientation" type="boolean" display="Textausrichtung" | |
1138 default="true" /> | |
1139 </fields> | |
1140 </theme> | |
1141 | |
1142 <theme name="CrossSectionArea"> | |
1143 <inherits> | |
1144 <inherit from="Areas" /> | |
1145 </inherits> | |
1146 <fields> | |
1147 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
1148 default="true" hints="hidden" /> | |
1149 <field name="areashowborder" type="boolean" display="Begrenzung" | |
1150 default="false" hints="hidden" /> | |
1151 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
1152 display="Begrenzungslinienfarbe" hints="hidden" /> | |
1153 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
1154 default="true" hints="hidden" /> | |
1155 <field name="showarealabel" type="boolean" | |
1156 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
1157 </fields> | |
1158 </theme> | |
1159 | |
1160 | |
1161 | |
1162 <theme name="DischargeCurve"> | |
1163 <inherits> | |
1164 <inherit from="Lines" /> | |
1165 <inherit from="Points" /> | |
1166 <inherit from="Label" /> | |
1167 <inherit from="MinMaxPoints" /> | |
1168 </inherits> | |
1169 <fields> | |
1170 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1171 default="false" hints="hidden" /> | |
1172 <field name="showpointlabel" type="boolean" | |
1173 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1174 <field name="linecolor" type="Color" display="Linienfarbe" | |
1175 default="0, 0, 153" /> | |
1176 <field name="linesize" type="int" display="Liniendicke" | |
1177 default="2" /> | |
1178 </fields> | |
1179 </theme> | |
1180 | |
1181 <theme name="ComputedDischargeCurve"> | |
1182 <inherits> | |
1183 <inherit from="Lines" /> | |
1184 <inherit from="Points" /> | |
1185 <inherit from="Label" /> | |
1186 <inherit from="MinMaxPoints" /> | |
1187 </inherits> | |
1188 <fields> | |
1189 <field name="linecolor" type="Color" display="Linienfarbe" | |
1190 default="0, 0, 153" /> | |
1191 <field name="linesize" type="int" display="Liniendicke" | |
1192 default="2" /> | |
1193 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1194 default="false" /> | |
1195 <field name="showpointlabel" type="boolean" | |
1196 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1197 </fields> | |
1198 </theme> | |
1199 | |
1200 <theme name="ComputedDischargeCurveQ"> | |
1201 <inherits> | |
1202 <inherit from="ComputedDischargeCurve" /> | |
1203 <inherit from="Text" /> | |
1204 </inherits> | |
1205 <fields> | |
1206 <field name="linecolor" type="Color" display="Farbe" | |
1207 default="200, 0, 15" /> | |
1208 <field name="textcolor" type="Color" display="Farbe" | |
1209 default="200, 0, 15" /> | |
1210 </fields> | |
1211 </theme> | |
1212 | |
1213 <theme name="ComputedDischargeCurveW"> | |
1214 <inherits> | |
1215 <inherit from="ComputedDischargeCurve" /> | |
1216 <inherit from="Text" /> | |
1217 </inherits> | |
1218 <fields> | |
1219 <field name="linecolor" type="Color" display="Farbe" | |
1220 default="0, 215, 0" /> | |
1221 <field name="textcolor" type="Color" display="Farbe" | |
1222 default="0, 215, 0" /> | |
1223 <field name="textorientation" type="boolean" display="Textausrichtung" | |
1224 default="true" /> | |
1225 </fields> | |
1226 </theme> | |
1227 | |
1228 <theme name="GaugeDischargeCurve"> | |
1229 <inherits> | |
1230 <inherit from="DischargeCurve" /> | |
1231 </inherits> | |
1232 <fields> | |
1233 <field name="linecolor" type="Color" display="Linienfarbe" | |
1234 default="0, 0, 153" /> | |
1235 <field name="linesize" type="int" display="Liniendicke" | |
1236 default="2" /> | |
1237 </fields> | |
1238 </theme> | |
1239 | |
1240 <theme name="ExtremeWQCurve"> | |
1241 <inherits> | |
1242 <inherit from="Lines" /> | |
1243 <inherit from="MinMaxPoints" /> | |
1244 </inherits> | |
1245 <fields> | |
1246 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" | |
1247 default="true" /> | |
1248 <field name="linecolor" type="Color" display="Linienfarbe" | |
1249 default="0, 0, 153" /> | |
1250 <field name="linesize" type="int" display="Liniendicke" | |
1251 default="2" /> | |
1252 <field name="showlinelabel" type="boolean" | |
1253 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1254 </fields> | |
1255 </theme> | |
1256 | |
1257 <theme name="ExtremeWQBaseCurve"> | |
1258 <inherits> | |
1259 <inherit from="Lines" /> | |
1260 <inherit from="Points" /> | |
1261 </inherits> | |
1262 <fields> | |
1263 <field name="pointsize" type="int" display="Punktdicke" | |
1264 default="2" /> | |
1265 <field name="showpointlabel" type="boolean" | |
1266 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1267 <field name="showlinelabel" type="boolean" | |
1268 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1269 </fields> | |
1270 </theme> | |
1271 | |
1272 | |
1273 | |
1274 | |
1275 <theme name="DurationCurve"> | |
1276 <inherits> | |
1277 <inherit from="Lines" /> | |
1278 <inherit from="Points" /> | |
1279 <inherit from="Label" /> | |
1280 <inherit from="MinMaxPoints" /> | |
1281 </inherits> | |
1282 <fields> | |
1283 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1284 default="false" /> | |
1285 <field name="linesize" type="int" display="Liniendicke" | |
1286 default="2" /> | |
1287 <field name="showpointlabel" type="boolean" | |
1288 display="Punktbeschriftung anzeigen" default="false" | |
1289 hints="hidden"/> | |
1290 </fields> | |
1291 </theme> | |
1292 | |
1293 <theme name="DurationCurveW"> | |
1294 <inherits> | |
1295 <inherit from="DurationCurve" /> | |
1296 </inherits> | |
1297 <fields> | |
1298 <field name="linecolor" type="Color" display="Linienfarbe" | |
1299 default="0,51,204" /> | |
1300 </fields> | |
1301 </theme> | |
1302 | |
1303 <theme name="DurationCurveQ"> | |
1304 <inherits> | |
1305 <inherit from="DurationCurve" /> | |
1306 </inherits> | |
1307 <fields> | |
1308 <field name="linecolor" type="Color" display="Linienfarbe" | |
1309 default="0,204,0" /> | |
1310 </fields> | |
1311 </theme> | |
1312 | |
1313 | |
1314 | |
1315 <theme name="FixPoints"> | |
1316 <inherits> | |
1317 <inherit from="Points" /> | |
1318 <inherit from="Label" /> | |
1319 </inherits> | |
1320 <fields> | |
1321 <field name="pointsize" type="int" display="Punktdicke" | |
1322 default="3" /> | |
1323 </fields> | |
1324 </theme> | |
1325 | |
1326 <theme name="FixLines"> | |
1327 <inherits> | |
1328 <inherit from="Lines" /> | |
1329 <inherit from="Points" /> | |
1330 <inherit from="Label" /> | |
1331 </inherits> | |
1332 <fields> | |
1333 <field name="showpointlabel" type="boolean" | |
1334 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1335 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1336 default="false" hints="hidden" /> | |
1337 <field name="pointsize" type="int" display="Punktdicke" | |
1338 default="3" /> | |
1339 </fields> | |
1340 </theme> | |
1341 | |
1342 <theme name="FixAreas"> | |
1343 <inherits> | |
1344 <inherit from="Areas" /> | |
1345 </inherits> | |
1346 <fields> | |
1347 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
1348 default="true" hints="hidden" /> | |
1349 <field name="areashowborder" type="boolean" display="Begrenzung" | |
1350 default="false" hints="hidden" /> | |
1351 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
1352 display="Begrenzungslinienfarbe" hints="hidden" /> | |
1353 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
1354 default="true" hints="hidden" /> | |
1355 <field name="showarealabel" type="boolean" | |
1356 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
1357 </fields> | |
1358 </theme> | |
1359 | |
1360 <theme name="FixingWQCurve"> | |
1361 <inherits> | |
1362 <inherit from="FixLines" /> | |
1363 </inherits> | |
1364 <fields> | |
1365 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
1366 </fields> | |
1367 </theme> | |
1368 | |
1369 <theme name="FixingDerivedCurve"> | |
1370 <inherits> | |
1371 <inherit from="FixLines" /> | |
1372 </inherits> | |
1373 <fields> | |
1374 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
1375 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1376 default="false" hints="h" hidden="true" /> | |
1377 <field name="pointsize" type="int" display="Punktdicke" | |
1378 default="5" hints="hidden" /> | |
1379 </fields> | |
1380 </theme> | |
1381 | |
1382 <theme name="FixingSectorAverageWQ0"> | |
1383 <inherits> | |
1384 <inherit from="FixPoints" /> | |
1385 </inherits> | |
1386 <fields> | |
1387 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1388 default="0, 128, 0" /> | |
1389 <field name="showpointlabel" type="boolean" | |
1390 display="Punktbeschriftung anzeigen" default="true"/> | |
1391 </fields> | |
1392 </theme> | |
1393 | |
1394 <theme name="FixingSectorAverageWQ1"> | |
1395 <inherits> | |
1396 <inherit from="FixPoints" /> | |
1397 </inherits> | |
1398 <fields> | |
1399 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1400 default="0, 0, 255" /> | |
1401 <field name="showpointlabel" type="boolean" | |
1402 display="Punktbeschriftung anzeigen" default="true"/> | |
1403 </fields> | |
1404 </theme> | |
1405 | |
1406 <theme name="FixingSectorAverageWQ2"> | |
1407 <inherits> | |
1408 <inherit from="FixPoints" /> | |
1409 </inherits> | |
1410 <fields> | |
1411 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1412 default="255, 0, 255" /> | |
1413 <field name="showpointlabel" type="boolean" | |
1414 display="Punktbeschriftung anzeigen" default="true"/> | |
1415 </fields> | |
1416 </theme> | |
1417 | |
1418 <theme name="FixingSectorAverageWQ3"> | |
1419 <inherits> | |
1420 <inherit from="FixPoints" /> | |
1421 </inherits> | |
1422 <fields> | |
1423 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1424 default="255, 0, 0" /> | |
1425 <field name="showpointlabel" type="boolean" | |
1426 display="Punktbeschriftung anzeigen" default="true"/> | |
1427 </fields> | |
1428 </theme> | |
1429 | |
1430 <theme name="FixingAnalysisEventsWQ"> | |
1431 <inherits> | |
1432 <inherit from="FixPoints" /> | |
1433 </inherits> | |
1434 <fields> | |
1435 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1436 default="0, 255, 0" /> | |
1437 <field name="showpointlabel" type="boolean" | |
1438 display="Punktbeschriftung anzeigen" default="true"/> | |
1439 </fields> | |
1440 </theme> | |
1441 | |
1442 <theme name="FixingReferenceEvents"> | |
1443 <inherits> | |
1444 <inherit from="FixPoints" /> | |
1445 </inherits> | |
1446 <fields> | |
1447 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1448 default="0, 80, 160" /> | |
1449 <field name="showpointlabel" type="boolean" | |
1450 display="Punktbeschriftung anzeigen" default="true"/> | |
1451 </fields> | |
1452 </theme> | |
1453 | |
1454 <theme name="FixingOutliers"> | |
1455 <inherits> | |
1456 <inherit from="FixPoints" /> | |
1457 </inherits> | |
1458 <fields> | |
1459 </fields> | |
1460 </theme> | |
1461 | |
1462 <theme name="FixingDeltaWtAverage0"> | |
1463 <inherits> | |
1464 <inherit from="FixLines" /> | |
1465 </inherits> | |
1466 <fields> | |
1467 <field name="linecolor" type="Color" display="Linienfarbe" | |
1468 default="0, 128, 0" /> | |
1469 </fields> | |
1470 </theme> | |
1471 | |
1472 <theme name="FixingDeltaWtAverage1"> | |
1473 <inherits> | |
1474 <inherit from="FixLines" /> | |
1475 </inherits> | |
1476 <fields> | |
1477 <field name="linecolor" type="Color" display="Linienfarbe" | |
1478 default="0, 0, 255" /> | |
1479 </fields> | |
1480 </theme> | |
1481 | |
1482 <theme name="FixingDeltaWtAverage2"> | |
1483 <inherits> | |
1484 <inherit from="FixLines" /> | |
1485 </inherits> | |
1486 <fields> | |
1487 <field name="linecolor" type="Color" display="Linienfarbe" | |
1488 default="255, 0, 255" /> | |
1489 </fields> | |
1490 </theme> | |
1491 | |
1492 <theme name="FixingDeltaWtAverage3"> | |
1493 <inherits> | |
1494 <inherit from="FixLines" /> | |
1495 </inherits> | |
1496 <fields> | |
1497 <field name="linecolor" type="Color" display="Linienfarbe" | |
1498 default="255, 0, 0" /> | |
1499 </fields> | |
1500 </theme> | |
1501 | |
1502 <theme name="FixingDeltaWtAnalysis"> | |
1503 <inherits> | |
1504 <inherit from="FixPoints" /> | |
1505 </inherits> | |
1506 <fields> | |
1507 <field name="showpointlabel" type="boolean" | |
1508 display="Punktbeschriftung anzeigen" default="true"/> | |
1509 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1510 default="0, 255, 0" /> | |
1511 </fields> | |
1512 </theme> | |
1513 | |
1514 <theme name="FixingLSAverage0"> | |
1515 <inherits> | |
1516 <inherit from="FixLines" /> | |
1517 </inherits> | |
1518 <fields> | |
1519 <field name="linecolor" type="Color" default="0, 128, 0" /> | |
1520 </fields> | |
1521 </theme> | |
1522 | |
1523 <theme name="FixingLSAverage1"> | |
1524 <inherits> | |
1525 <inherit from="FixLines" /> | |
1526 </inherits> | |
1527 <fields> | |
1528 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1529 </fields> | |
1530 </theme> | |
1531 | |
1532 <theme name="FixingLSAverage2"> | |
1533 <inherits> | |
1534 <inherit from="FixLines" /> | |
1535 </inherits> | |
1536 <fields> | |
1537 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1538 </fields> | |
1539 </theme> | |
1540 | |
1541 <theme name="FixingLSAverage3"> | |
1542 <inherits> | |
1543 <inherit from="FixLines" /> | |
1544 </inherits> | |
1545 <fields> | |
1546 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1547 </fields> | |
1548 </theme> | |
1549 | |
1550 <theme name="FixingSectorDeviationLS0"> | |
1551 <inherits> | |
1552 <inherit from="FixAreas" /> | |
1553 </inherits> | |
1554 <fields> | |
1555 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1556 default="0, 128, 0" /> | |
1557 </fields> | |
1558 </theme> | |
1559 <theme name="FixingSectorDeviationLS1"> | |
1560 <inherits> | |
1561 <inherit from="FixAreas" /> | |
1562 </inherits> | |
1563 <fields> | |
1564 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1565 default="0, 0, 255" /> | |
1566 | |
1567 </fields> | |
1568 </theme> | |
1569 | |
1570 <theme name="FixingSectorDeviationLS2"> | |
1571 <inherits> | |
1572 <inherit from="FixAreas" /> | |
1573 </inherits> | |
1574 <fields> | |
1575 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1576 default="255, 0, 255" /> | |
1577 </fields> | |
1578 </theme> | |
1579 | |
1580 <theme name="FixingSectorDeviationLS3"> | |
1581 <inherits> | |
1582 <inherit from="FixAreas" /> | |
1583 </inherits> | |
1584 <fields> | |
1585 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1586 default="255, 0, 0" /> | |
1587 </fields> | |
1588 </theme> | |
1589 | |
1590 <theme name="FixLSDeviation"> | |
1591 <inherits> | |
1592 <inherit from="FixAreas" /> | |
1593 </inherits> | |
1594 <fields> | |
1595 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1596 default="100, 100, 100" /> | |
1597 </fields> | |
1598 </theme> | |
1599 | |
1600 <theme name="FixLSAnalysis"> | |
1601 <inherits> | |
1602 <inherit from="FixLines" /> | |
1603 </inherits> | |
1604 <fields> | |
1605 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1606 </fields> | |
1607 </theme> | |
1608 | |
1609 <theme name="FixLSReference"> | |
1610 <inherits> | |
1611 <inherit from="FixLines" /> | |
1612 </inherits> | |
1613 <fields> | |
1614 <field name="linecolor" type="Color" default="0, 80, 160" /> | |
1615 </fields> | |
1616 </theme> | |
1617 | |
1618 <theme name="FixDeltaWtDeviation"> | |
1619 <inherits> | |
1620 <inherit from="FixAreas"/> | |
1621 </inherits> | |
1622 <fields> | |
1623 <field name="areabgcolor" type="Color" default="0, 0, 0" display="FĂĽllfarbe"/> | |
1624 </fields> | |
1625 </theme> | |
1626 | |
1627 <theme name="FixingDeltaWtAnalysisPeriods"> | |
1628 <inherits> | |
1629 <inherit from="FixAreas"/> | |
1630 </inherits> | |
1631 <fields> | |
1632 <field name="areabgcolor" type="Color" default="255, 0, 0" display="FĂĽllfarbe" /> | |
1633 </fields> | |
1634 </theme> | |
1635 | |
1636 <theme name="FixingReferencePeriod"> | |
1637 <inherits> | |
1638 <inherit from="FixAreas"/> | |
1639 </inherits> | |
1640 <fields> | |
1641 <field name="areabgcolor" type="Color" default="0, 0, 255" display="FĂĽllfarbe" /> | |
1642 </fields> | |
1643 </theme> | |
1644 | |
1645 <theme name="QSectors"> | |
1646 <inherits> | |
1647 <inherit from="FixLines" /> | |
1648 </inherits> | |
1649 <fields> | |
1650 <field name="showlinelabel" type="boolean" | |
1651 display="Beschriftung anzeigen" default="true" hints="h" /> | |
1652 </fields> | |
1653 </theme> | |
1654 | |
1655 | |
1656 | |
1657 <theme name="MapLines"> | |
1658 <fields> | |
1659 <field name="linecolor" type="Color" display="Linienfarbe" | |
1660 default="0, 0, 205" /> | |
1661 <field name="linesize" type="int" display="Liniendicke" | |
1662 default="3" hints="h" /> | |
1663 </fields> | |
1664 </theme> | |
1665 | |
1666 <theme name="Floodmaps"> | |
1667 <inherits> | |
1668 <inherit from="Map" /> | |
1669 </inherits> | |
1670 </theme> | |
1671 | |
1672 <theme name="Floodplains"> | |
1673 <inherits> | |
1674 <inherit from="Map" /> | |
1675 </inherits> | |
1676 </theme> | |
1677 | |
1678 <theme name="Floodmarks"> | |
1679 <inherits> | |
1680 <inherit from="MapLines" /> | |
1681 <inherit from="Symbol" /> | |
1682 </inherits> | |
1683 </theme> | |
1684 | |
1685 <theme name="WSPLGEN"> | |
1686 <inherits> | |
1687 <inherit from="Uesk" /> | |
1688 </inherits> | |
1689 <fields> | |
1690 <field name="startcolor" type="Color" | |
1691 display="Farbverlauf Startfarbe" default="178, 201, 215" /> | |
1692 <field name="endcolor" type="Color" | |
1693 display="Farbverlauf Endfarbe" default="2, 27, 42" /> | |
1694 <field name="numclasses" type="int" display="Anzahl Klassen" | |
1695 default="6" /> | |
1696 </fields> | |
1697 </theme> | |
1698 | |
1699 <theme name="RiverAxis"> | |
1700 <inherits> | |
1701 <inherit from="MapLines" /> | |
1702 </inherits> | |
1703 <fields> | |
1704 </fields> | |
1705 </theme> | |
1706 | |
1707 <theme name="Kms"> | |
1708 <inherits> | |
1709 <inherit from="MapLines" /> | |
1710 <inherit from="Label" /> | |
1711 <inherit from="Symbol" /> | |
1712 </inherits> | |
1713 </theme> | |
1714 | |
1715 | |
1716 <theme name="Fixpoints"> | |
1717 <inherits> | |
1718 <inherit from="MapLines" /> | |
1719 <inherit from="Symbol" /> | |
1720 </inherits> | |
1721 </theme> | |
1722 | |
1723 | |
1724 <theme name="GaugeLocation"> | |
1725 <inherits> | |
1726 <inherit from="MapLines" /> | |
1727 <inherit from="Symbol" /> | |
1728 </inherits> | |
1729 </theme> | |
1730 | |
1731 | |
1732 <theme name="Qps"> | |
1733 <inherits> | |
1734 <inherit from="MapLines" /> | |
1735 </inherits> | |
1736 </theme> | |
1737 | |
1738 <theme name="Hws"> | |
1739 <inherits> | |
1740 <inherit from="MapLines" /> | |
1741 </inherits> | |
1742 </theme> | |
1743 | |
1744 <theme name="HwsPoints"> | |
1745 <inherits> | |
1746 <inherit from="MapLines"/> | |
1747 <inherit from="Label" /> | |
1748 <inherit from="Symbol" /> | |
1749 </inherits> | |
1750 </theme> | |
1751 | |
1752 <theme name="Catchment"> | |
1753 <inherits> | |
1754 <inherit from="Map" /> | |
1755 </inherits> | |
1756 </theme> | |
1757 | |
1758 <theme name="FloodmapLines"> | |
1759 <inherits> | |
1760 <inherit from="MapLines" /> | |
1761 </inherits> | |
1762 <fields> | |
1763 <field name="linecolor" type="Color" display="Linienfarbe" | |
1764 default="140, 200, 130" /> | |
1765 </fields> | |
1766 </theme> | |
1767 | |
1768 <theme name="Buildings"> | |
1769 <inherits> | |
1770 <inherit from="MapLines" /> | |
1771 </inherits> | |
1772 </theme> | |
1773 | |
1774 <theme name="HydrBoundariesLines"> | |
1775 <inherits> | |
1776 <inherit from="MapLines" /> | |
1777 </inherits> | |
1778 </theme> | |
1779 | |
1780 <theme name="HydrBoundariesPolys"> | |
1781 <inherits> | |
1782 <inherit from="Map" /> | |
1783 </inherits> | |
1784 </theme> | |
1785 | |
1786 <theme name="Jetties"> | |
1787 <inherits> | |
1788 <inherit from="MapLines"/> | |
1789 <inherit from="Label" /> | |
1790 <inherit from="Symbol" /> | |
1791 </inherits> | |
1792 </theme> | |
1793 | |
1794 | |
1795 | |
1796 <theme name="HistoricalDischargeCurve"> | |
1797 <inherits> | |
1798 <inherit from="Lines" /> | |
1799 <inherit from="Points" /> | |
1800 </inherits> | |
1801 <fields> | |
1802 <field name="linecolor" type="Color" display="Linienfarbe" | |
1803 default="0, 0, 153" /> | |
1804 <field name="linesize" type="int" display="Liniendicke" | |
1805 default="2" /> | |
1806 </fields> | |
1807 </theme> | |
1808 | |
1809 <theme name="HistoricalDischargeCurveQ"> | |
1810 <inherits> | |
1811 <inherit from="HistoricalDischargeCurve" /> | |
1812 <inherit from="MinMaxPoints" /> | |
1813 </inherits> | |
1814 <fields> | |
1815 <field name="showlinelabel" type="boolean" | |
1816 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1817 <field name="showpointlabel" type="boolean" | |
1818 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1819 </fields> | |
1820 </theme> | |
1821 | |
1822 <theme name="HistoricalDischargeCurveQDiff"> | |
1823 <inherits> | |
1824 <inherit from="HistoricalDischargeCurve" /> | |
1825 <inherit from="MinMaxPoints" /> | |
1826 </inherits> | |
1827 <fields> | |
1828 <field name="linecolor" type="Color" display="Linienfarbe" | |
1829 default="204, 204, 204" /> | |
1830 <field name="showlinelabel" type="boolean" | |
1831 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1832 <field name="showpointlabel" type="boolean" | |
1833 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1834 </fields> | |
1835 </theme> | |
1836 | |
1837 <theme name="HistoricalDischargeCurveW"> | |
1838 <inherits> | |
1839 <inherit from="HistoricalDischargeCurve" /> | |
1840 <inherit from="MinMaxPoints" /> | |
1841 </inherits> | |
1842 <fields> | |
1843 <field name="linecolor" type="Color" display="Linienfarbe" | |
1844 default="100, 100, 153" /> | |
1845 <field name="showlinelabel" type="boolean" | |
1846 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1847 <field name="showpointlabel" type="boolean" | |
1848 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1849 </fields> | |
1850 </theme> | |
1851 | |
1852 <theme name="HistoricalDischargeCurveWDiff"> | |
1853 <inherits> | |
1854 <inherit from="HistoricalDischargeCurve" /> | |
1855 <inherit from="MinMaxPoints" /> | |
1856 </inherits> | |
1857 <fields> | |
1858 <field name="linecolor" type="Color" display="Linienfarbe" | |
1859 default="250, 250, 204" /> | |
1860 <field name="showlinelabel" type="boolean" | |
1861 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1862 <field name="showpointlabel" type="boolean" | |
1863 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1864 </fields> | |
1865 </theme> | |
1866 | |
1867 <theme name="HistoricalDischargeWQCurve"> | |
1868 <inherits> | |
1869 <inherit from="HistoricalDischargeCurve" /> | |
1870 </inherits> | |
1871 <fields> | |
1872 <field name="linecolor" type="Color" display="Linienfarbe" | |
1873 default="0, 0, 204" /> | |
1874 <field name="showlinelabel" type="boolean" | |
1875 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1876 <field name="showpointlabel" type="boolean" | |
1877 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1878 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1879 default="false" /> | |
1880 </fields> | |
1881 </theme> | |
1882 | |
1883 <theme name="HistoricalDischargeWQW"> | |
1884 <!-- the facet has no styling... | |
1885 <inherits> | |
1886 <inherit from="HistoricalDischargeCurve" /> | |
1887 <inherit from="Label" /> | |
1888 </inherits> | |
1889 <fields> | |
1890 <field name="linecolor" type="Color" display="Linienfarbe" | |
1891 default="0, 0, 255" /> | |
1892 <field name="linesize" type="int" display="Liniendicke" | |
1893 default="1" /> | |
1894 <field name="linetype" type="Dash" display="Linienart" | |
1895 default="10" /> | |
1896 <field name="showlines" type="boolean" display="Linie anzeigen" | |
1897 default="true" hints="hidden" /> | |
1898 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1899 default="false" /> | |
1900 <field name="pointsize" type="int" display="Punktdicke" | |
1901 default="3" /> | |
1902 <field name="showlinelabel" type="boolean" | |
1903 display="Beschriftung anzeigen" default="false" /> | |
1904 <field name="showpointlabel" type="boolean" | |
1905 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1906 </fields>--> | |
1907 </theme> | |
1908 | |
1909 <theme name="HistoricalDischargeWQQ"> | |
1910 <inherits> | |
1911 <inherit from="HistoricalDischargeCurve" /> | |
1912 <inherit from="Label" /> | |
1913 </inherits> | |
1914 <fields> | |
1915 <field name="linecolor" type="Color" display="Linienfarbe" | |
1916 default="204, 204, 204" /> | |
1917 <field name="linesize" type="int" display="Liniendicke" | |
1918 default="1" /> | |
1919 <field name="linetype" type="Dash" display="Linienart" | |
1920 default="10" /> | |
1921 <field name="showlines" type="boolean" display="Linie anzeigen" | |
1922 default="true" hints="hidden" /> | |
1923 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1924 default="false" /> | |
1925 <field name="pointsize" type="int" display="Punktdicke" | |
1926 default="3" /> | |
1927 <field name="showlinelabel" type="boolean" | |
1928 display="Beschriftung anzeigen" default="false" /> | |
1929 <field name="showpointlabel" type="boolean" | |
1930 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1931 </fields> | |
1932 </theme> | |
1933 | |
1934 | |
1935 | |
1936 <theme name="ReferenceCurve"> | |
1937 <inherits> | |
1938 <inherit from="Lines" /> | |
1939 <inherit from="Points" /> | |
1940 <inherit from="Label" /> | |
1941 <inherit from="MinMaxPoints" /> | |
1942 </inherits> | |
1943 <fields> | |
1944 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1945 default="false" /> | |
1946 <field name="showpointlabel" type="boolean" | |
1947 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1948 <field name="linecolor" type="Color" display="Linienfarbe" | |
1949 default="204, 204, 204" /> | |
1950 </fields> | |
1951 </theme> | |
1952 | |
1953 <theme name="ReferenceCurveNormalized"> | |
1954 <inherits> | |
1955 <inherit from="ReferenceCurve" /> | |
1956 </inherits> | |
1957 <fields> | |
1958 </fields> | |
1959 </theme> | |
1960 | |
1961 | |
1962 | |
1963 <theme name="SQMeasurements"> | |
1964 <inherits> | |
1965 <inherit from="Points" /> | |
1966 </inherits> | |
1967 <fields> | |
1968 <field name="pointcolor" type="Color" default="0, 153, 255" /> | |
1969 </fields> | |
1970 </theme> | |
1971 | |
1972 <theme name="SQOutliers"> | |
1973 <inherits> | |
1974 <inherit from="Points" /> | |
1975 </inherits> | |
1976 <fields> | |
1977 <field name="pointcolor" type="Color" default="204, 0, 0" /> | |
1978 </fields> | |
1979 </theme> | |
1980 | |
1981 <theme name="SQCurve"> | |
1982 <inherits> | |
1983 <inherit from="Lines" /> | |
1984 <inherit from="Points" /> | |
1985 <inherit from="Label" /> | |
1986 </inherits> | |
1987 <fields> | |
1988 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1989 default="false" /> | |
1990 <field name="showpointlabel" type="boolean" | |
1991 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1992 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
1993 </fields> | |
1994 </theme> | |
1995 </themegroup> |