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

Method shouldBeCompiled

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

Source from the content-addressed store, hash-verified

1595
1596Value Project::Item::getShouldCompileValue() { return state.getPropertyAsValue (Ids::compile, getUndoManager()); }
1597bool Project::Item::shouldBeCompiled() const { return state [Ids::compile]; }
1598
1599Value Project::Item::getShouldAddToBinaryResourcesValue() { return state.getPropertyAsValue (Ids::resource, getUndoManager()); }
1600bool Project::Item::shouldBeAddedToBinaryResources() const { return state [Ids::resource]; }

Callers 11

scanProjectItemMethod · 0.80
showPopupMenuMethod · 0.80
handlePopupMenuResultMethod · 0.80
getFileInfoListMethod · 0.80
getSourceFilesInfoMethod · 0.80
addProjectItemMethod · 0.80
findAllFilesToCompileMethod · 0.80
addCompileUnitsMethod · 0.80
addFilesToCompileMethod · 0.80
addCompileUnitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected