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

Method datasetColumns

src/frontend/welcomescreen/WelcomeScreenHelper.cpp:155–157  ·  view source on GitHub ↗

* @brief Returns the number of the dataset's columns. */

Source from the content-addressed store, hash-verified

153 * @brief Returns the number of the dataset's columns.
154 */
155QVariant WelcomeScreenHelper::datasetColumns() {
156 return QVariant(m_spreadsheet->columnCount());
157}
158
159/**
160 * @brief Returns the number of the dataset's rows.

Callers

nothing calls this directly

Calls 1

columnCountMethod · 0.45

Tested by

no test coverage detected