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

Method filterChanged

src/frontend/widgets/TreeViewComboBox.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void TreeViewComboBox::filterChanged(const QString& text) {
267 QModelIndex root = m_treeView->model()->index(0, 0);
268 filter(root, text);
269}
270
271bool TreeViewComboBox::filter(const QModelIndex& index, const QString& text) {
272 bool childVisible = false;

Callers

nothing calls this directly

Calls 2

indexMethod · 0.45
modelMethod · 0.45

Tested by

no test coverage detected