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

Method setFixed

src/backend/core/AbstractAspect.cpp:278–282  ·  view source on GitHub ↗

* \brief Set "fixed" property which defines whether the object can be renamed, deleted, etc. */

Source from the content-addressed store, hash-verified

276 * \brief Set "fixed" property which defines whether the object can be renamed, deleted, etc.
277 */
278void AbstractAspect::setFixed(bool value) {
279 if (value == d->m_fixed)
280 return;
281 d->m_fixed = value;
282}
283
284bool AbstractAspect::isFixed() const {
285 return d->m_fixed;

Callers 11

parseDataMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
InfoElementMethod · 0.80
prepareResultColumnsMethod · 0.80
loadMethod · 0.80
recalculateSpecificMethod · 0.80
appendColumnMethod · 0.80
addDatasheetMethod · 0.80
loadMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected