MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / getAllProjectInfo

Method getAllProjectInfo

src/plugins/project/mainframe/projecttree.cpp:384–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384QList<dpfservice::ProjectInfo> ProjectTree::getAllProjectInfo()
385{
386 using namespace dpfservice;
387 QList<ProjectInfo> result;
388 for (int row = 0; row < d->itemModel->rowCount(); row++) {
389 result << ProjectInfo::get(d->itemModel->index(row, 0));
390 }
391 return result;
392}
393
394ProjectInfo ProjectTree::getProjectInfo(const QString &kitName, const QString &workspace) const
395{

Callers 12

isOpenedProjectMethod · 0.80
refreshUiMethod · 0.80
slotPortingStartMethod · 0.80
toShortProjectPathMethod · 0.80
prepareSearchMethod · 0.80
createPromptMethod · 0.80
searchParamsMethod · 0.80
getClientMethod · 0.80
setPathMethod · 0.80
projectInfoMethod · 0.80
projectListMethod · 0.80

Calls 3

getFunction · 0.50
rowCountMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected