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

Method getAliasMaster

Engine/Knob.cpp:4805–4811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4803}
4804
4805KnobIPtr
4806KnobHelper::getAliasMaster() const
4807{
4808 QReadLocker k(&_imp->mastersMutex);
4809
4810 return _imp->slaveForAlias;
4811}
4812
4813void
4814KnobHelper::getAllExpressionDependenciesRecursive(std::set<NodePtr>& nodes) const

Callers 9

exportUserKnobFunction · 0.80
exportKnobLinksFunction · 0.80
initializeMethod · 0.80
deleteKnobMethod · 0.80
AddKnobDialogMethod · 0.80
createTextForKnobFunction · 0.80
createAnimationMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected