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

Method import

src/frontend/datasources/ImportDatasetWidget.cpp:371–373  ·  view source on GitHub ↗

* @brief Initiates the processing of the dataset's metadata file and of the dataset itself. * @param datasetHandler the DatasetHanlder that downloads processes the dataset */

Source from the content-addressed store, hash-verified

369 * @param datasetHandler the DatasetHanlder that downloads processes the dataset
370 */
371void ImportDatasetWidget::import(DatasetHandler* datasetHandler) {
372 datasetHandler->processMetadata(m_datasetObject, m_datasetDescription);
373}
374
375/**
376 * @brief Returns the QJsonObject associated with the currently selected dataset.

Callers 2

datasetClickedMethod · 0.80
importToMethod · 0.80

Calls 1

processMetadataMethod · 0.80

Tested by

no test coverage detected