booldelegate

class camelot.view.controls.delegates.booldelegate.BoolDelegate(parent=None, editable=True, **kwargs)[source]

Custom delegate for boolean values

../../../../_images/BoolDelegate_unselected_disabled.png ../../../../_images/BoolDelegate_unselected_editable.png ../../../../_images/BoolDelegate_selected_disabled.png ../../../../_images/BoolDelegate_selected_editable.png

By default, creates a BoolEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/BoolEditor_disabled_tooltip.png
editable=True ../../../../_images/BoolEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/BoolEditor_editable_tooltip.png
editable=False ../../../../_images/BoolEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/BoolEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/BoolEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

editor

alias of BoolEditor

Previous topic

delegates

Next topic

chartdelegate

This Page