MCPcopy Create free account
hub / github.com/KDE/kdevelop / findItem

Method findItem

kdevplatform/project/projectbuildsetmodel.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64KDevelop::ProjectBaseItem* BuildItem::findItem() const
65{
66 KDevelop::ProjectModel* model=KDevelop::ICore::self()->projectController()->projectModel();
67 QModelIndex idx = model->pathToIndex(m_itemPath);
68 return model->itemFromIndex(idx);
69}
70
71bool operator==( const BuildItem& rhs, const BuildItem& lhs )
72{

Callers 10

dataMethod · 0.45
collectItemsMethod · 0.45
showContextMenuMethod · 0.45
executeCompletionTestFunction · 0.45
testOverrideExecuteMethod · 0.45
testVariableScopeMethod · 0.45
testCompleteFunctionMethod · 0.45

Calls 4

projectControllerMethod · 0.80
pathToIndexMethod · 0.80
projectModelMethod · 0.45
itemFromIndexMethod · 0.45

Tested by 7

executeCompletionTestFunction · 0.36
testOverrideExecuteMethod · 0.36
testVariableScopeMethod · 0.36
testCompleteFunctionMethod · 0.36