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

Method exportLatexHeader

src/frontend/spreadsheet/ExportSpreadsheetDialog.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266bool ExportSpreadsheetDialog::exportLatexHeader() const {
267 return ui->chkHeaders->isChecked();
268}
269
270bool ExportSpreadsheetDialog::gridLines() const {
271 return ui->chkGridLines->isChecked();

Callers 1

exportViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected