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

Method siftElements

src/board/UBFeaturesController.cpp:1123–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123void UBFeaturesController::siftElements(const QString &pSiftValue)
1124{
1125 featuresProxyModel->setFilterRegularExpression(QRegularExpression::anchoredPattern(pSiftValue));
1126 featuresProxyModel->invalidate();
1127
1128 featuresPathModel->setPath(pSiftValue);
1129 featuresPathModel->invalidate();
1130}
1131
1132UBFeature UBFeaturesController::getFeature(const QModelIndex &index, const QString &listName)
1133{

Callers 1

currentSelectedMethod · 0.80

Calls 1

setPathMethod · 0.45

Tested by

no test coverage detected