_Framework.ButtonMatrixElement¶
Classes¶
class ButtonMatrixElement(CompoundElement)¶
Bases: CompoundElement
_Framework.ButtonMatrixElement¶ButtonMatrixElement(CompoundElement)¶Bases: CompoundElement
__init__(self, rows, *a, **k)¶submatrix(self, col_slice, row_slice)¶add_row(self, buttons)¶width(self)¶height(self)¶send_value(self, column, row, value, force)¶set_light(self, column, row, value)¶get_button(self, column, row)¶reset(self)¶__iter__(self)¶__getitem__(self, index)¶_do_get_item(self, index)¶__len__(self)¶iterbuttons(self)¶on_nested_control_element_value(self, value, sender)¶on_nested_control_element_received(self, control)¶on_nested_control_element_lost(self, control)¶