Cue Design Director Script Language User Manual Page 76

  • Download
  • Add to my manuals
  • Print
  • Page
    / 94
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 75
Reference Manual Design Director Script Language
www.cuesystem.com
Page 76 of 94
3.2.17. RectangleObject
The object inherits from LineObjectA and VisibilityObjectA objects. It contains:
Property Type Description
BackColor ColorObject Background color. Reference to a real color object or to NoObject, if not
filled then the color is transparent. The object of the color can be the part
of the palette, which has been defined in the design environment.
Color ColorObject Text color. Reference to a real color object – it can never be NoObject
then the color would be transparent. The objects of the color can be the
part of the palette, which has been defined in the design environment.
ElipseHeight uint The height of the round edges. If the width or height of the round edges
is less than 2 then the round edges will not be displayed.
ElipseWidth uint The width of the round edges. If the width or height of the round edges is
less than 2 then the round off will not be displayed.
Father IdentificationObjectA The father of the object. For the button itself, for instance it is the board
that it is lying on. For the window and the page (as well as for the ”free”
objects – i.e. a picture, font or a color) the value is NoObject. The
property is for reading only.
Height uint The total object height. For the page the property cannot be changed.
LineType uint It is the type of the drawn line. The defined values are 0..none, 1..Solid,
2..Dash (dashes), 4..DashDot (dash dot), 5..DashDotDot (dash and two
dots)
LineWidth uint The line width.
Name string*50 The object name. The property is for reading only. The value is default.
Tag uint Free space where anyone, while the program is running, can note
something. For the virtual world itself it has no importance. For the
design environment it is forbidden. At the beginning the value is zero
here.
Top IdentificationObjectA Top object for an object. This means an object that has no father – that is
a page or a window. For the ”free” objects – i.e. a picture, font, color –
the value is NoObject.
Transparent uint When the value is a zero, the object is not transparent – that means it
writes on the entire area of a rectangle determined by a position (without
a coordinate Z).The none-zero value means that some part of the object
is not fully drawn. I.e. The background is a picture with a transparent
color,…The feature is read only.
Visible uint When the value is a zero, the object is neither drawn nor it gets
information about the user’s touches on the panel (The events are not
generated)On the other hand when the value is other than the zero, the
object is drawn as well it receives events.
Width uint It is the total width of the object. The property cannot be changed for the
page.
X uint The X coordinate position of the object within the area of its parent.
Y uint The Y coordinate position of the object with the area of its parent. For the
window it is a position on the screen, for the page the property cannot be
changed.
Z uint The Z coordinate position of the object within the area of its parent that
means it determines the overlapping of the objects among each other. In
case two objects will have the same coordinate Z, the resulting status on
the screen is not explicitly defined. For the top object (that is a window or
a page), the coordinate sets position on the screen among other top
objects. For these objects the property cannot be changed, only read.
Page view 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 93 94

Comments to this Manuals

No comments