BoolElement¶
-
class
glue.viewers.custom.qt.custom_viewer.BoolElement(params)[source]¶ Bases:
glue.viewers.custom.qt.custom_viewer.FormElementA checkbox representing a boolean setting
The shorthand notation is True or False:
e = FormElement.auto(False)
Attributes Summary
stateMethods Summary
recognizes(params)value([layer, view])Attributes Documentation
-
state¶
Methods Documentation
-