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

Method refreshNodesKnobsAtTime

Gui/NodeGraph45.cpp:129–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void
130NodeGraph::refreshNodesKnobsAtTime(bool onlyTimeEvaluationKnobs,
131 SequenceTime time)
132{
133 ///Refresh all knobs at the current time
134 for (NodesGuiList::iterator it = _imp->_nodes.begin(); it != _imp->_nodes.end(); ++it) {
135 (*it)->refreshKnobsAfterTimeChange(onlyTimeEvaluationKnobs, time);
136 }
137}
138
139void
140NodeGraph::refreshAllKnobsGui()

Callers 2

Calls 3

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected