navigate.controller.sub_controllers.gui_settings_popup.GuiSettingsPopupController
- class navigate.controller.sub_controllers.gui_settings_popup.GuiSettingsPopupController(view: GuiSettingsPopup, parent_controller: Controller)
Bases:
objectConnect the GUI settings view to the shared GUI configuration.
- __init__(view: GuiSettingsPopup, parent_controller: Controller) → None
Methods
__init__(view, parent_controller)Validate and write user edits to the shared GUI configuration.
Close the popup and discard its controller reference.
Populate the view from the active GUI configuration.
showup()Show the existing settings window.
- apply_settings() → bool
Validate and write user edits to the shared GUI configuration.
- close_popup() → None
Close the popup and discard its controller reference.
- populate_settings() → None
Populate the view from the active GUI configuration.
- showup() → None
Show the existing settings window.