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

Method setFile

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

Source from the content-addressed store, hash-verified

1640}
1641
1642void Project::Item::setFile (const File& file)
1643{
1644 setFile (build_tools::RelativePath (project.getRelativePathForFile (file), build_tools::RelativePath::projectFolder));
1645 jassert (getFile() == file);
1646}
1647
1648void Project::Item::setFile (const build_tools::RelativePath& file)
1649{

Callers 5

VideoDemoFunction · 0.45
selectVideoFileFunction · 0.45
addFileUncheckedMethod · 0.45
addRelativeFileMethod · 0.45
saveProjectMethod · 0.45

Calls 8

setFileFunction · 0.85
RelativePathClass · 0.85
getFileFunction · 0.85
toUnixStyleMethod · 0.80
getUndoManagerFunction · 0.70
setPropertyMethod · 0.45
getFileNameMethod · 0.45

Tested by

no test coverage detected