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