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

Method isValid

src/frontend/datasources/ImportSQLDatabaseWidget.cpp:197–199  ·  view source on GitHub ↗

! returns \c true if a working connections was selected and a table (or custom query) is provided and ready to be imported. returns \c false otherwise. */

Source from the content-addressed store, hash-verified

195 returns \c false otherwise.
196 */
197bool ImportSQLDatabaseWidget::isValid() const {
198 return m_valid;
199}
200
201/*!
202 returns \c true if the selected table or the result of a custom query contains numeric data only.

Callers 1

readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected