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

Method init

source/Gui/PatternAnalysisDialog.cpp:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19void PatternAnalysisDialog::init(SimulationFacade simulationFacade)
20{
21 _simulationFacade = simulationFacade;
22
23 auto path = std::filesystem::current_path();
24 if (path.has_parent_path()) {
25 path = path.parent_path();
26 }
27 _startingPath = GlobalSettings::get().getValue("dialogs.pattern analysis.starting path", path.string());
28}
29
30void PatternAnalysisDialog::shutdown()
31{

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected