Home
last modified time | relevance | path

Searched refs:getStoredPath (Results 1 – 17 of 17) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/Windows/
H A Djucer_GlobalPathsWindowComponent.h87 …auto juceValue = getAppSettings().getStoredPath (Ids::defaultJuceModulePath, TargetOS::getThisOS()… in ~GlobalPathsWindowComponent()
88 …auto userValue = getAppSettings().getStoredPath (Ids::defaultUserModulePath, TargetOS::getThisOS()… in ~GlobalPathsWindowComponent()
267 jucePathValue = settings.getStoredPath (Ids::jucePath, os); in updateValues()
268 juceModulePathValue = settings.getStoredPath (Ids::defaultJuceModulePath, os); in updateValues()
269 userModulePathValue = settings.getStoredPath (Ids::defaultUserModulePath, os); in updateValues()
270 vstPathValue = settings.getStoredPath (Ids::vstLegacyPath, os); in updateValues()
271 rtasPathValue = settings.getStoredPath (Ids::rtasPath, os); in updateValues()
272 aaxPathValue = settings.getStoredPath (Ids::aaxPath, os); in updateValues()
273 androidSDKPathValue = settings.getStoredPath (Ids::androidSDKPath, os); in updateValues()
274 clionExePathValue = settings.getStoredPath (Ids::clionExePath, os); in updateValues()
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Settings/
H A Djucer_StoredSettings.cpp340 …auto moduleFolder = getStoredPath (Ids::defaultJuceModulePath, TargetOS::getThisOS()).get().toStri… in checkJUCEPaths()
341 auto juceFolder = getStoredPath (Ids::jucePath, TargetOS::getThisOS()).get().toString(); in checkJUCEPaths()
354 …return ! isGlobalPathValid ({}, Ids::jucePath, getStoredPath (Ids::jucePath, TargetOS::getThisOS()… in isJUCEPathIncorrect()
457 ValueWithDefault StoredSettings::getStoredPath (const Identifier& key, DependencyPathOS os) in getStoredPath() function in StoredSettings
H A Djucer_StoredSettings.h64 ValueWithDefault getStoredPath (const Identifier& key, DependencyPathOS os);
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/Helpers/
H A Djucer_ValueWithDefaultWrapper.h65 wrappedValue.setDefault (getAppSettings().getStoredPath (globalIdentifier, os).get()); in valueChanged()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_Application.cpp642 …auto globalPath = File::createFileWithoutCheckingPath (getAppSettings().getStoredPath (Ids::jucePa… in getJUCEExamplesDirectoryPathFromGlobal()
791 …auto prebuiltFile = File (getAppSettings().getStoredPath (Ids::jucePath, TargetOS::getThisOS()).ge… in tryToFindPrebuiltDemoRunnerExecutable()
806 …auto globalJUCEPath = File (getAppSettings().getStoredPath (Ids::jucePath, TargetOS::getThisOS()).… in checkIfGlobalJUCEPathHasChanged()
1465 …rescanModules (jucePathModulesList, { getAppSettings().getStoredPath (Ids::defaultJuceModulePath, … in rescanJUCEPathModules()
1470 …rescanModules (userPathsModulesList, { getAppSettings().getStoredPath (Ids::defaultUserModulePath,… in rescanUserPathModules()
H A Djucer_AutoUpdater.cpp242 … { getAppSettings().getStoredPath (Ids::jucePath, TargetOS::getThisOS()).get() }); in askUserForLocationToDownload()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/StartPage/
H A Djucer_ContentComponents.h127 … getAppSettings().getStoredPath (Ids::defaultJuceModulePath, TargetOS::getThisOS()), in TemplateComponent()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ProjectSaving/
H A Djucer_ProjectExport_MSVC.h117 … getAppSettings().getStoredPath (Ids::vstLegacyPath, TargetOS::windows), TargetOS::windows); in initialiseDependencyPathValues()
120 … getAppSettings().getStoredPath (Ids::aaxPath, TargetOS::windows), TargetOS::windows); in initialiseDependencyPathValues()
123 … getAppSettings().getStoredPath (Ids::rtasPath, TargetOS::windows), TargetOS::windows); in initialiseDependencyPathValues()
H A Djucer_ProjectExport_CodeBlocks.h182 … getAppSettings().getStoredPath (Ids::vstLegacyPath, targetOS), targetOS); in initialiseDependencyPathValues()
H A Djucer_ProjectExport_Android.h139 …AndroidExecutable (getAppSettings().getStoredPath (Ids::androidStudioExePath, T… in AndroidProjectExporter()
999 …props << "sdk.dir=" << sanitisePath (getAppSettings().getStoredPath (Ids::androidSDKPath, TargetOS… in getLocalPropertiesFileContent()
H A Djucer_ProjectExport_Make.h457 … getAppSettings().getStoredPath (Ids::vstLegacyPath, TargetOS::linux), TargetOS::linux); in initialiseDependencyPathValues()
H A Djucer_ProjectExport_Xcode.h739 … getAppSettings().getStoredPath (Ids::vstLegacyPath, TargetOS::osx), TargetOS::osx); in initialiseDependencyPathValues()
742 … getAppSettings().getStoredPath (Ids::aaxPath, TargetOS::osx), TargetOS::osx); in initialiseDependencyPathValues()
745 … getAppSettings().getStoredPath (Ids::rtasPath, TargetOS::osx), TargetOS::osx); in initialiseDependencyPathValues()
H A Djucer_ProjectExporter.cpp560 …return getAppSettings().getStoredPath (isJUCEModule (id) ? Ids::defaultJuceModulePath : Ids::defau… in getStoredPathForModule()
H A Djucer_ProjectExport_CLion.h249 .getStoredPath (Ids::clionExePath, TargetOS::getThisOS()).get() in getCLionExecutableOrApp()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/PIPs/
H A Djucer_PIPGenerator.cpp553 …auto examples = File (getAppSettings().getStoredPath (Ids::jucePath, TargetOS::getThisOS()).get().… in getExamplesDirectory()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/Sidebar/
H A Djucer_ModuleTreeItems.h183 …globalPathValues.add (getAppSettings().getStoredPath (isJUCEModule (moduleID) ? Ids::defaultJuceMo… in refresh()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp421 …File globalPath (getAppSettings().getStoredPath (Ids::defaultJuceModulePath, TargetOS::getThisOS()… in getDefaultModulesFolder()