MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / hasModifications

Method hasModifications

Engine/Knob.cpp:4446–4458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4444}
4445
4446bool
4447KnobHelper::hasModifications() const
4448{
4449 QMutexLocker k(&_imp->hasModificationsMutex);
4450
4451 for (int i = 0; i < _imp->dimension; ++i) {
4452 if (_imp->hasModifications[i]) {
4453 return true;
4454 }
4455 }
4456
4457 return false;
4458}
4459
4460bool
4461KnobHelper::hasModificationsForSerialization() const

Callers 8

exportKnobValuesFunction · 0.80
unionFrameRangeWithMethod · 0.80
onOutputLayerChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected