Home
last modified time | relevance | path

Searched refs:shouldUseGlobalPathValue (Results 1 – 4 of 4) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_ModulesInformationComponent.h243 modules.shouldUseGlobalPathValue (moduleID) = useGlobal; in setAllModulesToUseGlobalPaths()
251 modules.shouldUseGlobalPathValue (modules.getModuleID (selected[i])) = useGlobal; in setSelectedModulesToUseGlobalPaths()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp509 return (bool) shouldUseGlobalPathValue (moduleID).getValue(); in shouldUseGlobalPath()
512 Value EnabledModulesList::shouldUseGlobalPathValue (const String& moduleID) const in shouldUseGlobalPathValue() function in EnabledModulesList
635 shouldUseGlobalPathValue (moduleID) = useGlobalPath; in addModule()
H A Djucer_Modules.h113 Value shouldUseGlobalPathValue (const String& moduleID) const;
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/Sidebar/
H A Djucer_ModuleTreeItems.h196 useGlobalPathValue.referTo (modules.shouldUseGlobalPathValue (moduleID)); in refresh()