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

Method setInvalid

src/frontend/datasources/ImportSQLDatabaseWidget.cpp:669–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669void ImportSQLDatabaseWidget::setInvalid() {
670 if (m_valid) {
671 ui.twPreview->setColumnCount(0);
672 ui.twPreview->setRowCount(0);
673
674 m_valid = false;
675 Q_EMIT stateChanged();
676 }
677}
678
679void ImportSQLDatabaseWidget::setValid() {
680 if (!m_valid) {

Callers 7

xDataColumnChangedMethod · 0.45
yDataColumnChangedMethod · 0.45
xErrorColumnChangedMethod · 0.45
yErrorColumnChangedMethod · 0.45
enableRecalculateMethod · 0.45
initGeneralTabMethod · 0.45
enableRecalculateMethod · 0.45

Calls 2

setColumnCountMethod · 0.45
setRowCountMethod · 0.45

Tested by

no test coverage detected