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

Method initIntern

source/Gui/PatternEditorWindow.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void PatternEditorWindow::initIntern(SimulationFacade simulationFacade)
29{
30 _simulationFacade = simulationFacade;
31 auto path = std::filesystem::current_path();
32 if (path.has_parent_path()) {
33 path = path.parent_path();
34 }
35 _startingPath = GlobalSettings::get().getValue("editors.pattern editor.starting path", path.string());
36}
37
38void PatternEditorWindow::processIntern()
39{

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected