comparison artifacts/doc/conf/themes/default.xml @ 6112:439809f4d2b7

Merged theme config files default.xml and second.xml.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 27 May 2013 15:43:34 +0200
parents 4bbf2ef9bdd8
children b79b400d5de1
comparison
equal deleted inserted replaced
6111:6815714c1f97 6112:439809f4d2b7
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <themegroup name="default"> 2 <themegroup name="default">
3 <!-- top level classes defining additional attributes--> 3 <theme name="MainValuesQ">
4 <theme name="LongitudinalSection">
5 <inherits> 4 <inherits>
6 <inherit from="Lines" /> 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" />
7 <inherit from="Points" /> 63 <inherit from="Points" />
8 <inherit from="MinMaxPoints" /> 64 <inherit from="MinMaxPoints" />
9 <inherit from="Label" />
10 </inherits> 65 </inherits>
11 <fields> 66 <fields>
12 <field name="showpoints" type="boolean" display="Punkte anzeigen" 67 <field name="showpoints" type="boolean" display="Punkte anzeigen"
13 default="false" /> 68 default="false" />
14 <field name="showpointlabel" type="boolean" 69 <field name="showpointlabel" type="boolean"
15 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> 70 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
16 </fields> 71 <field name="linecolor" type="Color" display="Linienfarbe"
17 </theme> 72 default="204, 204, 204" />
18 73 </fields>
19 <theme name="LongitudinalSectionW"> 74 </theme>
20 <inherits> 75
21 <inherit from="LongitudinalSection" /> 76 <theme name="WKmsAnnotation">
22 </inherits> 77 <inherits>
23 <fields> 78 <inherit from="Lines" />
24 <field name="bandwidth" type="double" display="Bandbreite" 79 <inherit from="Label" />
25 default="0"/> 80 </inherits>
26 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe" 81 <fields>
27 default="104, 104, 104"/> 82 <field name="linecolor" type="Color" display="Linienfarbe"
28 <field name="transparency" type="int" default="20" display="Transparenz"/> 83 default="204, 204, 204" />
29 </fields> 84 <field name="pointsize" type="int" display="Punktdicke"
30 </theme> 85 default="3" hints="h" />
31 86 </fields>
32 <theme name="LongitudinalSectionPoints"> 87 </theme>
33 <inherits> 88
34 <inherit from="Points" /> 89 <theme name="WQKms">
35 </inherits>
36 <fields>
37 </fields>
38 </theme>
39
40 <theme name="Differences">
41 <inherits> 90 <inherits>
42 <inherit from="Lines" /> 91 <inherit from="Lines" />
43 <inherit from="Points" /> 92 <inherit from="Points" />
44 <inherit from="MinMaxPoints" /> 93 <inherit from="MinMaxPoints" />
45 </inherits> 94 </inherits>
51 <field name="linecolor" type="Color" display="Linienfarbe" 100 <field name="linecolor" type="Color" display="Linienfarbe"
52 default="204, 204, 204" /> 101 default="204, 204, 204" />
53 </fields> 102 </fields>
54 </theme> 103 </theme>
55 104
56 105 <theme name="WQPoints">
57 <!-- Classes defining special values --> 106 <inherits>
58 <theme name="LongitudinalSectionW_HQ1"> 107 <inherit from="Points" />
59 <inherits> 108 <inherit from="Label" />
60 <inherit from="LongitudinalSectionW" /> 109 </inherits>
61 </inherits> 110 <fields>
62 <fields> 111 <field name="pointcolor" type="Color" display="Linienfarbe"
63 <field name="linecolor" type="Color" display="Linienfarbe" 112 default="204, 0, 0" />
64 default="0, 0, 102" /> 113 </fields>
65 </fields> 114 </theme>
66 </theme> 115
67 116 <theme name="heightmarks_points">
68 <theme name="LongitudinalSectionW_HQ2"> 117 <inherits>
69 <inherits> 118 <inherit from="Points" />
70 <inherit from="LongitudinalSectionW" /> 119 <inherit from="Label" />
71 </inherits> 120 </inherits>
72 <fields> 121 <fields>
73 <field name="linecolor" type="Color" display="Linienfarbe" 122 <field name="pointcolor" type="Color" display="Linienfarbe"
74 default="0, 0, 102" />
75 </fields>
76 </theme>
77
78 <theme name="LongitudinalSectionW_HQ5">
79 <inherits>
80 <inherit from="LongitudinalSectionW" />
81 </inherits>
82 <fields>
83 <field name="linecolor" type="Color" display="Linienfarbe"
84 default="0, 153, 51" />
85 </fields>
86 </theme>
87
88 <theme name="LongitudinalSectionW_HQ10">
89 <inherits>
90 <inherit from="LongitudinalSectionW" />
91 </inherits>
92 <fields>
93 <field name="linecolor" type="Color" display="Linienfarbe"
94 default="0, 204, 204" />
95 </fields>
96 </theme>
97
98 <theme name="LongitudinalSectionW_HQ20">
99 <inherits>
100 <inherit from="LongitudinalSectionW" />
101 </inherits>
102 <fields>
103 <field name="linecolor" type="Color" display="Linienfarbe"
104 default="153, 153, 0" />
105 </fields>
106 </theme>
107
108 <theme name="LongitudinalSectionW_HQ25">
109 <inherits>
110 <inherit from="LongitudinalSectionW" />
111 </inherits>
112 <fields>
113 <field name="linecolor" type="Color" display="Linienfarbe"
114 default="102, 51, 0" />
115 </fields>
116 </theme>
117
118 <theme name="LongitudinalSectionW_HQ50">
119 <inherits>
120 <inherit from="LongitudinalSectionW" />
121 </inherits>
122 <fields>
123 <field name="linecolor" type="Color" display="Linienfarbe"
124 default="255, 153, 0" />
125 </fields>
126 </theme>
127
128 <theme name="LongitudinalSectionW_HQ100">
129 <inherits>
130 <inherit from="LongitudinalSectionW" />
131 </inherits>
132 <fields>
133 <field name="linecolor" type="Color" display="Linienfarbe"
134 default="255, 0, 255" />
135 </fields>
136 </theme>
137
138 <theme name="LongitudinalSectionW_HQ200">
139 <inherits>
140 <inherit from="LongitudinalSectionW" />
141 </inherits>
142 <fields>
143 <field name="linecolor" type="Color" display="Linienfarbe"
144 default="255, 100, 255" />
145 </fields>
146 </theme>
147
148 <theme name="LongitudinalSectionW_HQ300">
149 <inherits>
150 <inherit from="LongitudinalSectionW" />
151 </inherits>
152 <fields>
153 <field name="linecolor" type="Color" display="Linienfarbe"
154 default="255, 0, 100" />
155 </fields>
156 </theme>
157
158 <theme name="LongitudinalSectionW_HQ500">
159 <inherits>
160 <inherit from="LongitudinalSectionW" />
161 </inherits>
162 <fields>
163 <field name="linecolor" type="Color" display="Linienfarbe"
164 default="102, 0, 102" />
165 </fields>
166 </theme>
167
168 <theme name="LongitudinalSectionW_HQ1000">
169 <inherits>
170 <inherit from="LongitudinalSectionW" />
171 </inherits>
172 <fields>
173 <field name="linecolor" type="Color" display="Linienfarbe"
174 default="0, 0, 0" /> 123 default="0, 0, 0" />
175 </fields> 124 </fields>
176 </theme> 125 </theme>
177 126
178 <theme name="LongitudinalSectionW_HQRZ"> 127 <theme name="Area">
179 <inherits>
180 <inherit from="LongitudinalSectionW" />
181 </inherits>
182 <fields>
183 <field name="linecolor" type="Color" display="Linienfarbe"
184 default="102, 0, 102" />
185 </fields>
186 </theme>
187
188 <theme name="LongitudinalSectionW_HSQ">
189 <inherits>
190 <inherit from="LongitudinalSectionW" />
191 </inherits>
192 <fields>
193 <field name="linecolor" type="Color" display="Linienfarbe"
194 default="253, 153, 0" />
195 </fields>
196 </theme>
197
198 <theme name="LongitudinalSectionW_MHQ">
199 <inherits>
200 <inherit from="LongitudinalSectionW" />
201 </inherits>
202 <fields>
203 <field name="linecolor" type="Color" display="Linienfarbe"
204 default="102, 255, 102" />
205 </fields>
206 </theme>
207
208 <theme name="LongitudinalSectionW_MNQ">
209 <inherits>
210 <inherit from="LongitudinalSectionW" />
211 </inherits>
212 <fields>
213 <field name="linecolor" type="Color" display="Linienfarbe"
214 default="0, 255, 255" />
215 </fields>
216 </theme>
217
218 <theme name="LongitudinalSectionW_MQ">
219 <inherits>
220 <inherit from="LongitudinalSectionW" />
221 </inherits>
222 <fields>
223 <field name="linecolor" type="Color" display="Linienfarbe"
224 default="0, 51, 204" />
225 </fields>
226 </theme>
227
228 <theme name="LongitudinalSectionW_NQ">
229 <inherits>
230 <inherit from="LongitudinalSectionW" />
231 </inherits>
232 <fields>
233 <field name="linecolor" type="Color" display="Linienfarbe"
234 default="153, 204, 255" />
235 </fields>
236 </theme>
237
238 <theme name="LongitudinalSectionW_HQExtrem">
239 <inherits>
240 <inherit from="LongitudinalSectionW" />
241 </inherits>
242 <fields>
243 <field name="linecolor" type="Color" display="Linienfarbe"
244 default="0, 0, 0" />
245 </fields>
246 </theme>
247
248 <theme name="LongitudinalSectionW_HQ1_Points">
249 <inherits>
250 <inherit from="LongitudinalSectionPoints" />
251 </inherits>
252 <fields>
253 <field name="pointcolor" type="Color" display="Punktfarbe"
254 default="0, 0, 102" />
255 </fields>
256 </theme>
257
258 <theme name="LongitudinalSectionW_HQ2_Points">
259 <inherits>
260 <inherit from="LongitudinalSectionPoints" />
261 </inherits>
262 <fields>
263 <field name="pointcolor" type="Color" display="Punktfarbe"
264 default="0, 0, 102" />
265 </fields>
266 </theme>
267
268 <theme name="LongitudinalSectionW_HQ5_Points">
269 <inherits>
270 <inherit from="LongitudinalSectionPoints" />
271 </inherits>
272 <fields>
273 <field name="pointcolor" type="Color" display="Punktfarbe"
274 default="0, 153, 51" />
275 </fields>
276 </theme>
277
278 <theme name="LongitudinalSectionW_HQ10_Points">
279 <inherits>
280 <inherit from="LongitudinalSectionPoints" />
281 </inherits>
282 <fields>
283 <field name="pointcolor" type="Color" display="Punktfarbe"
284 default="0, 204, 204" />
285 </fields>
286 </theme>
287
288 <theme name="LongitudinalSectionW_HQ20_Points">
289 <inherits>
290 <inherit from="LongitudinalSectionPoints" />
291 </inherits>
292 <fields>
293 <field name="pointcolor" type="Color" display="Punktfarbe"
294 default="153, 153, 0" />
295 </fields>
296 </theme>
297
298 <theme name="LongitudinalSectionW_HQ25_Points">
299 <inherits>
300 <inherit from="LongitudinalSectionPoints" />
301 </inherits>
302 <fields>
303 <field name="pointcolor" type="Color" display="Punktfarbe"
304 default="102, 51, 0" />
305 </fields>
306 </theme>
307
308 <theme name="LongitudinalSectionW_HQ50_Points">
309 <inherits>
310 <inherit from="LongitudinalSectionPoints" />
311 </inherits>
312 <fields>
313 <field name="pointcolor" type="Color" display="Punktfarbe"
314 default="255, 153, 153" />
315 </fields>
316 </theme>
317
318 <theme name="LongitudinalSectionW_HQ100_Points">
319 <inherits>
320 <inherit from="LongitudinalSectionPoints" />
321 </inherits>
322 <fields>
323 <field name="pointcolor" type="Color" display="Punktfarbe"
324 default="255, 0, 51" />
325 </fields>
326 </theme>
327
328 <theme name="LongitudinalSectionW_HQ200_Points">
329 <inherits>
330 <inherit from="LongitudinalSectionPoints" />
331 </inherits>
332 <fields>
333 <field name="pointcolor" type="Color" display="Punktfarbe"
334 default="255, 0, 255" />
335 </fields>
336 </theme>
337
338 <theme name="LongitudinalSectionW_HQ300_Points">
339 <inherits>
340 <inherit from="LongitudinalSectionPoints" />
341 </inherits>
342 <fields>
343 <field name="pointcolor" type="Color" display="Punktfarbe"
344 default="255, 100, 255" />
345 </fields>
346 </theme>
347
348 <theme name="LongitudinalSectionW_HQ500_Points">
349 <inherits>
350 <inherit from="LongitudinalSectionPoints" />
351 </inherits>
352 <fields>
353 <field name="pointcolor" type="Color" display="Punktfarbe"
354 default="102, 0, 102" />
355 </fields>
356 </theme>
357
358 <theme name="LongitudinalSectionW_HQ1000_Points">
359 <inherits>
360 <inherit from="LongitudinalSectionPoints" />
361 </inherits>
362 <fields>
363 <field name="pointcolor" type="Color" display="Punktfarbe"
364 default="0, 0, 0" />
365 </fields>
366 </theme>
367
368 <theme name="LongitudinalSectionW_HQRZ_Points">
369 <inherits>
370 <inherit from="LongitudinalSectionPoints" />
371 </inherits>
372 <fields>
373 <field name="pointcolor" type="Color" display="Punktfarbe"
374 default="102, 0, 102" />
375 </fields>
376 </theme>
377
378 <theme name="LongitudinalSectionW_HSQ_Points">
379 <inherits>
380 <inherit from="LongitudinalSectionPoints" />
381 </inherits>
382 <fields>
383 <field name="pointcolor" type="Color" display="Punktfarbe"
384 default="253, 153, 0" />
385 </fields>
386 </theme>
387
388 <theme name="LongitudinalSectionW_MHQ_Points">
389 <inherits>
390 <inherit from="LongitudinalSectionPoints" />
391 </inherits>
392 <fields>
393 <field name="pointcolor" type="Color" display="Punktfarbe"
394 default="102, 255, 102" />
395 </fields>
396 </theme>
397
398 <theme name="LongitudinalSectionW_MNQ_Points">
399 <inherits>
400 <inherit from="LongitudinalSectionPoints" />
401 </inherits>
402 <fields>
403 <field name="pointcolor" type="Color" display="Punktfarbe"
404 default="0, 255, 255" />
405 </fields>
406 </theme>
407
408 <theme name="LongitudinalSectionW_MQ_Points">
409 <inherits>
410 <inherit from="LongitudinalSectionPoints" />
411 </inherits>
412 <fields>
413 <field name="pointcolor" type="Color" display="Punktfarbe"
414 default="0, 51, 204" />
415 </fields>
416 </theme>
417
418 <theme name="LongitudinalSectionW_NQ_Points">
419 <inherits>
420 <inherit from="LongitudinalSectionPoints" />
421 </inherits>
422 <fields>
423 <field name="pointcolor" type="Color" display="Punktfarbe"
424 default="153, 204, 255" />
425 </fields>
426 </theme>
427
428 <theme name="LongitudinalSectionW_HQExtrem_Points">
429 <inherits>
430 <inherit from="LongitudinalSectionPoints" />
431 </inherits>
432 <fields>
433 <field name="pointcolor" type="Color" display="Punktfarbe"
434 default="0, 0, 0" />
435 </fields>
436 </theme>
437
438 <theme name="LongitudinalSectionQ_HQ1">
439 <inherits>
440 <inherit from="LongitudinalSection" />
441 </inherits>
442 <fields>
443 <field name="linecolor" type="Color" display="Linienfarbe"
444 default="0, 0, 102" />
445 </fields>
446 </theme>
447
448 <theme name="LongitudinalSectionQ_HQ2">
449 <inherits>
450 <inherit from="LongitudinalSection" />
451 </inherits>
452 <fields>
453 <field name="linecolor" type="Color" display="Linienfarbe"
454 default="0, 0, 102" />
455 </fields>
456 </theme>
457
458 <theme name="LongitudinalSectionQ_HQ5">
459 <inherits>
460 <inherit from="LongitudinalSection" />
461 </inherits>
462 <fields>
463 <field name="linecolor" type="Color" display="Linienfarbe"
464 default="0, 153, 51" />
465 </fields>
466 </theme>
467
468 <theme name="LongitudinalSectionQ_HQ10">
469 <inherits>
470 <inherit from="LongitudinalSection" />
471 </inherits>
472 <fields>
473 <field name="linecolor" type="Color" display="Linienfarbe"
474 default="0, 204, 204" />
475 </fields>
476 </theme>
477
478 <theme name="LongitudinalSectionQ_HQ20">
479 <inherits>
480 <inherit from="LongitudinalSection" />
481 </inherits>
482 <fields>
483 <field name="linecolor" type="Color" display="Linienfarbe"
484 default="153, 153, 0" />
485 </fields>
486 </theme>
487
488 <theme name="LongitudinalSectionQ_HQ25">
489 <inherits>
490 <inherit from="LongitudinalSection" />
491 </inherits>
492 <fields>
493 <field name="linecolor" type="Color" display="Linienfarbe"
494 default="102, 51, 0" />
495 </fields>
496 </theme>
497
498 <theme name="LongitudinalSectionQ_HQ50">
499 <inherits>
500 <inherit from="LongitudinalSection" />
501 </inherits>
502 <fields>
503 <field name="linecolor" type="Color" display="Linienfarbe"
504 default="255, 153, 153" />
505 </fields>
506 </theme>
507
508 <theme name="LongitudinalSectionQ_HQ100">
509 <inherits>
510 <inherit from="LongitudinalSection" />
511 </inherits>
512 <fields>
513 <field name="linecolor" type="Color" display="Linienfarbe"
514 default="255, 0, 51" />
515 </fields>
516 </theme>
517
518 <theme name="LongitudinalSectionQ_HQ200">
519 <inherits>
520 <inherit from="LongitudinalSection" />
521 </inherits>
522 <fields>
523 <field name="linecolor" type="Color" display="Linienfarbe"
524 default="255, 0, 255" />
525 </fields>
526 </theme>
527
528 <theme name="LongitudinalSectionQ_HQ300">
529 <inherits>
530 <inherit from="LongitudinalSection" />
531 </inherits>
532 <fields>
533 <field name="linecolor" type="Color" display="Linienfarbe"
534 default="255, 100, 255" />
535 </fields>
536 </theme>
537
538 <theme name="LongitudinalSectionQ_HQ500">
539 <inherits>
540 <inherit from="LongitudinalSection" />
541 </inherits>
542 <fields>
543 <field name="linecolor" type="Color" display="Linienfarbe"
544 default="102, 0, 102" />
545 </fields>
546 </theme>
547
548 <theme name="LongitudinalSectionQ_HQ1000">
549 <inherits>
550 <inherit from="LongitudinalSection" />
551 </inherits>
552 <fields>
553 <field name="linecolor" type="Color" display="Linienfarbe"
554 default="0, 0, 0" />
555 </fields>
556 </theme>
557
558 <theme name="LongitudinalSectionQ_HQRZ">
559 <inherits>
560 <inherit from="LongitudinalSection" />
561 </inherits>
562 <fields>
563 <field name="linecolor" type="Color" display="Linienfarbe"
564 default="102, 0, 102" />
565 </fields>
566 </theme>
567
568 <theme name="LongitudinalSectionQ_HSQ">
569 <inherits>
570 <inherit from="LongitudinalSection" />
571 </inherits>
572 <fields>
573 <field name="linecolor" type="Color" display="Linienfarbe"
574 default="253, 153, 0" />
575 </fields>
576 </theme>
577
578 <theme name="LongitudinalSectionQ_MHQ">
579 <inherits>
580 <inherit from="LongitudinalSection" />
581 </inherits>
582 <fields>
583 <field name="linecolor" type="Color" display="Linienfarbe"
584 default="102, 255, 102" />
585 </fields>
586 </theme>
587
588 <theme name="LongitudinalSectionQ_MNQ">
589 <inherits>
590 <inherit from="LongitudinalSection" />
591 </inherits>
592 <fields>
593 <field name="linecolor" type="Color" display="Linienfarbe"
594 default="0, 255, 255" />
595 </fields>
596 </theme>
597
598 <theme name="LongitudinalSectionQ_MQ">
599 <inherits>
600 <inherit from="LongitudinalSection" />
601 </inherits>
602 <fields>
603 <field name="linecolor" type="Color" display="Linienfarbe"
604 default="0, 51, 204" />
605 </fields>
606 </theme>
607
608 <theme name="LongitudinalSectionQ_NQ">
609 <inherits>
610 <inherit from="LongitudinalSection" />
611 </inherits>
612 <fields>
613 <field name="linecolor" type="Color" display="Linienfarbe"
614 default="153, 204, 255" />
615 </fields>
616 </theme>
617
618 <theme name="LongitudinalSectionQ_HQExtrem">
619 <inherits>
620 <inherit from="LongitudinalSection" />
621 </inherits>
622 <fields>
623 <field name="linecolor" type="Color" display="Linienfarbe"
624 default="0, 0, 0" />
625 </fields>
626 </theme>
627
628 <theme name="DischargeLongitudinalSectionW">
629 <inherits>
630 <inherit from="LongitudinalSection" />
631 </inherits>
632 <fields>
633 <field name="linecolor" type="Color" display="Linienfarbe"
634 default="204, 204, 204" />
635 </fields>
636 </theme>
637
638
639 <theme name="DischargeLongitudinalSectionC">
640 <inherits>
641 <inherit from="LongitudinalSection" />
642 </inherits>
643 <fields>
644 <field name="linecolor" type="Color" display="Linienfarbe"
645 default="255, 0 , 0" />
646 </fields>
647 </theme>
648
649 <theme name="DischargeLongitudinalSectionQ">
650 <inherits>
651 <inherit from="LongitudinalSection" />
652 </inherits>
653 <fields>
654 <field name="linecolor" type="Color" display="Linienfarbe"
655 default="204, 204, 204" />
656 </fields>
657 </theme>
658
659 <theme name="LongitudinalSectionQInfoldCut">
660 <inherits>
661 <inherit from="LongitudinalSection" />
662 </inherits>
663 <fields>
664 <field name="linecolor" type="Color" display="Linienfarbe"
665 default="102, 102, 102" />
666 </fields>
667 </theme>
668
669 <theme name="LongitudinalSectionQInfolding">
670 <inherits>
671 <inherit from="LongitudinalSection" />
672 </inherits>
673 <fields>
674 <field name="linecolor" type="Color" display="Linienfarbe"
675 default="51, 51, 51" />
676 </fields>
677 </theme>
678
679 <!-- MIDDLE BED HEIGHT -->
680 <theme name="MiddleBedHeightSingle">
681 <inherits>
682 <inherit from="LongitudinalSection" />
683 </inherits>
684 <fields>
685 <field name="linecolor" type="Color" display="Linienfarbe"
686 default="204, 204, 204" />
687 </fields>
688 </theme>
689
690 <theme name="MiddleBedHeightEpoch">
691 <inherits>
692 <inherit from="LongitudinalSection" />
693 </inherits>
694 <fields>
695 <field name="linecolor" type="Color" display="Linienfarbe"
696 default="0, 0, 102" />
697 </fields>
698 </theme>
699
700 <!-- Bed Quality -->
701 <theme name="PorosityTopLayer">
702 <inherits>
703 <inherit from="LongitudinalSection" />
704 </inherits>
705 <fields>
706 <field name="linecolor" type="Color" display="Linienfarbe"
707 default="0, 0, 0" />
708 </fields>
709 </theme>
710
711 <theme name="PorositySubLayer">
712 <inherits>
713 <inherit from="LongitudinalSection" />
714 </inherits>
715 <fields>
716 <field name="linecolor" type="Color" display="Linienfarbe"
717 default="0, 0, 0" />
718 </fields>
719 </theme>
720
721 <theme name="DensityTopLayer">
722 <inherits>
723 <inherit from="LongitudinalSection" />
724 </inherits>
725 <fields>
726 <field name="linecolor" type="Color" display="Linienfarbe"
727 default="153, 99, 102" />
728 </fields>
729 </theme>
730
731 <theme name="DensitySubLayer">
732 <inherits>
733 <inherit from="LongitudinalSection" />
734 </inherits>
735 <fields>
736 <field name="linecolor" type="Color" display="Linienfarbe"
737 default="153, 99, 102" />
738 </fields>
739 </theme>
740
741 <theme name="BedDiameterTopLayer">
742 <inherits>
743 <inherit from="LongitudinalSection" />
744 </inherits>
745 <fields>
746 <field name="linecolor" type="Color" display="Linienfarbe"
747 default="255, 0, 0" />
748 </fields>
749 </theme>
750
751 <theme name="BedDiameterSubLayer">
752 <inherits>
753 <inherit from="LongitudinalSection" />
754 </inherits>
755 <fields>
756 <field name="linecolor" type="Color" display="Linienfarbe"
757 default="255, 0, 0" />
758 </fields>
759 </theme>
760
761 <theme name="BedLoadDiameter">
762 <inherits>
763 <inherit from="LongitudinalSection" />
764 </inherits>
765 <fields>
766 <field name="linecolor" type="Color" display="Linienfarbe"
767 default="0, 255, 0" />
768 </fields>
769 </theme>
770
771 <!-- Bedheight differences -->
772 <theme name="BedheightDiffYear">
773 <inherits>
774 <inherit from="LongitudinalSection" />
775 </inherits>
776 <fields>
777 <field name="linecolor" type="Color" display="Linienfarbe"
778 default="0, 204, 204" />
779 </fields>
780 </theme>
781
782 <theme name="BedheightDiffMorphWidth">
783 <inherits>
784 <inherit from="LongitudinalSection" />
785 </inherits>
786 <fields>
787 <field name="linecolor" type="Color" display="Linienfarbe"
788 default="204, 204, 0" />
789 </fields>
790 </theme>
791
792 <theme name="BedheightDiffEpoch">
793 <inherits>
794 <inherit from="LongitudinalSection" />
795 </inherits>
796 <fields>
797 <field name="linecolor" type="Color" display="Linienfarbe"
798 default="204, 0, 204" />
799 </fields>
800 </theme>
801
802 <theme name="BedheightDiffAbsHeight1">
803 <inherits>
804 <inherit from="LongitudinalSection" />
805 </inherits>
806 <fields>
807 <field name="linecolor" type="Color" display="Linienfarbe"
808 default="204, 0, 204" />
809 </fields>
810 </theme>
811
812 <theme name="BedheightDiffAbsHeight2">
813 <inherits>
814 <inherit from="LongitudinalSection" />
815 </inherits>
816 <fields>
817 <field name="linecolor" type="Color" display="Linienfarbe"
818 default="255, 100, 100" />
819 </fields>
820 </theme>
821
822 <theme name="BedheightDiffHeightYear">
823 <inherits>
824 <inherit from="LongitudinalSection" />
825 </inherits>
826 <fields>
827 <field name="linecolor" type="Color" display="Linienfarbe"
828 default="204, 0, 0" />
829 </fields>
830 </theme>
831
832 <theme name="MorphologicWidth">
833 <inherits>
834 <inherit from="LongitudinalSection" />
835 </inherits>
836 <fields>
837 <field name="linecolor" type="Color" default="0, 100, 200" />
838 <field name="showlinelabel" type="boolean"
839 display="Beschriftung anzeigen" default="false" hints="h" />
840 </fields>
841 </theme>
842 <!-- Flow velocity -->
843 <theme name="FlowVelocityVMainChannel">
844 <inherits>
845 <inherit from="LongitudinalSection" />
846 </inherits>
847 <fields>
848 <field name="linecolor" type="Color" display="Linienfarbe"
849 default="204, 204, 204" />
850 </fields>
851 </theme>
852
853 <theme name="FlowVelocityVTotalChannel">
854 <inherits>
855 <inherit from="LongitudinalSection" />
856 </inherits>
857 <fields>
858 <field name="linecolor" type="Color" display="Linienfarbe"
859 default="0, 0, 102" />
860 </fields>
861 </theme>
862
863 <theme name="FlowVelocityTau">
864 <inherits>
865 <inherit from="LongitudinalSection" />
866 </inherits>
867 <fields>
868 <field name="linecolor" type="Color" display="Linienfarbe"
869 default="0, 204, 204" />
870 </fields>
871 </theme>
872
873 <theme name="FlowVelocityDischarge">
874 <inherits>
875 <inherit from="LongitudinalSection" />
876 </inherits>
877 <fields>
878 <field name="linecolor" type="Color" display="Linienfarbe"
879 default="0, 204, 0" />
880 </fields>
881 </theme>
882
883 <!-- Sediment load -->
884 <theme name="SedimentLoadCoarse">
885 <inherits>
886 <inherit from="LongitudinalSection" />
887 </inherits>
888 <fields>
889 <field name="linecolor" type="Color" default="255, 0, 255" />
890 </fields>
891 </theme>
892
893 <theme name="SedimentLoadFineMid">
894 <inherits>
895 <inherit from="LongitudinalSection" />
896 </inherits>
897 <fields>
898 <field name="linecolor" type="Color" default="255, 0, 0" />
899 </fields>
900 </theme>
901 <theme name="SedimentLoadSand">
902 <inherits>
903 <inherit from="LongitudinalSection" />
904 </inherits>
905 <fields>
906 <field name="linecolor" type="Color" default="0, 0, 255" />
907 </fields>
908 </theme>
909
910 <theme name="SedimentLoadSuspSand">
911 <inherits>
912 <inherit from="LongitudinalSection" />
913 </inherits>
914 <fields>
915 <field name="linecolor" type="Color" default="255, 255, 0" />
916 </fields>
917 </theme>
918
919 <theme name="SedimentLoadSediment">
920 <inherits>
921 <inherit from="LongitudinalSection" />
922 </inherits>
923 <fields>
924 <field name="linecolor" type="Color" default="0, 255, 255" />
925 </fields>
926 </theme>
927 <theme name="SedimentLoadSuspSandBed">
928 <inherits>
929 <inherit from="LongitudinalSection" />
930 </inherits>
931 <fields>
932 <field name="linecolor" type="Color" default="0, 255, 0" />
933 <field name="showlinelabel" type="boolean"
934 display="Beschriftung anzeigen" default="false" hints="h" />
935 </fields>
936 </theme>
937 <theme name="SedimentLoadFineTotalLoad">
938 <inherits>
939 <inherit from="LongitudinalSection" />
940 </inherits>
941 <fields>
942 <field name="linecolor" type="Color" default="255, 100, 100" />
943 <field name="showlinelabel" type="boolean"
944 display="Beschriftung anzeigen" default="false" hints="h" />
945 </fields>
946 </theme>
947 <theme name="SedimentLoadTotal">
948 <inherits>
949 <inherit from="LongitudinalSection" />
950 </inherits>
951 <fields>
952 <field name="linecolor" type="Color" default="0, 100, 200" />
953 <field name="showlinelabel" type="boolean"
954 display="Beschriftung anzeigen" default="false" hints="h" />
955 </fields>
956 </theme>
957
958 <theme name="LongitudinalSectionArea">
959 <inherits> 128 <inherits>
960 <inherit from="Areas" /> 129 <inherit from="Areas" />
961 </inherits> 130 </inherits>
962 <fields> 131 <fields>
963 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" 132 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
970 default="true" hints="hidden" /> 139 default="true" hints="hidden" />
971 <field name="showarealabel" type="boolean" 140 <field name="showarealabel" type="boolean"
972 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> 141 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
973 </fields> 142 </fields>
974 </theme> 143 </theme>
975 144 <!-- top level classes defining additional attributes-->
976 145 <theme name="LongitudinalSection">
977
978 <theme name="CrossSection">
979 <inherits> 146 <inherits>
980 <inherit from="Lines" /> 147 <inherit from="Lines" />
981 <inherit from="Points" /> 148 <inherit from="Points" />
149 <inherit from="MinMaxPoints" />
982 <inherit from="Label" /> 150 <inherit from="Label" />
983 <inherit from="MinMaxPoints" />
984 </inherits> 151 </inherits>
985 <fields> 152 <fields>
986 <field name="showpoints" type="boolean" display="Punkte anzeigen" 153 <field name="showpoints" type="boolean" display="Punkte anzeigen"
987 default="false" /> 154 default="false" />
988 <field name="showpointlabel" type="boolean" 155 <field name="showpointlabel" type="boolean"
989 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> 156 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
990 </fields> 157 </fields>
991 </theme> 158 </theme>
992 159
993 <theme name="CrossSectionWaterLine"> 160 <theme name="LongitudinalSectionW">
161 <inherits>
162 <inherit from="LongitudinalSection" />
163 </inherits>
164 <fields>
165 <field name="bandwidth" type="double" display="Bandbreite"
166 default="0"/>
167 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe"
168 default="104, 104, 104"/>
169 <field name="transparency" type="int" default="20" display="Transparenz"/>
170 </fields>
171 </theme>
172
173 <theme name="LongitudinalSectionPoints">
174 <inherits>
175 <inherit from="Points" />
176 </inherits>
177 <fields>
178 </fields>
179 </theme>
180
181 <theme name="Differences">
994 <inherits> 182 <inherits>
995 <inherit from="Lines" /> 183 <inherit from="Lines" />
996 <inherit from="Points" /> 184 <inherit from="Points" />
997 <inherit from="Label" /> 185 <inherit from="MinMaxPoints" />
998 </inherits> 186 </inherits>
999 <fields> 187 <fields>
1000 <field name="showpoints" type="boolean" display="Punkte anzeigen" 188 <field name="showpoints" type="boolean" display="Punkte anzeigen"
1001 default="false" /> 189 default="false" />
1002 <field name="showpointlabel" type="boolean" 190 <field name="showpointlabel" type="boolean"
1003 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> 191 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1004 <field name="linecolor" type="Color" display="Linienfarbe" 192 <field name="linecolor" type="Color" display="Linienfarbe"
1005 default="0,0,153" /> 193 default="204, 204, 204" />
1006 <field name="showwidth" type="boolean" display="Breite anzeigen" 194 </fields>
1007 default="false" /> 195 </theme>
1008 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" 196
1009 default="true" /> 197
1010 <field name="showlinelabel" type="boolean" default="true" 198 <!-- Classes defining special values -->
1011 display="Beschriftung anzeigen" /> 199 <theme name="LongitudinalSectionW_HQ1">
1012 <field name="showmiddleheight" type="boolean" 200 <inherits>
1013 display="Wasserstand anzeigen" default="false" /> 201 <inherit from="LongitudinalSectionW" />
1014 </fields> 202 </inherits>
1015 </theme> 203 <fields>
1016 204 <field name="linecolor" type="Color" display="Linienfarbe"
1017 <theme name="Hyk"> 205 default="0, 0, 102" />
1018 <inherits> 206 </fields>
1019 <inherit from="Text" /> 207 </theme>
1020 </inherits> 208
1021 <fields> 209 <theme name="LongitudinalSectionW_HQ2">
1022 <field name="textorientation" type="boolean" display="Textausrichtung" 210 <inherits>
1023 default="true" /> 211 <inherit from="LongitudinalSectionW" />
1024 </fields> 212 </inherits>
1025 </theme> 213 <fields>
1026 214 <field name="linecolor" type="Color" display="Linienfarbe"
1027 <theme name="CrossSectionArea"> 215 default="0, 0, 102" />
216 </fields>
217 </theme>
218
219 <theme name="LongitudinalSectionW_HQ5">
220 <inherits>
221 <inherit from="LongitudinalSectionW" />
222 </inherits>
223 <fields>
224 <field name="linecolor" type="Color" display="Linienfarbe"
225 default="0, 153, 51" />
226 </fields>
227 </theme>
228
229 <theme name="LongitudinalSectionW_HQ10">
230 <inherits>
231 <inherit from="LongitudinalSectionW" />
232 </inherits>
233 <fields>
234 <field name="linecolor" type="Color" display="Linienfarbe"
235 default="0, 204, 204" />
236 </fields>
237 </theme>
238
239 <theme name="LongitudinalSectionW_HQ20">
240 <inherits>
241 <inherit from="LongitudinalSectionW" />
242 </inherits>
243 <fields>
244 <field name="linecolor" type="Color" display="Linienfarbe"
245 default="153, 153, 0" />
246 </fields>
247 </theme>
248
249 <theme name="LongitudinalSectionW_HQ25">
250 <inherits>
251 <inherit from="LongitudinalSectionW" />
252 </inherits>
253 <fields>
254 <field name="linecolor" type="Color" display="Linienfarbe"
255 default="102, 51, 0" />
256 </fields>
257 </theme>
258
259 <theme name="LongitudinalSectionW_HQ50">
260 <inherits>
261 <inherit from="LongitudinalSectionW" />
262 </inherits>
263 <fields>
264 <field name="linecolor" type="Color" display="Linienfarbe"
265 default="255, 153, 0" />
266 </fields>
267 </theme>
268
269 <theme name="LongitudinalSectionW_HQ100">
270 <inherits>
271 <inherit from="LongitudinalSectionW" />
272 </inherits>
273 <fields>
274 <field name="linecolor" type="Color" display="Linienfarbe"
275 default="255, 0, 255" />
276 </fields>
277 </theme>
278
279 <theme name="LongitudinalSectionW_HQ200">
280 <inherits>
281 <inherit from="LongitudinalSectionW" />
282 </inherits>
283 <fields>
284 <field name="linecolor" type="Color" display="Linienfarbe"
285 default="255, 100, 255" />
286 </fields>
287 </theme>
288
289 <theme name="LongitudinalSectionW_HQ300">
290 <inherits>
291 <inherit from="LongitudinalSectionW" />
292 </inherits>
293 <fields>
294 <field name="linecolor" type="Color" display="Linienfarbe"
295 default="255, 0, 100" />
296 </fields>
297 </theme>
298
299 <theme name="LongitudinalSectionW_HQ500">
300 <inherits>
301 <inherit from="LongitudinalSectionW" />
302 </inherits>
303 <fields>
304 <field name="linecolor" type="Color" display="Linienfarbe"
305 default="102, 0, 102" />
306 </fields>
307 </theme>
308
309 <theme name="LongitudinalSectionW_HQ1000">
310 <inherits>
311 <inherit from="LongitudinalSectionW" />
312 </inherits>
313 <fields>
314 <field name="linecolor" type="Color" display="Linienfarbe"
315 default="0, 0, 0" />
316 </fields>
317 </theme>
318
319 <theme name="LongitudinalSectionW_HQRZ">
320 <inherits>
321 <inherit from="LongitudinalSectionW" />
322 </inherits>
323 <fields>
324 <field name="linecolor" type="Color" display="Linienfarbe"
325 default="102, 0, 102" />
326 </fields>
327 </theme>
328
329 <theme name="LongitudinalSectionW_HSQ">
330 <inherits>
331 <inherit from="LongitudinalSectionW" />
332 </inherits>
333 <fields>
334 <field name="linecolor" type="Color" display="Linienfarbe"
335 default="253, 153, 0" />
336 </fields>
337 </theme>
338
339 <theme name="LongitudinalSectionW_MHQ">
340 <inherits>
341 <inherit from="LongitudinalSectionW" />
342 </inherits>
343 <fields>
344 <field name="linecolor" type="Color" display="Linienfarbe"
345 default="102, 255, 102" />
346 </fields>
347 </theme>
348
349 <theme name="LongitudinalSectionW_MNQ">
350 <inherits>
351 <inherit from="LongitudinalSectionW" />
352 </inherits>
353 <fields>
354 <field name="linecolor" type="Color" display="Linienfarbe"
355 default="0, 255, 255" />
356 </fields>
357 </theme>
358
359 <theme name="LongitudinalSectionW_MQ">
360 <inherits>
361 <inherit from="LongitudinalSectionW" />
362 </inherits>
363 <fields>
364 <field name="linecolor" type="Color" display="Linienfarbe"
365 default="0, 51, 204" />
366 </fields>
367 </theme>
368
369 <theme name="LongitudinalSectionW_NQ">
370 <inherits>
371 <inherit from="LongitudinalSectionW" />
372 </inherits>
373 <fields>
374 <field name="linecolor" type="Color" display="Linienfarbe"
375 default="153, 204, 255" />
376 </fields>
377 </theme>
378
379 <theme name="LongitudinalSectionW_HQExtrem">
380 <inherits>
381 <inherit from="LongitudinalSectionW" />
382 </inherits>
383 <fields>
384 <field name="linecolor" type="Color" display="Linienfarbe"
385 default="0, 0, 0" />
386 </fields>
387 </theme>
388
389 <theme name="LongitudinalSectionW_HQ1_Points">
390 <inherits>
391 <inherit from="LongitudinalSectionPoints" />
392 </inherits>
393 <fields>
394 <field name="pointcolor" type="Color" display="Punktfarbe"
395 default="0, 0, 102" />
396 </fields>
397 </theme>
398
399 <theme name="LongitudinalSectionW_HQ2_Points">
400 <inherits>
401 <inherit from="LongitudinalSectionPoints" />
402 </inherits>
403 <fields>
404 <field name="pointcolor" type="Color" display="Punktfarbe"
405 default="0, 0, 102" />
406 </fields>
407 </theme>
408
409 <theme name="LongitudinalSectionW_HQ5_Points">
410 <inherits>
411 <inherit from="LongitudinalSectionPoints" />
412 </inherits>
413 <fields>
414 <field name="pointcolor" type="Color" display="Punktfarbe"
415 default="0, 153, 51" />
416 </fields>
417 </theme>
418
419 <theme name="LongitudinalSectionW_HQ10_Points">
420 <inherits>
421 <inherit from="LongitudinalSectionPoints" />
422 </inherits>
423 <fields>
424 <field name="pointcolor" type="Color" display="Punktfarbe"
425 default="0, 204, 204" />
426 </fields>
427 </theme>
428
429 <theme name="LongitudinalSectionW_HQ20_Points">
430 <inherits>
431 <inherit from="LongitudinalSectionPoints" />
432 </inherits>
433 <fields>
434 <field name="pointcolor" type="Color" display="Punktfarbe"
435 default="153, 153, 0" />
436 </fields>
437 </theme>
438
439 <theme name="LongitudinalSectionW_HQ25_Points">
440 <inherits>
441 <inherit from="LongitudinalSectionPoints" />
442 </inherits>
443 <fields>
444 <field name="pointcolor" type="Color" display="Punktfarbe"
445 default="102, 51, 0" />
446 </fields>
447 </theme>
448
449 <theme name="LongitudinalSectionW_HQ50_Points">
450 <inherits>
451 <inherit from="LongitudinalSectionPoints" />
452 </inherits>
453 <fields>
454 <field name="pointcolor" type="Color" display="Punktfarbe"
455 default="255, 153, 153" />
456 </fields>
457 </theme>
458
459 <theme name="LongitudinalSectionW_HQ100_Points">
460 <inherits>
461 <inherit from="LongitudinalSectionPoints" />
462 </inherits>
463 <fields>
464 <field name="pointcolor" type="Color" display="Punktfarbe"
465 default="255, 0, 51" />
466 </fields>
467 </theme>
468
469 <theme name="LongitudinalSectionW_HQ200_Points">
470 <inherits>
471 <inherit from="LongitudinalSectionPoints" />
472 </inherits>
473 <fields>
474 <field name="pointcolor" type="Color" display="Punktfarbe"
475 default="255, 0, 255" />
476 </fields>
477 </theme>
478
479 <theme name="LongitudinalSectionW_HQ300_Points">
480 <inherits>
481 <inherit from="LongitudinalSectionPoints" />
482 </inherits>
483 <fields>
484 <field name="pointcolor" type="Color" display="Punktfarbe"
485 default="255, 100, 255" />
486 </fields>
487 </theme>
488
489 <theme name="LongitudinalSectionW_HQ500_Points">
490 <inherits>
491 <inherit from="LongitudinalSectionPoints" />
492 </inherits>
493 <fields>
494 <field name="pointcolor" type="Color" display="Punktfarbe"
495 default="102, 0, 102" />
496 </fields>
497 </theme>
498
499 <theme name="LongitudinalSectionW_HQ1000_Points">
500 <inherits>
501 <inherit from="LongitudinalSectionPoints" />
502 </inherits>
503 <fields>
504 <field name="pointcolor" type="Color" display="Punktfarbe"
505 default="0, 0, 0" />
506 </fields>
507 </theme>
508
509 <theme name="LongitudinalSectionW_HQRZ_Points">
510 <inherits>
511 <inherit from="LongitudinalSectionPoints" />
512 </inherits>
513 <fields>
514 <field name="pointcolor" type="Color" display="Punktfarbe"
515 default="102, 0, 102" />
516 </fields>
517 </theme>
518
519 <theme name="LongitudinalSectionW_HSQ_Points">
520 <inherits>
521 <inherit from="LongitudinalSectionPoints" />
522 </inherits>
523 <fields>
524 <field name="pointcolor" type="Color" display="Punktfarbe"
525 default="253, 153, 0" />
526 </fields>
527 </theme>
528
529 <theme name="LongitudinalSectionW_MHQ_Points">
530 <inherits>
531 <inherit from="LongitudinalSectionPoints" />
532 </inherits>
533 <fields>
534 <field name="pointcolor" type="Color" display="Punktfarbe"
535 default="102, 255, 102" />
536 </fields>
537 </theme>
538
539 <theme name="LongitudinalSectionW_MNQ_Points">
540 <inherits>
541 <inherit from="LongitudinalSectionPoints" />
542 </inherits>
543 <fields>
544 <field name="pointcolor" type="Color" display="Punktfarbe"
545 default="0, 255, 255" />
546 </fields>
547 </theme>
548
549 <theme name="LongitudinalSectionW_MQ_Points">
550 <inherits>
551 <inherit from="LongitudinalSectionPoints" />
552 </inherits>
553 <fields>
554 <field name="pointcolor" type="Color" display="Punktfarbe"
555 default="0, 51, 204" />
556 </fields>
557 </theme>
558
559 <theme name="LongitudinalSectionW_NQ_Points">
560 <inherits>
561 <inherit from="LongitudinalSectionPoints" />
562 </inherits>
563 <fields>
564 <field name="pointcolor" type="Color" display="Punktfarbe"
565 default="153, 204, 255" />
566 </fields>
567 </theme>
568
569 <theme name="LongitudinalSectionW_HQExtrem_Points">
570 <inherits>
571 <inherit from="LongitudinalSectionPoints" />
572 </inherits>
573 <fields>
574 <field name="pointcolor" type="Color" display="Punktfarbe"
575 default="0, 0, 0" />
576 </fields>
577 </theme>
578
579 <theme name="LongitudinalSectionQ_HQ1">
580 <inherits>
581 <inherit from="LongitudinalSection" />
582 </inherits>
583 <fields>
584 <field name="linecolor" type="Color" display="Linienfarbe"
585 default="0, 0, 102" />
586 </fields>
587 </theme>
588
589 <theme name="LongitudinalSectionQ_HQ2">
590 <inherits>
591 <inherit from="LongitudinalSection" />
592 </inherits>
593 <fields>
594 <field name="linecolor" type="Color" display="Linienfarbe"
595 default="0, 0, 102" />
596 </fields>
597 </theme>
598
599 <theme name="LongitudinalSectionQ_HQ5">
600 <inherits>
601 <inherit from="LongitudinalSection" />
602 </inherits>
603 <fields>
604 <field name="linecolor" type="Color" display="Linienfarbe"
605 default="0, 153, 51" />
606 </fields>
607 </theme>
608
609 <theme name="LongitudinalSectionQ_HQ10">
610 <inherits>
611 <inherit from="LongitudinalSection" />
612 </inherits>
613 <fields>
614 <field name="linecolor" type="Color" display="Linienfarbe"
615 default="0, 204, 204" />
616 </fields>
617 </theme>
618
619 <theme name="LongitudinalSectionQ_HQ20">
620 <inherits>
621 <inherit from="LongitudinalSection" />
622 </inherits>
623 <fields>
624 <field name="linecolor" type="Color" display="Linienfarbe"
625 default="153, 153, 0" />
626 </fields>
627 </theme>
628
629 <theme name="LongitudinalSectionQ_HQ25">
630 <inherits>
631 <inherit from="LongitudinalSection" />
632 </inherits>
633 <fields>
634 <field name="linecolor" type="Color" display="Linienfarbe"
635 default="102, 51, 0" />
636 </fields>
637 </theme>
638
639 <theme name="LongitudinalSectionQ_HQ50">
640 <inherits>
641 <inherit from="LongitudinalSection" />
642 </inherits>
643 <fields>
644 <field name="linecolor" type="Color" display="Linienfarbe"
645 default="255, 153, 153" />
646 </fields>
647 </theme>
648
649 <theme name="LongitudinalSectionQ_HQ100">
650 <inherits>
651 <inherit from="LongitudinalSection" />
652 </inherits>
653 <fields>
654 <field name="linecolor" type="Color" display="Linienfarbe"
655 default="255, 0, 51" />
656 </fields>
657 </theme>
658
659 <theme name="LongitudinalSectionQ_HQ200">
660 <inherits>
661 <inherit from="LongitudinalSection" />
662 </inherits>
663 <fields>
664 <field name="linecolor" type="Color" display="Linienfarbe"
665 default="255, 0, 255" />
666 </fields>
667 </theme>
668
669 <theme name="LongitudinalSectionQ_HQ300">
670 <inherits>
671 <inherit from="LongitudinalSection" />
672 </inherits>
673 <fields>
674 <field name="linecolor" type="Color" display="Linienfarbe"
675 default="255, 100, 255" />
676 </fields>
677 </theme>
678
679 <theme name="LongitudinalSectionQ_HQ500">
680 <inherits>
681 <inherit from="LongitudinalSection" />
682 </inherits>
683 <fields>
684 <field name="linecolor" type="Color" display="Linienfarbe"
685 default="102, 0, 102" />
686 </fields>
687 </theme>
688
689 <theme name="LongitudinalSectionQ_HQ1000">
690 <inherits>
691 <inherit from="LongitudinalSection" />
692 </inherits>
693 <fields>
694 <field name="linecolor" type="Color" display="Linienfarbe"
695 default="0, 0, 0" />
696 </fields>
697 </theme>
698
699 <theme name="LongitudinalSectionQ_HQRZ">
700 <inherits>
701 <inherit from="LongitudinalSection" />
702 </inherits>
703 <fields>
704 <field name="linecolor" type="Color" display="Linienfarbe"
705 default="102, 0, 102" />
706 </fields>
707 </theme>
708
709 <theme name="LongitudinalSectionQ_HSQ">
710 <inherits>
711 <inherit from="LongitudinalSection" />
712 </inherits>
713 <fields>
714 <field name="linecolor" type="Color" display="Linienfarbe"
715 default="253, 153, 0" />
716 </fields>
717 </theme>
718
719 <theme name="LongitudinalSectionQ_MHQ">
720 <inherits>
721 <inherit from="LongitudinalSection" />
722 </inherits>
723 <fields>
724 <field name="linecolor" type="Color" display="Linienfarbe"
725 default="102, 255, 102" />
726 </fields>
727 </theme>
728
729 <theme name="LongitudinalSectionQ_MNQ">
730 <inherits>
731 <inherit from="LongitudinalSection" />
732 </inherits>
733 <fields>
734 <field name="linecolor" type="Color" display="Linienfarbe"
735 default="0, 255, 255" />
736 </fields>
737 </theme>
738
739 <theme name="LongitudinalSectionQ_MQ">
740 <inherits>
741 <inherit from="LongitudinalSection" />
742 </inherits>
743 <fields>
744 <field name="linecolor" type="Color" display="Linienfarbe"
745 default="0, 51, 204" />
746 </fields>
747 </theme>
748
749 <theme name="LongitudinalSectionQ_NQ">
750 <inherits>
751 <inherit from="LongitudinalSection" />
752 </inherits>
753 <fields>
754 <field name="linecolor" type="Color" display="Linienfarbe"
755 default="153, 204, 255" />
756 </fields>
757 </theme>
758
759 <theme name="LongitudinalSectionQ_HQExtrem">
760 <inherits>
761 <inherit from="LongitudinalSection" />
762 </inherits>
763 <fields>
764 <field name="linecolor" type="Color" display="Linienfarbe"
765 default="0, 0, 0" />
766 </fields>
767 </theme>
768
769 <theme name="DischargeLongitudinalSectionW">
770 <inherits>
771 <inherit from="LongitudinalSection" />
772 </inherits>
773 <fields>
774 <field name="linecolor" type="Color" display="Linienfarbe"
775 default="204, 204, 204" />
776 </fields>
777 </theme>
778
779
780 <theme name="DischargeLongitudinalSectionC">
781 <inherits>
782 <inherit from="LongitudinalSection" />
783 </inherits>
784 <fields>
785 <field name="linecolor" type="Color" display="Linienfarbe"
786 default="255, 0 , 0" />
787 </fields>
788 </theme>
789
790 <theme name="DischargeLongitudinalSectionQ">
791 <inherits>
792 <inherit from="LongitudinalSection" />
793 </inherits>
794 <fields>
795 <field name="linecolor" type="Color" display="Linienfarbe"
796 default="204, 204, 204" />
797 </fields>
798 </theme>
799
800 <theme name="LongitudinalSectionQInfoldCut">
801 <inherits>
802 <inherit from="LongitudinalSection" />
803 </inherits>
804 <fields>
805 <field name="linecolor" type="Color" display="Linienfarbe"
806 default="102, 102, 102" />
807 </fields>
808 </theme>
809
810 <theme name="LongitudinalSectionQInfolding">
811 <inherits>
812 <inherit from="LongitudinalSection" />
813 </inherits>
814 <fields>
815 <field name="linecolor" type="Color" display="Linienfarbe"
816 default="51, 51, 51" />
817 </fields>
818 </theme>
819
820 <!-- MIDDLE BED HEIGHT -->
821 <theme name="MiddleBedHeightSingle">
822 <inherits>
823 <inherit from="LongitudinalSection" />
824 </inherits>
825 <fields>
826 <field name="linecolor" type="Color" display="Linienfarbe"
827 default="204, 204, 204" />
828 </fields>
829 </theme>
830
831 <theme name="MiddleBedHeightEpoch">
832 <inherits>
833 <inherit from="LongitudinalSection" />
834 </inherits>
835 <fields>
836 <field name="linecolor" type="Color" display="Linienfarbe"
837 default="0, 0, 102" />
838 </fields>
839 </theme>
840
841 <!-- Bed Quality -->
842 <theme name="PorosityTopLayer">
843 <inherits>
844 <inherit from="LongitudinalSection" />
845 </inherits>
846 <fields>
847 <field name="linecolor" type="Color" display="Linienfarbe"
848 default="0, 0, 0" />
849 </fields>
850 </theme>
851
852 <theme name="PorositySubLayer">
853 <inherits>
854 <inherit from="LongitudinalSection" />
855 </inherits>
856 <fields>
857 <field name="linecolor" type="Color" display="Linienfarbe"
858 default="0, 0, 0" />
859 </fields>
860 </theme>
861
862 <theme name="DensityTopLayer">
863 <inherits>
864 <inherit from="LongitudinalSection" />
865 </inherits>
866 <fields>
867 <field name="linecolor" type="Color" display="Linienfarbe"
868 default="153, 99, 102" />
869 </fields>
870 </theme>
871
872 <theme name="DensitySubLayer">
873 <inherits>
874 <inherit from="LongitudinalSection" />
875 </inherits>
876 <fields>
877 <field name="linecolor" type="Color" display="Linienfarbe"
878 default="153, 99, 102" />
879 </fields>
880 </theme>
881
882 <theme name="BedDiameterTopLayer">
883 <inherits>
884 <inherit from="LongitudinalSection" />
885 </inherits>
886 <fields>
887 <field name="linecolor" type="Color" display="Linienfarbe"
888 default="255, 0, 0" />
889 </fields>
890 </theme>
891
892 <theme name="BedDiameterSubLayer">
893 <inherits>
894 <inherit from="LongitudinalSection" />
895 </inherits>
896 <fields>
897 <field name="linecolor" type="Color" display="Linienfarbe"
898 default="255, 0, 0" />
899 </fields>
900 </theme>
901
902 <theme name="BedLoadDiameter">
903 <inherits>
904 <inherit from="LongitudinalSection" />
905 </inherits>
906 <fields>
907 <field name="linecolor" type="Color" display="Linienfarbe"
908 default="0, 255, 0" />
909 </fields>
910 </theme>
911
912 <!-- Bedheight differences -->
913 <theme name="BedheightDiffYear">
914 <inherits>
915 <inherit from="LongitudinalSection" />
916 </inherits>
917 <fields>
918 <field name="linecolor" type="Color" display="Linienfarbe"
919 default="0, 204, 204" />
920 </fields>
921 </theme>
922
923 <theme name="BedheightDiffMorphWidth">
924 <inherits>
925 <inherit from="LongitudinalSection" />
926 </inherits>
927 <fields>
928 <field name="linecolor" type="Color" display="Linienfarbe"
929 default="204, 204, 0" />
930 </fields>
931 </theme>
932
933 <theme name="BedheightDiffEpoch">
934 <inherits>
935 <inherit from="LongitudinalSection" />
936 </inherits>
937 <fields>
938 <field name="linecolor" type="Color" display="Linienfarbe"
939 default="204, 0, 204" />
940 </fields>
941 </theme>
942
943 <theme name="BedheightDiffAbsHeight1">
944 <inherits>
945 <inherit from="LongitudinalSection" />
946 </inherits>
947 <fields>
948 <field name="linecolor" type="Color" display="Linienfarbe"
949 default="204, 0, 204" />
950 </fields>
951 </theme>
952
953 <theme name="BedheightDiffAbsHeight2">
954 <inherits>
955 <inherit from="LongitudinalSection" />
956 </inherits>
957 <fields>
958 <field name="linecolor" type="Color" display="Linienfarbe"
959 default="255, 100, 100" />
960 </fields>
961 </theme>
962
963 <theme name="BedheightDiffHeightYear">
964 <inherits>
965 <inherit from="LongitudinalSection" />
966 </inherits>
967 <fields>
968 <field name="linecolor" type="Color" display="Linienfarbe"
969 default="204, 0, 0" />
970 </fields>
971 </theme>
972
973 <theme name="MorphologicWidth">
974 <inherits>
975 <inherit from="LongitudinalSection" />
976 </inherits>
977 <fields>
978 <field name="linecolor" type="Color" default="0, 100, 200" />
979 <field name="showlinelabel" type="boolean"
980 display="Beschriftung anzeigen" default="false" hints="h" />
981 </fields>
982 </theme>
983 <!-- Flow velocity -->
984 <theme name="FlowVelocityVMainChannel">
985 <inherits>
986 <inherit from="LongitudinalSection" />
987 </inherits>
988 <fields>
989 <field name="linecolor" type="Color" display="Linienfarbe"
990 default="204, 204, 204" />
991 </fields>
992 </theme>
993
994 <theme name="FlowVelocityVTotalChannel">
995 <inherits>
996 <inherit from="LongitudinalSection" />
997 </inherits>
998 <fields>
999 <field name="linecolor" type="Color" display="Linienfarbe"
1000 default="0, 0, 102" />
1001 </fields>
1002 </theme>
1003
1004 <theme name="FlowVelocityTau">
1005 <inherits>
1006 <inherit from="LongitudinalSection" />
1007 </inherits>
1008 <fields>
1009 <field name="linecolor" type="Color" display="Linienfarbe"
1010 default="0, 204, 204" />
1011 </fields>
1012 </theme>
1013
1014 <theme name="FlowVelocityDischarge">
1015 <inherits>
1016 <inherit from="LongitudinalSection" />
1017 </inherits>
1018 <fields>
1019 <field name="linecolor" type="Color" display="Linienfarbe"
1020 default="0, 204, 0" />
1021 </fields>
1022 </theme>
1023
1024 <!-- Sediment load -->
1025 <theme name="SedimentLoadCoarse">
1026 <inherits>
1027 <inherit from="LongitudinalSection" />
1028 </inherits>
1029 <fields>
1030 <field name="linecolor" type="Color" default="255, 0, 255" />
1031 </fields>
1032 </theme>
1033
1034 <theme name="SedimentLoadFineMid">
1035 <inherits>
1036 <inherit from="LongitudinalSection" />
1037 </inherits>
1038 <fields>
1039 <field name="linecolor" type="Color" default="255, 0, 0" />
1040 </fields>
1041 </theme>
1042 <theme name="SedimentLoadSand">
1043 <inherits>
1044 <inherit from="LongitudinalSection" />
1045 </inherits>
1046 <fields>
1047 <field name="linecolor" type="Color" default="0, 0, 255" />
1048 </fields>
1049 </theme>
1050
1051 <theme name="SedimentLoadSuspSand">
1052 <inherits>
1053 <inherit from="LongitudinalSection" />
1054 </inherits>
1055 <fields>
1056 <field name="linecolor" type="Color" default="255, 255, 0" />
1057 </fields>
1058 </theme>
1059
1060 <theme name="SedimentLoadSediment">
1061 <inherits>
1062 <inherit from="LongitudinalSection" />
1063 </inherits>
1064 <fields>
1065 <field name="linecolor" type="Color" default="0, 255, 255" />
1066 </fields>
1067 </theme>
1068 <theme name="SedimentLoadSuspSandBed">
1069 <inherits>
1070 <inherit from="LongitudinalSection" />
1071 </inherits>
1072 <fields>
1073 <field name="linecolor" type="Color" default="0, 255, 0" />
1074 <field name="showlinelabel" type="boolean"
1075 display="Beschriftung anzeigen" default="false" hints="h" />
1076 </fields>
1077 </theme>
1078 <theme name="SedimentLoadFineTotalLoad">
1079 <inherits>
1080 <inherit from="LongitudinalSection" />
1081 </inherits>
1082 <fields>
1083 <field name="linecolor" type="Color" default="255, 100, 100" />
1084 <field name="showlinelabel" type="boolean"
1085 display="Beschriftung anzeigen" default="false" hints="h" />
1086 </fields>
1087 </theme>
1088 <theme name="SedimentLoadTotal">
1089 <inherits>
1090 <inherit from="LongitudinalSection" />
1091 </inherits>
1092 <fields>
1093 <field name="linecolor" type="Color" default="0, 100, 200" />
1094 <field name="showlinelabel" type="boolean"
1095 display="Beschriftung anzeigen" default="false" hints="h" />
1096 </fields>
1097 </theme>
1098
1099 <theme name="LongitudinalSectionArea">
1028 <inherits> 1100 <inherits>
1029 <inherit from="Areas" /> 1101 <inherit from="Areas" />
1030 </inherits> 1102 </inherits>
1031 <fields> 1103 <fields>
1032 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" 1104 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
1042 </fields> 1114 </fields>
1043 </theme> 1115 </theme>
1044 1116
1045 1117
1046 1118
1047 <theme name="DischargeCurve"> 1119 <theme name="CrossSection">
1048 <inherits> 1120 <inherits>
1049 <inherit from="Lines" /> 1121 <inherit from="Lines" />
1050 <inherit from="Points" /> 1122 <inherit from="Points" />
1051 <inherit from="Label" /> 1123 <inherit from="Label" />
1052 <inherit from="MinMaxPoints" /> 1124 <inherit from="MinMaxPoints" />
1053 </inherits> 1125 </inherits>
1054 <fields> 1126 <fields>
1055 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" 1127 <field name="showpoints" type="boolean" display="Punkte anzeigen"
1056 default="false" hints="hidden" /> 1128 default="false" />
1057 <field name="showpointlabel" type="boolean" 1129 <field name="showpointlabel" type="boolean"
1058 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> 1130 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1059 <field name="linecolor" type="Color" display="Linienfarbe" 1131 </fields>
1060 default="0, 0, 153" /> 1132 </theme>
1061 <field name="linesize" type="int" display="Liniendicke" 1133
1062 default="2" /> 1134 <theme name="CrossSectionWaterLine">
1063 </fields>
1064 </theme>
1065
1066 <theme name="ComputedDischargeCurve">
1067 <inherits> 1135 <inherits>
1068 <inherit from="Lines" /> 1136 <inherit from="Lines" />
1069 <inherit from="Points" /> 1137 <inherit from="Points" />
1070 <inherit from="Label" /> 1138 <inherit from="Label" />
1071 <inherit from="MinMaxPoints" /> 1139 </inherits>
1072 </inherits> 1140 <fields>
1073 <fields> 1141 <field name="showpoints" type="boolean" display="Punkte anzeigen"
1074 <field name="linecolor" type="Color" display="Linienfarbe"
1075 default="0, 0, 153" />
1076 <field name="linesize" type="int" display="Liniendicke"
1077 default="2" />
1078 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
1079 default="false" /> 1142 default="false" />
1080 <field name="showpointlabel" type="boolean" 1143 <field name="showpointlabel" type="boolean"
1081 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> 1144 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1082 </fields> 1145 <field name="linecolor" type="Color" display="Linienfarbe"
1083 </theme> 1146 default="0,0,153" />
1084 1147 <field name="showwidth" type="boolean" display="Breite anzeigen"
1085 <theme name="ComputedDischargeCurveQ"> 1148 default="false" />
1086 <inherits> 1149 <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
1087 <inherit from="ComputedDischargeCurve" /> 1150 default="true" />
1151 <field name="showlinelabel" type="boolean" default="true"
1152 display="Beschriftung anzeigen" />
1153 <field name="showmiddleheight" type="boolean"
1154 display="Wasserstand anzeigen" default="false" />
1155 </fields>
1156 </theme>
1157
1158 <theme name="Hyk">
1159 <inherits>
1088 <inherit from="Text" /> 1160 <inherit from="Text" />
1089 </inherits> 1161 </inherits>
1090 <fields> 1162 <fields>
1091 <field name="linecolor" type="Color" display="Farbe"
1092 default="200, 0, 15" />
1093 <field name="textcolor" type="Color" display="Farbe"
1094 default="200, 0, 15" />
1095 </fields>
1096 </theme>
1097
1098 <theme name="ComputedDischargeCurveW">
1099 <inherits>
1100 <inherit from="ComputedDischargeCurve" />
1101 <inherit from="Text" />
1102 </inherits>
1103 <fields>
1104 <field name="linecolor" type="Color" display="Farbe"
1105 default="0, 215, 0" />
1106 <field name="textcolor" type="Color" display="Farbe"
1107 default="0, 215, 0" />
1108 <field name="textorientation" type="boolean" display="Textausrichtung" 1163 <field name="textorientation" type="boolean" display="Textausrichtung"
1109 default="true" /> 1164 default="true" />
1110 </fields> 1165 </fields>
1111 </theme> 1166 </theme>
1112 1167
1113 <theme name="GaugeDischargeCurve"> 1168 <theme name="CrossSectionArea">
1114 <inherits>
1115 <inherit from="DischargeCurve" />
1116 </inherits>
1117 <fields>
1118 <field name="linecolor" type="Color" display="Linienfarbe"
1119 default="0, 0, 153" />
1120 <field name="linesize" type="int" display="Liniendicke"
1121 default="2" />
1122 </fields>
1123 </theme>
1124
1125 <theme name="ExtremeWQCurve">
1126 <inherits>
1127 <inherit from="Lines" />
1128 <inherit from="MinMaxPoints" />
1129 </inherits>
1130 <fields>
1131 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde"
1132 default="true" />
1133 <field name="linecolor" type="Color" display="Linienfarbe"
1134 default="0, 0, 153" />
1135 <field name="linesize" type="int" display="Liniendicke"
1136 default="2" />
1137 <field name="showlinelabel" type="boolean"
1138 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1139 </fields>
1140 </theme>
1141
1142 <theme name="ExtremeWQBaseCurve">
1143 <inherits>
1144 <inherit from="Lines" />
1145 <inherit from="Points" />
1146 </inherits>
1147 <fields>
1148 <field name="pointsize" type="int" display="Punktdicke"
1149 default="2" />
1150 <field name="showpointlabel" type="boolean"
1151 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1152 <field name="showlinelabel" type="boolean"
1153 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1154 </fields>
1155 </theme>
1156
1157
1158
1159 <theme name="DurationCurve">
1160 <inherits>
1161 <inherit from="Lines" />
1162 <inherit from="Points" />
1163 <inherit from="Label" />
1164 <inherit from="MinMaxPoints" />
1165 </inherits>
1166 <fields>
1167 <field name="showpoints" type="boolean" display="Punkte anzeigen"
1168 default="false" />
1169 <field name="linesize" type="int" display="Liniendicke"
1170 default="2" />
1171 <field name="showpointlabel" type="boolean"
1172 display="Punktbeschriftung anzeigen" default="false"
1173 hints="hidden"/>
1174 </fields>
1175 </theme>
1176
1177 <theme name="DurationCurveW">
1178 <inherits>
1179 <inherit from="DurationCurve" />
1180 </inherits>
1181 <fields>
1182 <field name="linecolor" type="Color" display="Linienfarbe"
1183 default="0,51,204" />
1184 </fields>
1185 </theme>
1186
1187 <theme name="DurationCurveQ">
1188 <inherits>
1189 <inherit from="DurationCurve" />
1190 </inherits>
1191 <fields>
1192 <field name="linecolor" type="Color" display="Linienfarbe"
1193 default="0,204,0" />
1194 </fields>
1195 </theme>
1196
1197
1198
1199 <theme name="FixPoints">
1200 <inherits>
1201 <inherit from="Points" />
1202 <inherit from="Label" />
1203 </inherits>
1204 <fields>
1205 <field name="pointsize" type="int" display="Punktdicke"
1206 default="3" />
1207 </fields>
1208 </theme>
1209
1210 <theme name="FixLines">
1211 <inherits>
1212 <inherit from="Lines" />
1213 <inherit from="Points" />
1214 <inherit from="Label" />
1215 </inherits>
1216 <fields>
1217 <field name="showpointlabel" type="boolean"
1218 display="Beschriftung anzeigen" default="false" hints="hidden" />
1219 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
1220 default="false" hints="hidden" />
1221 <field name="pointsize" type="int" display="Punktdicke"
1222 default="3" />
1223 </fields>
1224 </theme>
1225
1226 <theme name="FixAreas">
1227 <inherits> 1169 <inherits>
1228 <inherit from="Areas" /> 1170 <inherit from="Areas" />
1229 </inherits> 1171 </inherits>
1230 <fields> 1172 <fields>
1231 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" 1173 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
1239 <field name="showarealabel" type="boolean" 1181 <field name="showarealabel" type="boolean"
1240 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> 1182 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
1241 </fields> 1183 </fields>
1242 </theme> 1184 </theme>
1243 1185
1186
1187
1188 <theme name="DischargeCurve">
1189 <inherits>
1190 <inherit from="Lines" />
1191 <inherit from="Points" />
1192 <inherit from="Label" />
1193 <inherit from="MinMaxPoints" />
1194 </inherits>
1195 <fields>
1196 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
1197 default="false" hints="hidden" />
1198 <field name="showpointlabel" type="boolean"
1199 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1200 <field name="linecolor" type="Color" display="Linienfarbe"
1201 default="0, 0, 153" />
1202 <field name="linesize" type="int" display="Liniendicke"
1203 default="2" />
1204 </fields>
1205 </theme>
1206
1207 <theme name="ComputedDischargeCurve">
1208 <inherits>
1209 <inherit from="Lines" />
1210 <inherit from="Points" />
1211 <inherit from="Label" />
1212 <inherit from="MinMaxPoints" />
1213 </inherits>
1214 <fields>
1215 <field name="linecolor" type="Color" display="Linienfarbe"
1216 default="0, 0, 153" />
1217 <field name="linesize" type="int" display="Liniendicke"
1218 default="2" />
1219 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
1220 default="false" />
1221 <field name="showpointlabel" type="boolean"
1222 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1223 </fields>
1224 </theme>
1225
1226 <theme name="ComputedDischargeCurveQ">
1227 <inherits>
1228 <inherit from="ComputedDischargeCurve" />
1229 <inherit from="Text" />
1230 </inherits>
1231 <fields>
1232 <field name="linecolor" type="Color" display="Farbe"
1233 default="200, 0, 15" />
1234 <field name="textcolor" type="Color" display="Farbe"
1235 default="200, 0, 15" />
1236 </fields>
1237 </theme>
1238
1239 <theme name="ComputedDischargeCurveW">
1240 <inherits>
1241 <inherit from="ComputedDischargeCurve" />
1242 <inherit from="Text" />
1243 </inherits>
1244 <fields>
1245 <field name="linecolor" type="Color" display="Farbe"
1246 default="0, 215, 0" />
1247 <field name="textcolor" type="Color" display="Farbe"
1248 default="0, 215, 0" />
1249 <field name="textorientation" type="boolean" display="Textausrichtung"
1250 default="true" />
1251 </fields>
1252 </theme>
1253
1254 <theme name="GaugeDischargeCurve">
1255 <inherits>
1256 <inherit from="DischargeCurve" />
1257 </inherits>
1258 <fields>
1259 <field name="linecolor" type="Color" display="Linienfarbe"
1260 default="0, 0, 153" />
1261 <field name="linesize" type="int" display="Liniendicke"
1262 default="2" />
1263 </fields>
1264 </theme>
1265
1266 <theme name="ExtremeWQCurve">
1267 <inherits>
1268 <inherit from="Lines" />
1269 <inherit from="MinMaxPoints" />
1270 </inherits>
1271 <fields>
1272 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde"
1273 default="true" />
1274 <field name="linecolor" type="Color" display="Linienfarbe"
1275 default="0, 0, 153" />
1276 <field name="linesize" type="int" display="Liniendicke"
1277 default="2" />
1278 <field name="showlinelabel" type="boolean"
1279 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1280 </fields>
1281 </theme>
1282
1283 <theme name="ExtremeWQBaseCurve">
1284 <inherits>
1285 <inherit from="Lines" />
1286 <inherit from="Points" />
1287 </inherits>
1288 <fields>
1289 <field name="pointsize" type="int" display="Punktdicke"
1290 default="2" />
1291 <field name="showpointlabel" type="boolean"
1292 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1293 <field name="showlinelabel" type="boolean"
1294 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1295 </fields>
1296 </theme>
1297
1298
1299
1300 <theme name="DurationCurve">
1301 <inherits>
1302 <inherit from="Lines" />
1303 <inherit from="Points" />
1304 <inherit from="Label" />
1305 <inherit from="MinMaxPoints" />
1306 </inherits>
1307 <fields>
1308 <field name="showpoints" type="boolean" display="Punkte anzeigen"
1309 default="false" />
1310 <field name="linesize" type="int" display="Liniendicke"
1311 default="2" />
1312 <field name="showpointlabel" type="boolean"
1313 display="Punktbeschriftung anzeigen" default="false"
1314 hints="hidden"/>
1315 </fields>
1316 </theme>
1317
1318 <theme name="DurationCurveW">
1319 <inherits>
1320 <inherit from="DurationCurve" />
1321 </inherits>
1322 <fields>
1323 <field name="linecolor" type="Color" display="Linienfarbe"
1324 default="0,51,204" />
1325 </fields>
1326 </theme>
1327
1328 <theme name="DurationCurveQ">
1329 <inherits>
1330 <inherit from="DurationCurve" />
1331 </inherits>
1332 <fields>
1333 <field name="linecolor" type="Color" display="Linienfarbe"
1334 default="0,204,0" />
1335 </fields>
1336 </theme>
1337
1338
1339
1340 <theme name="FixPoints">
1341 <inherits>
1342 <inherit from="Points" />
1343 <inherit from="Label" />
1344 </inherits>
1345 <fields>
1346 <field name="pointsize" type="int" display="Punktdicke"
1347 default="3" />
1348 </fields>
1349 </theme>
1350
1351 <theme name="FixLines">
1352 <inherits>
1353 <inherit from="Lines" />
1354 <inherit from="Points" />
1355 <inherit from="Label" />
1356 </inherits>
1357 <fields>
1358 <field name="showpointlabel" type="boolean"
1359 display="Beschriftung anzeigen" default="false" hints="hidden" />
1360 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
1361 default="false" hints="hidden" />
1362 <field name="pointsize" type="int" display="Punktdicke"
1363 default="3" />
1364 </fields>
1365 </theme>
1366
1367 <theme name="FixAreas">
1368 <inherits>
1369 <inherit from="Areas" />
1370 </inherits>
1371 <fields>
1372 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
1373 default="true" hints="hidden" />
1374 <field name="areashowborder" type="boolean" display="Begrenzung"
1375 default="false" hints="hidden" />
1376 <field name="areabordercolor" type="Color" default="0, 0, 0"
1377 display="Begrenzungslinienfarbe" hints="hidden" />
1378 <field name="showarea" type="boolean" display="Flaeche anzeigen"
1379 default="true" hints="hidden" />
1380 <field name="showarealabel" type="boolean"
1381 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
1382 </fields>
1383 </theme>
1384
1244 <theme name="FixingWQCurve"> 1385 <theme name="FixingWQCurve">
1245 <inherits> 1386 <inherits>
1246 <inherit from="FixLines" /> 1387 <inherit from="FixLines" />
1247 </inherits> 1388 </inherits>
1248 <fields> 1389 <fields>
1554 </theme> 1695 </theme>
1555 1696
1556 <theme name="Floodplains"> 1697 <theme name="Floodplains">
1557 <inherits> 1698 <inherits>
1558 <inherit from="Map" /> 1699 <inherit from="Map" />
1700 </inherits>
1701 </theme>
1702
1703 <theme name="Floodmarks">
1704 <inherits>
1705 <inherit from="MapLines" />
1706 <inherit from="Symbol" />
1559 </inherits> 1707 </inherits>
1560 </theme> 1708 </theme>
1561 1709
1562 <theme name="WSPLGEN"> 1710 <theme name="WSPLGEN">
1563 <inherits> 1711 <inherits>
1596 <inherit from="Symbol" /> 1744 <inherit from="Symbol" />
1597 </inherits> 1745 </inherits>
1598 </theme> 1746 </theme>
1599 1747
1600 <theme name="Floodmarks"> 1748 <theme name="Floodmarks">
1749 <inherits>
1750 <inherit from="MapLines" />
1751 <inherit from="Symbol" />
1752 </inherits>
1753 </theme>
1754
1755
1756 <theme name="GaugeLocation">
1601 <inherits> 1757 <inherits>
1602 <inherit from="MapLines" /> 1758 <inherit from="MapLines" />
1603 <inherit from="Symbol" /> 1759 <inherit from="Symbol" />
1604 </inherits> 1760 </inherits>
1605 </theme> 1761 </theme>

http://dive4elements.wald.intevation.org