r3llaycy
real/gadget/r3llaycy.h
r3gad
Gadget for r3lislay class. Allows the user to select one of the objects in the model layer.
r3Gadget
R3CLID_GADGET
r3Listlayercycle
R3CLID_LISTLAYERCYCLE - 246
int R3RegisterListLayerCycleClass(R3APP *app);
Active
Active
R3LLCA_Active
Integer
R3INT
ordnum of the current selected
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
ActiveByLabel
R3LLCA_ActiveByLabel
String
char*
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
AddNoneSelection
R3LLCA_AddNoneSelection
Integer
int
jsobj.SetAddNoneSelection(value);
int value = ...;
R3SetAttrs(r3obj, R3LLCA_AddNoneSelection, value, R3TAG_END);
FilterMethod
FilterMethod
R3LLCA_FilterMethod
Integer
R3INT
jsobj.SetFilterMethod(value);
R3INT value = ...;
R3SetAttrs(r3obj, R3LLCA_FilterMethod, value, R3TAG_END);