MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / install

Method install

source/ui/data/appFile.cpp:178–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void AppFile::install(bool chooseShortCut, BoxedContainer* container, bool alreadyCheckedWineOption) {
179 std::list<AppDownloadTask> downloads;
180 globalRunner.clear();
181 install(chooseShortCut, container, globalRunner, downloads, alreadyCheckedWineOption);
182 if (downloads.size()) {
183 downloadNext(globalRunner, downloads);
184 } else {
185 runApps(globalRunner);
186 }
187}
188
189BString AppFile::getFileSystemInstallOption() {
190 for (auto& option : installOptions) {

Callers 3

runOptionsMethod · 0.45
ContainersViewMethod · 0.45
runAppsMethod · 0.45

Calls 15

downloadNextFunction · 0.85
runAppsFunction · 0.85
AppDownloadTaskClass · 0.85
getTranslationWithFormatFunction · 0.85
runOnMainUIFunction · 0.85
gotoViewFunction · 0.85
StartUpArgsClass · 0.85
MountInfoClass · 0.85
BFunction · 0.85
frontMethod · 0.80
saveContainerMethod · 0.80
getDirMethod · 0.80

Tested by

no test coverage detected