Home
last modified time | relevance | path

Searched refs:shouldUseGlobalPath (Results 1 – 7 of 7) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.h112 bool shouldUseGlobalPath (const String& moduleID) const;
H A Djucer_Modules.cpp506 bool EnabledModulesList::shouldUseGlobalPath (const String& moduleID) const in shouldUseGlobalPath() function in EnabledModulesList
549 if (shouldUseGlobalPath (getModuleID (i))) in areMostModulesUsingGlobalPath()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_CommandLine.cpp125 if (modules.shouldUseGlobalPath (id)) in rescanModulePathsIfNecessary()
130 if (modules.shouldUseGlobalPath (id)) in rescanModulePathsIfNecessary()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_ModulesInformationComponent.h144 if (project.getEnabledModules().shouldUseGlobalPath (moduleID)) in paintListBoxItem()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/Sidebar/
H A Djucer_ModuleTreeItems.h174 pathComponent->setEnabled (! modules.shouldUseGlobalPath (moduleID)); in refresh()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ProjectSaving/
H A Djucer_ProjectExporter.cpp586 if (exporterPath.isEmpty() || project.getEnabledModules().shouldUseGlobalPath (moduleID)) in getPathForModuleString()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp2343 if (modules.shouldUseGlobalPath (id)) in getModulePathsFromExporters()
2396 if (! getEnabledModules().shouldUseGlobalPath (id)) in getModuleWithID()