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

Method init

source/Gui/FileTransferController.cpp:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void FileTransferController::init(PersisterFacade persisterFacade, SimulationFacade simulationFacade)
93{
94 _persisterFacade = persisterFacade;
95 _simulationFacade = simulationFacade;
96 _openSimulationProcessor = _TaskProcessor::createTaskProcessor(_persisterFacade);
97 _saveSimulationProcessor = _TaskProcessor::createTaskProcessor(_persisterFacade);
98
99 _referencePath = GlobalSettings::get().getValue("dialogs.directory.reference path", _referencePath);
100}
101
102void FileTransferController::process()
103{

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected