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

Method setFileLinked

src/backend/datasources/LiveDataSource.cpp:385–387  ·  view source on GitHub ↗

! sets whether only a link to the file is saved in the project file (\c b=true) or the whole content of the file (\c b=false). */

Source from the content-addressed store, hash-verified

383 or the whole content of the file (\c b=false).
384*/
385void LiveDataSource::setFileLinked(bool b) {
386 m_fileLinked = b;
387}
388
389/*!
390 returns \c true if only a link to the file is saved in the project file.

Calls

no outgoing calls