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

Method skipEmptyRows

src/frontend/spreadsheet/ExportSpreadsheetDialog.cpp:274–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274bool ExportSpreadsheetDialog::skipEmptyRows() const {
275 return ui->chkEmptyRows->isChecked();
276}
277
278bool ExportSpreadsheetDialog::exportSelection() const {
279 return ui->cbLaTeXExport->currentIndex() == 1;

Callers 1

exportViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected