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

Method currentSourceType

src/frontend/datasources/ImportFileWidget.cpp:730–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730LiveDataSource::SourceType ImportFileWidget::currentSourceType() const {
731 return static_cast<LiveDataSource::SourceType>(ui.cbSourceType->currentIndex());
732}
733
734/*!
735 returns the currently used filter.

Callers 2

sourceTypeMethod · 0.80
checkOkButtonMethod · 0.80

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected