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

Method exportBackground

src/frontend/worksheet/ExportWorksheetDialog.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190bool ExportWorksheetDialog::exportBackground() const {
191 return ui->chkExportBackground->isChecked();
192}
193
194int ExportWorksheetDialog::exportResolution() const {
195 if (ui->cbResolution->currentIndex() == 0)

Callers 1

exportViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected