MCPcopy 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
298int 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

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected