navigate.view.popups.autofocus_setting_popup.AutofocusPopup
- class navigate.view.popups.autofocus_setting_popup.AutofocusPopup(root, *args, **kwargs)
Bases:
objectClass creates the popup to configure autofocus parameters.
- __init__(root, *args, **kwargs)
Initialize the AutofocusPopup class.
- Parameters:
root (tk.Tk) – Root window.
*args – Variable length argument list.
**kwargs – Arbitrary keyword arguments.
Methods
__init__(root, *args, **kwargs)Initialize the AutofocusPopup class.
Returns the dictionary of input widgets.
Attributes
The autofocusing popup window
Dictionary of all the input widgets.
Dictionary of all the setting variables.
- get_widgets()
Returns the dictionary of input widgets.
- Returns:
Dictionary of all the input widgets.
- Return type:
dict
- inputs
Dictionary of all the input widgets.
- Type:
dict
- setting_vars
Dictionary of all the setting variables.
- Type:
dict