fixed: compile issue
[opensg.git] / Source / System / Window / Foreground / OSGImageForeground.fcd
blob2cbeecc8b783d4d4a33f2934afe5ea48d4b3b37b
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="ImageForeground"
5 parent="Foreground"
6 library="Window"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowForeground"
13 The ImageForeground is used to draw images on top of the viewport. See \ref
14 PageSystemWindowForegroundImage for a description.
16 The images are stored in the _mfImages Field, the corresponding positions in
17 the _mfPositions Field.
18 <Field
19 name="images"
20 type="ImagePtr"
21 cardinality="multi"
22 visibility="external"
23 access="public"
25 The images to display.
26 </Field>
27 <Field
28 name="positions"
29 type="Pnt2f"
30 cardinality="multi"
31 visibility="external"
32 access="public"
34 The positions of the images.
35 </Field>
36 <Field
37 name="scales"
38 type="Pnt2f"
39 cardinality="multi"
40 visibility="external"
41 access="public"
43 The positions of the images.
44 </Field>
45 </FieldContainer>