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

Method allDatasetsList

src/frontend/DatasetModel.cpp:115–117  ·  view source on GitHub ↗

* @brief Returns the list of every dataset. */

Source from the content-addressed store, hash-verified

113 * @brief Returns the list of every dataset.
114 */
115QVariant DatasetModel::allDatasetsList() {
116 return {m_datasetList};
117}
118
119/**
120 * @brief Returns the list of categories for a given collection

Callers 2

loadCategoriesMethod · 0.80
checkFileNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected