The catalog key identifying one column of a topic in a dataset — the canonical "dataset:.../topic:.../column:..." string the catalog and host plots key curves by.
| 74 | // The catalog key identifying one column of a topic in a dataset — the canonical |
| 75 | // "dataset:.../topic:.../column:..." string the catalog and host plots key curves by. |
| 76 | QString curveKey(DatasetId dataset_id, TopicId topic_id, std::size_t column) { |
| 77 | return QStringLiteral("dataset:%1/topic:%2/column:%3").arg(dataset_id).arg(topic_id).arg(column); |
| 78 | } |
| 79 | |
| 80 | // Synthetic curve key/title for the in-memory filtered preview curve — never a |
| 81 | // catalog key, so it lives only inside the preview PlotWidget. |
no outgoing calls
no test coverage detected