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

Method currentFormat

src/frontend/datasources/ImageOptionsWidget.h:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 void loadSettings() const;
22 void saveSettings();
23 ImageFilter::ImportFormat currentFormat() const {
24 return (ImageFilter::ImportFormat)ui.cbImportFormat->currentIndex();
25 }
26
27private:
28 Ui::ImageOptionsWidget ui;

Callers 1

currentFileFilterMethod · 0.80

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected