Skip to content

main_controller

Main controller module for the BRMS application.

Classes:

MainController

MainController(model: Simulation, view: MainWindow)

Bases: BRMSController

Main controller class for the Simulation.

Methods:

connect_signals

connect_signals() -> None

Connect signals from the view to the controller's slots.

connect_signals_for_debugging

connect_signals_for_debugging() -> None

Connect signals only used for debugging.

init

init() -> None

Initialize the simulation and set the starting scenario.

These should be init actions on a fresh stimulation start.

on_exit

on_exit() -> None

Handle the exit signal from the view.

on_scenario_changed

on_scenario_changed(scenario: Scenario) -> None

Handle changes to the scenario.

These should be repeated actions on each scenario change