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

Method matrixDataChanged

src/frontend/matrix/MatrixView.cpp:883–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883void MatrixView::matrixDataChanged() {
884 m_imageIsDirty = true;
885 if (m_stackedWidget->currentIndex() == 1)
886 this->updateImage();
887}
888
889void MatrixView::headerFormatChanged(QAction* action) {
890 if (action == action_header_format_1)

Callers

nothing calls this directly

Calls 2

updateImageMethod · 0.95
currentIndexMethod · 0.45

Tested by

no test coverage detected