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

Method currentFileType

src/frontend/datasources/ImportFileWidget.cpp:726–728  ·  view source on GitHub ↗

! returns the currently used file type. */

Source from the content-addressed store, hash-verified

724 returns the currently used file type.
725*/
726AbstractFileFilter::FileType ImportFileWidget::currentFileType() const {
727 return static_cast<AbstractFileFilter::FileType>(ui.cbFileType->currentData().toInt());
728}
729
730LiveDataSource::SourceType ImportFileWidget::currentSourceType() const {
731 return static_cast<LiveDataSource::SourceType>(ui.cbSourceType->currentIndex());

Callers 2

isMqttValidMethod · 0.95
importToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected