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

Method updateRectangleColorPicker

Gui/ViewerGL.cpp:3960–3973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3958} // ViewerGL::updateInfoWidgetColorPickerInternal
3959
3960void
3961ViewerGL::updateRectangleColorPicker()
3962{
3963 bool isSync = _imp->viewerTab->isViewersSynchroEnabled();
3964
3965 if (isSync) {
3966 const std::list<ViewerTab*>& allViewers = _imp->viewerTab->getGui()->getViewersList();
3967 for (std::list<ViewerTab*>::const_iterator it = allViewers.begin(); it != allViewers.end(); ++it) {
3968 (*it)->getViewer()->updateRectangleColorPickerInternal();
3969 }
3970 } else {
3971 updateRectangleColorPickerInternal();
3972 }
3973}
3974
3975void
3976ViewerGL::updateRectangleColorPickerInternal()

Callers

nothing calls this directly

Calls 6

getGuiMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
getViewerMethod · 0.45

Tested by

no test coverage detected