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

Method setSourceType

src/backend/datasources/LiveDataSource.cpp:302–304  ·  view source on GitHub ↗

! * \brief Sets the source's type to sourcetype * \param sourcetype */

Source from the content-addressed store, hash-verified

300 * \param sourcetype
301 */
302void LiveDataSource::setSourceType(SourceType sourcetype) {
303 m_sourceType = sourcetype;
304}
305
306LiveDataSource::SourceType LiveDataSource::sourceType() const {
307 return m_sourceType;

Calls

no outgoing calls