Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ compareStrings
Method
compareStrings
src/backend/worksheet/TreeModel.cpp:298–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
int TreeModel::compareStrings(const QString& value, const int row, const int column, const QModelIndex& parent) {
299
QModelIndex plotIndex = index(row, column, parent);
300
return plotIndex.data().toString().compare(value);
301
}
Callers
nothing calls this directly
Calls
2
toString
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected