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

Method exportToFile

src/backend/worksheet/Worksheet.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool Worksheet::exportToFile(const QString& path, const ExportFormat format, const ExportArea area, const bool background, int resolution) const {
202 return static_cast<WorksheetView*>(view())->exportToFile(path, format, area, background, resolution);
203}
204
205bool Worksheet::exportView() const {
206#ifndef SDK

Callers 3

exportViewMethod · 0.45
exportViewMethod · 0.45
exportViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected