Panelobject – CUE Design Director Script Language User Manual

Page 71

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 71 of 94

3.2.15. PanelObject

The object inherits from IdentificationObjectA object. It contains:

Property

Type

Description

Bitmaps

CollectionObjectA

It is a list of all objects of BitmapObject object type. The property is to read
only; the objects on the list can be changed.

Color

CollectionOjbectA

It is a list of all objects of ColorObject object type. The property is to read
only; the objects on the list can be changed.

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.

FeedBacks

CollectionObjectA

It is a list of all objects of FeedBackObjectA object type. The property is to
read only; the objects on the list can be changed.

Fonts

CollectionObjectA

It is a list of all objects of FontObject object type. The property is to read
only; the objects on the list can be changed.

Grops

CollectionObjectA

It is a list of all objects of Groups object types. The property is to read only;
the objects on the list can be changed.

Name

string*50

The object name. The property is for reading only. The value is default.

Pages

CollectionObjectA

It is a list of all types of PageObject object. The property is to read only;
the objects on the list cannot be changed.

StartPage

PageObject

It is a page that appears the first right after the system is turned on. During
the program run it is possible to use this property – for the virtual world of
design panels has no influence.

SubVersion uint

It is a number of sub version of data file type (generated by design
environment). The property is to read only.

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.

Version

uint

It is a version of data file type (generated by design environment). The
property is to read only.

Windows

CollectionObjectA

It is a list of all objects of WindowsObject object types. The property is to
read only; the objects on the list cannot be changed.

Advertising