UIconnection


Synopsis

a UI base class object that manages UIobject parent/child connections


group UIconnection<NEcolor0=0x00ff00> {
int+read canHaveChildren(NEvisible=0>;
int+read shellParent<NEvisible=0>;
};

Description

UIconnection is a base class used by other UI classes to manage information about their parent/child connections in the Network Editor. It cannot be instantiated separately.

Subobjects

canHaveChildren

If 1, UIobject can manage children connections. If 0, UIobject cannot have children. This attribute is read-only.

shellParent

Not used.

Example

Not available.

File

v/UI.v