Home
last modified time | relevance | path

Searched refs:getModuleWithID (Results 1 – 5 of 5) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp439 return ModuleDescription (project.getModuleWithID (moduleID).second); in getModuleInfo()
483 auto mod = project.getModuleWithID (missingModule); in tryToFixMissingDependencies()
652 auto f = project.getModuleWithID (moduleID).second; in addModuleInteractive()
H A Djucer_AvailableModulesList.h61 ModuleIDAndFolder getModuleWithID (const String& id) const in getModuleWithID() function
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/PIPs/
H A Djucer_PIPGenerator.cpp530 … auto moduleRoot = availableUserModules->getModuleWithID (moduleID).second.getParentDirectory(); in getPathForModule()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.h468 std::pair<String, File> getModuleWithID (const String&);
H A Djucer_Project.cpp2394 AvailableModulesList::ModuleIDAndFolder Project::getModuleWithID (const String& id) in getModuleWithID() function in Project
2398 const auto& mod = exporterPathsModulesList.getModuleWithID (id); in getModuleWithID()
2411 return exporterPathsModulesList.getModuleWithID (id); in getModuleWithID()