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

Method matrixHorizontalHeader

src/frontend/spreadsheet/ExportSpreadsheetDialog.cpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286bool ExportSpreadsheetDialog::matrixHorizontalHeader() const {
287 return ui->chkMatrixHHeader->isChecked();
288}
289
290bool ExportSpreadsheetDialog::matrixVerticalHeader() const {
291 return ui->chkMatrixVHeader->isChecked();

Callers 1

exportViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected