MCPcopy Create free account
hub / github.com/chrxh/alien / initIntern

Method initIntern

source/Gui/NewSimulationDialog.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void NewSimulationDialog::initIntern(SimulationFacade simulationFacade)
21{
22 _simulationFacade = simulationFacade;
23 _adoptSimulationParameters =
24 GlobalSettings::get().getValue("dialogs.new simulation.adopt simulation parameters", true);
25}
26
27void NewSimulationDialog::shutdownIntern()
28{

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected