NullCalibrationBase

class NullCalibrationBase[source]

Bases: NullCollection

__init__()

Methods

Attributes

draw() None[source]

Draws the calibration UI. Override in subclasses.

change_layout(auto: bool = False) bool[source]

Called before switching away from this calibration.

Return False to prevent the switch (e.g. unsaved changes).

update_status_label_buttons() None[source]

Delegates status bar update to the parent CalibrationLayout.

update_gui() None[source]

Called periodically to refresh the UI.