tommy.controller.saving_loading_controller

Classes

class tommy.controller.saving_loading_controller.SavingLoadingController[source]

Bases: object

load_settings_from_file(filepath) list[str][source]

Load the project settings from a file. :return: None

property model_changed_event: EventHandler[Model]
save_settings_to_file(filepath: str) list[str][source]

Save the project settings to a new file specified by the filepath. :param filepath: The filepath where the settings should be saved :return: None

set_model_refs(model: Model) None[source]

Set the reference to the model. :param model: The model :return: None