Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setFileType
Method
setFileType
src/backend/datasources/LiveDataSource.cpp:186–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void LiveDataSource::setFileType(AbstractFileFilter::FileType type) {
187
m_fileType = type;
188
}
189
190
AbstractFileFilter::FileType LiveDataSource::fileType() const {
191
return m_fileType;
Callers
15
saveSettings
Method · 0.80
testReadContinuousFixed00
Method · 0.80
testReadContinuousFixed01
Method · 0.80
testReadContinuousFixed02
Method · 0.80
testReadContinuousFixedWithIndex
Method · 0.80
testReadContinuousFixedWithTimestamp
Method · 0.80
testReadContinuousFixedWithIndexTimestamp
Method · 0.80
testReadFromEnd00
Method · 0.80
testReadFromEnd01
Method · 0.80
testReadFromEnd02
Method · 0.80
testReadTillEnd00
Method · 0.80
testReadTillEnd01
Method · 0.80
Calls
no outgoing calls
Tested by
15
testReadContinuousFixed00
Method · 0.64
testReadContinuousFixed01
Method · 0.64
testReadContinuousFixed02
Method · 0.64
testReadContinuousFixedWithIndex
Method · 0.64
testReadContinuousFixedWithTimestamp
Method · 0.64
testReadContinuousFixedWithIndexTimestamp
Method · 0.64
testReadFromEnd00
Method · 0.64
testReadFromEnd01
Method · 0.64
testReadFromEnd02
Method · 0.64
testReadTillEnd00
Method · 0.64
testReadTillEnd01
Method · 0.64
testReadWholeFile00
Method · 0.64