Feedbackobject – CUE Design Director Script Language User Manual

Page 53

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 53 of 94

3.2.7.

FeedBackObject

The object inherits from IdentificatioObjectA and FeedBackObjectA objects. It contains:

Property

Type

Description

Father IndentificationObjectA

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.

FeedAddr uint

Number

i.e.

address of the variable (for FeedType type 2 and 3) or the

value (for FeedType type 1)

FeedType

uint

The address stored in the object. According to the values it is: 0. no
address that means other properties have no meaning1. the address
of value, through this value the feedback is realized 2. the address of
variable 3. the address of variable with value condition.

FeedValue

uint

It is only defined for FeedType type 3. Then the feedback is defined
not only through the variable but also through its actual value. Here the
variable value is stored that it has to have, so the feedback would set
the object value.

Name

string*50

The name of the object. The property is read only. This is default
value.

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.

Value

uint

It is the actual object value. According to the value the object is
displayed in a different way – e.g. button, bargraph. According to value
the message and tab are defined, what message resp. tab page will be
displayed. The value is default.

Event

Parameters

Description

OnFeedBack ParamByVal Prev uint

The event occurs at the moment when the feedback comes on resp. at
the moment when its forced changes are performed. The event
parameter is the previous object value.

Advertising