BoolElement

class glue.viewers.custom.qt.custom_viewer.BoolElement(params)[source]

Bases: glue.viewers.custom.qt.custom_viewer.FormElement

A checkbox representing a boolean setting

The shorthand notation is True or False:

e = FormElement.auto(False)

Attributes Summary

state

Methods Summary

recognizes(params)
value([layer, view])

Attributes Documentation

state

Methods Documentation

classmethod recognizes(params)[source]
value(layer=None, view=None)[source]