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

Method itemPath

kdevplatform/project/projectitemlineedit.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232QStringList ProjectItemLineEdit::itemPath() const
233{
234 Q_D(const ProjectItemLineEdit);
235
236 return joinProjectBasePath(KDevelop::splitWithEscaping(text(), sep, escape), d->base);
237}
238
239void ProjectItemLineEdit::setBaseItem(KDevelop::ProjectBaseItem* item)
240{

Callers 11

BuildItemMethod · 0.45
operator==Function · 0.45
findInsertionPlaceMethod · 0.45
removeItemsWithCacheMethod · 0.45
insertItemWithCacheMethod · 0.45
dataMethod · 0.45
saveToProjectMethod · 0.45
addDepMethod · 0.45
setFilterMethod · 0.45

Calls 2

joinProjectBasePathFunction · 0.85
splitWithEscapingFunction · 0.85

Tested by

no test coverage detected