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

Method exportArea

src/frontend/worksheet/ExportWorksheetDialog.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186Worksheet::ExportArea ExportWorksheetDialog::exportArea() const {
187 return Worksheet::ExportArea(ui->cbExportArea->currentData().toInt());
188}
189
190bool ExportWorksheetDialog::exportBackground() const {
191 return ui->chkExportBackground->isChecked();

Callers 1

exportViewMethod · 0.80

Calls 1

ExportAreaEnum · 0.85

Tested by

no test coverage detected