MCPcopy Create free account
hub / github.com/KDE/labplot / filterTextChanged

Method filterTextChanged

src/frontend/ProjectExplorer.cpp:710–713  ·  view source on GitHub ↗

! called when the filter/search text was changend. */

Source from the content-addressed store, hash-verified

708 called when the filter/search text was changend.
709*/
710void ProjectExplorer::filterTextChanged(const QString& text) {
711 QModelIndex root = m_treeView->model()->index(0, 0);
712 filter(root, text);
713}
714
715bool ProjectExplorer::filter(const QModelIndex& index, const QString& text) {
716 const auto* model = index.model();

Callers

nothing calls this directly

Calls 2

indexMethod · 0.45
modelMethod · 0.45

Tested by

no test coverage detected