DAZ Script |
---|
DzButtonGroup ( DzWidget parent ) |
TODO: Add detailed description.
The number of buttons in the group (Read Only)
Whether the group is exclusive for all toggle buttons (the default is false)
Boolean : radioButtonExclusive
Whether the group is exclusive for radio buttons (the default is true)
The checked button in an exclusive group
void : addButton( DzButton button )
Add the button to the group. This is only necessary if the button was not created as a child of the group.
void : addButton( DzButton button, Number id )
Add the button to the group. This is only necessary if the button was not created as a child of the group.
DzButton : button( Number id )
TODO: Add description.
TODO: Add description.
TODO: Add description.
Number : id( DzButton button )
Return Value:
button
in the group. -1 if button
is not a member of the group.Number : insert( DzButton button, Number id=-1 )
Add the button to the group. This is only necessary if the button was not created as a child of the group.
Return Value:
button
in the group.void : removeButton( DzButton button )
Remove button
from the group
Signature:“clicked(int)”
Emitted when a button in the group is pressed and released
Signature:“pressed(int)”
Emitted when a button in the group is pressed
Signature:“released(int)”
Emitted when a button in the group is released