Home
last modified time | relevance | path

Searched defs:exporterIdentifier (Results 1 – 3 of 3) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/PIPs/
H A Djucer_PIPGenerator.cpp79 static bool isValidExporterIdentifier (const Identifier& exporterIdentifier) in isValidExporterIdentifier()
84 static bool exporterRequiresExampleAssets (const Identifier& exporterIdentifier, const String& proj… in exporterRequiresExampleAssets()
238 ValueTree PIPGenerator::createExporterChild (const Identifier& exporterIdentifier) in createExporterChild()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ProjectSaving/
H A Djucer_ProjectExporter.cpp109 …er::ExporterTypeInfo ProjectExporter::getTypeInfoForExporter (const Identifier& exporterIdentifier) in getTypeInfoForExporter()
140 …porter> ProjectExporter::createNewExporter (Project& project, const Identifier& exporterIdentifier) in createNewExporter()
185 for (auto& exporterIdentifier : types) in canProjectBeLaunched() local
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp2431 void Project::addNewExporter (const Identifier& exporterIdentifier) in addNewExporter()
2447 String Project::getUniqueTargetFolderSuffixForExporter (const Identifier& exporterIdentifier, const… in getUniqueTargetFolderSuffixForExporter()