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

Method exportFormat

src/frontend/worksheet/ExportWorksheetDialog.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182Worksheet::ExportFormat ExportWorksheetDialog::exportFormat() const {
183 return static_cast<Worksheet::ExportFormat>(ui->cbFormat->currentData().toInt());
184}
185
186Worksheet::ExportArea ExportWorksheetDialog::exportArea() const {
187 return Worksheet::ExportArea(ui->cbExportArea->currentData().toInt());

Callers 2

exportViewMethod · 0.80
exportViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected