KUIML
Blue Cat's User Interface Programming Language
GROUP

Description

Creates a group of objects to manage them together as a single entity. Grouping can be useful for persistency, copy/paste etc.

Inherited Attributes

See Attributes Common to All Elements.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

object_ids

';' separated identifiers

Empty.

List of identifiers of objects to be part of the group.


2.0

No

object_aliases

';' separated identifiers

Empty.

List of aliases used for the objects in the group.

The aliases are used in place of object ids when the group is serialized. So it is possible to load and save data from other groups if the same aliases are used for compatible object types.

2.0

No

name

string

Empty.

Displayed named of the group.


2.0

No

comment

string

Empty.

Comment about the group.


2.0

No

Events

value_changed

event

the event is fired anytime the value of one of the objects in the group has changed.

2.0