| 127 | } |
| 128 | |
| 129 | void |
| 130 | NodeGraph::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 | |
| 139 | void |
| 140 | NodeGraph::refreshAllKnobsGui() |
no test coverage detected