r3llaycy

r3llaycy

Class

real/gadget/r3llaycy.h

Library

r3gad

Description:

Gadget for r3lislay class. Allows the user to select one of the objects in the model layer.

See Also

oops/r3gadget.h

Super Class

r3Gadget

R3CLID_GADGET

JavaScript

r3Listlayercycle

Class Identifier

R3CLID_LISTLAYERCYCLE - 246

Methods

Attributes

Active, ActiveByLabel, AddNoneSelection, FilterMethod,

Registration

int R3RegisterListLayerCycleClass(R3APP *app);

Active

Attribute

Active

Identifier

R3LLCA_Active

JavaScript type

Integer

C type

R3INT

Description

ordnum of the current selected

Syntax


jsobj.SetActive(value);
value = jsobj.GetActive();


R3INT value = ...;
R3SetAttrs(r3obj, R3LLCA_Active, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3LLCA_Active, &value, R3TAG_END);

ActiveByLabel

Attribute

ActiveByLabel

Identifier

R3LLCA_ActiveByLabel

JavaScript type

String

C type

char*

Description

Syntax


jsobj.SetActiveByLabel(value);
value = jsobj.GetActiveByLabel();


char* value = ...;
R3SetAttrs(r3obj, R3LLCA_ActiveByLabel, value, R3TAG_END);
char* value;
R3GetAttrs(r3obj, R3LLCA_ActiveByLabel, &value, R3TAG_END);

AddNoneSelection

Attribute

AddNoneSelection

Identifier

R3LLCA_AddNoneSelection

JavaScript type

Integer

C type

int

Description

Syntax


jsobj.SetAddNoneSelection(value);


int value = ...;
R3SetAttrs(r3obj, R3LLCA_AddNoneSelection, value, R3TAG_END);

FilterMethod

Attribute

FilterMethod

Identifier

R3LLCA_FilterMethod

JavaScript type

Integer

C type

R3INT

Description

Syntax


jsobj.SetFilterMethod(value);


R3INT value = ...;
R3SetAttrs(r3obj, R3LLCA_FilterMethod, value, R3TAG_END);