|
DETAILS
|
WaitButton
|
WaitButton
OBJECT
|
| |
| |
Button to delay execution until it is clicked. |
| |
| |
+ |
label
|
CHAR
|
1024
|
'STOP'
|
LOCK
|
button label
|
| |
+ |
title
|
CHAR
|
1024
|
'STOP'
|
LOCK
|
window title
|
| |
+ |
pos
|
INT
|
4
|
'0,0,100,100'
|
LOCK
|
position of check box on screen [posx,posy,width,height]
|
| |
|
Controller
|
Controller
OBJECT
|
| |
| |
Allows to dis/enable objects and change their options at run-time. |
| |
| |
+ |
title
|
CHAR
|
1024
|
'Controller'
|
LOCK
|
window title
|
| |
+ |
pos
|
INT
|
4
|
'0,0,100,100'
|
LOCK
|
position on screen [posx,posy,width,height]
|
| |
+ |
buffer
|
UINT
|
1
|
'10240'
|
LOCK
|
size of character buffer
|
| |
+ |
history
|
UINT
|
1
|
'10'
|
LOCK
|
length of history
|
| |
|
ControlTextBox
|
ControlTextBox
OBJECT
|
| |
| |
TextBox to control an option of another object. |
| |
| |
+ |
title
|
CHAR
|
1024
|
'Edit'
|
LOCK
|
window title
|
| |
+ |
pos
|
INT
|
4
|
'0,0,100,100'
|
LOCK
|
position of text box on screen [posx,posy,width,height]
|
| |
+ |
id
|
CHAR
|
1024
|
''
|
LOCK
|
object id(s) (if several separate by comma)
|
| |
+ |
name
|
CHAR
|
1024
|
''
|
LOCK
|
option name
|
| |
+ |
precision
|
INT
|
1
|
'3'
|
LOCK
|
floating point precision (-1 to use scientific notation)
|
| |
|
ControlSlider
|
ControlSlider
OBJECT
|
| |
| |
Slider to control option value of another object. |
| |
| |
+ |
title
|
CHAR
|
1024
|
''
|
LOCK
|
window title (if empty set to 'id:option')
|
| |
+ |
pos
|
INT
|
4
|
'0,0,100,100'
|
LOCK
|
position of check box on screen [posx,posy,width,height]
|
| |
+ |
id
|
CHAR
|
1024
|
''
|
LOCK
|
object id
|
| |
+ |
name
|
CHAR
|
1024
|
''
|
LOCK
|
option name
|
| |
+ |
defval
|
FLOAT
|
1
|
'0.50000'
|
LOCK
|
default slider value
|
| |
+ |
minval
|
FLOAT
|
1
|
'0.00000'
|
LOCK
|
min slider value
|
| |
+ |
maxval
|
FLOAT
|
1
|
'1.00000'
|
LOCK
|
max slider value
|
| |
+ |
steps
|
UINT
|
1
|
'100'
|
LOCK
|
slider steps
|
| |
+ |
orientation
|
INT
|
1
|
'0'
|
LOCK
|
orientation (0=horizontal, 1=vertical)
|
| |
|
ControlGrid
|
ControlGrid
OBJECT
|
| |
| |
Grid to control options of objects in a pipeline. |
| |
| |
+ |
title
|
CHAR
|
1024
|
'ControlGrid'
|
LOCK
|
window title
|
| |
+ |
pos
|
INT
|
4
|
'0,0,100,100'
|
LOCK
|
position of check box on screen [posx,posy,width,height]
|
| |
+ |
id
|
CHAR
|
1024
|
''
|
LOCK
|
object id(s) (if several separate by comma) or leave empty to select all objects
|
| |
+ |
showEnabled
|
BOOL
|
1
|
'false'
|
LOCK
|
add check box to enable/disable object(s)
|
| |
+ |
precision
|
INT
|
1
|
'3'
|
LOCK
|
floating point precision (-1 to use scientific notation)
|
| |
|
ControlEvent
|
|
ControlCheckBox
|
ControlCheckBox
OBJECT
|
| |
| |
CheckBox to control a boolean option of another object or turn an object on/off. |
| |
| |
+ |
label
|
CHAR
|
1024
|
''
|
LOCK
|
check box label
|
| |
+ |
title
|
CHAR
|
1024
|
'CheckBox'
|
LOCK
|
window title
|
| |
+ |
pos
|
INT
|
4
|
'0,0,100,100'
|
LOCK
|
position of check box on screen [posx,posy,width,height]
|
| |
+ |
id
|
CHAR
|
1024
|
''
|
LOCK
|
object id(s) (if several separate by comma)
|
| |
+ |
name
|
CHAR
|
1024
|
''
|
LOCK
|
option name (if empty object(s) are turned on/off)
|
| |
+ |
default
|
BOOL
|
1
|
'true'
|
LOCK
|
default state
|
| |
|
ControlButton
|
ControlButton
OBJECT
|
| |
| |
Button to send messages to other objects. |
| |
| |
+ |
label
|
CHAR
|
1024
|
''
|
LOCK
|
button label
|
| |
+ |
title
|
CHAR
|
1024
|
'Button'
|
LOCK
|
window title
|
| |
+ |
pos
|
INT
|
4
|
'0,0,100,100'
|
LOCK
|
position of check box on screen [posx,posy,width,height]
|
| |
+ |
id
|
CHAR
|
1024
|
''
|
LOCK
|
object id(s) (if several separate by comma)
|
| |
+ |
message
|
CHAR
|
1024
|
'reset'
|
LOCK
|
message name (if 'reset', an RESET notification is sent)
|
| |
|