MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / foreach

Method foreach

src/core/UBForeignObjectsHandler.cpp:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 // Gathering information from svg files
205 QFileInfoList svgInfos = QDir(mCurrentDir).entryInfoList(QStringList() << "*.svg", QDir::NoDotAndDotDot | QDir::Files);
206 foreach (QFileInfo svgInfo, svgInfos) {
207 cureIdsFromSvgDom(createDomFromSvg(svgInfo.absoluteFilePath()));
208 }
209
210 fitIdsFromFileSystem();
211 QVector<QString> deleteCandidates;

Callers

nothing calls this directly

Calls 8

createDomFromSvgFunction · 0.85
thumbFileNameFromFunction · 0.85
existsFunction · 0.85
rm_rFunction · 0.85
strIdFromFunction · 0.85
valueMethod · 0.45
isEmptyMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected