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

Method openForFolder

source/Gui/EditSimulationDialog.cpp:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void EditSimulationDialog::openForFolder(NetworkResourceTreeTO const& treeTO, std::vector<NetworkResourceRawTO> const& rawTOs)
30{
31 changeTitle("Change folder name");
32 AlienDialog::open();
33 _treeTO = treeTO;
34 _rawTOs = rawTOs;
35
36 _newName = NetworkResourceService::get().concatenateFolderName(treeTO->folderNames, false);
37 _origFolderName = _newName;
38}
39
40EditSimulationDialog::EditSimulationDialog()
41 : AlienDialog("")

Callers 1

onEditResourceMethod · 0.80

Calls 1

concatenateFolderNameMethod · 0.80

Tested by

no test coverage detected