AFL.automation.prepare.DeckBuilderWidget#

Functions

sqrt(x, /)

Return the square root of x.

Classes

Button(**kwargs)

Button widget.

Checkbox(**kwargs)

Displays a boolean value in the form of a checkbox.

Client([ip, port, username, interactive])

Communicate with APIServer

DeckBuilderWidget()

DeckBuilderWidget_Model()

DeckBuilderWidget_View()

Dropdown(**kwargs)

Allows you to select a single item from a dropdown.

HBox(**kwargs)

Displays multiple widgets horizontally using the flexible box model.

Label(**kwargs)

Label widget.

Layout(**kwargs)

Layout specification

Text(**kwargs)

Single line textbox widget.

VBox(**kwargs)

Displays multiple widgets vertically using the flexible box model.

class AFL.automation.prepare.DeckBuilderWidget.DeckBuilderWidget[source]#
__init__()[source]#
build_deck_object()[source]#
get_deck_config()[source]#
set_deck_config(config)[source]#
send_deck_cb(event)[source]#
save_cb(event)[source]#
load_cb(event)[source]#
update_deck_graphic_cb(event)[source]#
start()[source]#
class AFL.automation.prepare.DeckBuilderWidget.DeckBuilderWidget_Model[source]#
__init__()[source]#
send_deck_config(pi_ip='piot2', align_script='/home/nistoroboto/align.py')[source]#
build_deck_object(config)[source]#
class AFL.automation.prepare.DeckBuilderWidget.DeckBuilderWidget_View[source]#
__init__()[source]#
create_expanded_button(description, button_style)[source]#
draw_deck()[source]#
start()[source]#