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

Method getNameValue

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

Source from the content-addressed store, hash-verified

1740}
1741
1742Value Project::Item::getNameValue()
1743{
1744 return state.getPropertyAsValue (Ids::name, getUndoManager());
1745}
1746
1747String Project::Item::getName() const
1748{

Callers 5

createGroupMethod · 0.80
addFileUncheckedMethod · 0.80
addRelativeFileMethod · 0.80
setNameMethod · 0.80

Calls 2

getUndoManagerFunction · 0.70
getPropertyAsValueMethod · 0.45

Tested by

no test coverage detected