| 27 | } |
| 28 | |
| 29 | void 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 | |
| 40 | EditSimulationDialog::EditSimulationDialog() |
| 41 | : AlienDialog("") |
no test coverage detected