MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getMainGroup

Method getMainGroup

JUCE/extras/Projucer/Source/Project/jucer_Project.cpp:1474–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1472}
1473
1474Project::Item Project::getMainGroup()
1475{
1476 return { *this, projectRoot.getChildWithName (Ids::MAINGROUP), false };
1477}
1478
1479PropertiesFile& Project::getStoredProperties() const
1480{

Callers 14

doBasicProjectSetupFunction · 0.80
addFilesFunction · 0.80
scanForProjectFilesMethod · 0.80
scanProjectMethod · 0.80
addNewSubGroupMethod · 0.80
addFileAtIndexMethod · 0.80
addNewGUIFileMethod · 0.80
setNameMethod · 0.80
FileTreePanelMethod · 0.80
getIconFunction · 0.80
JucerResourceFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected