Home
last modified time | relevance | path

Searched refs:barColorProvider (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dflatcurveeditorsubgroup.cc301 ColorProvider *barColorProvider = dCurve->getLeftBarColorProvider(); in switchGUI() local
304 if (barColorProvider == nullptr && bgGradient.size() == 0) { in switchGUI()
316 if (barColorProvider) { in switchGUI()
318 leftBar->setColorProvider(barColorProvider, dCurve->getLeftBarCallerId()); in switchGUI()
326 barColorProvider = dCurve->getBottomBarColorProvider(); in switchGUI()
329 if (barColorProvider == nullptr && bgGradient.size() == 0) { in switchGUI()
341 if (barColorProvider) { in switchGUI()
343 bottomBar->setColorProvider(barColorProvider, dCurve->getBottomBarCallerId()); in switchGUI()
H A Ddiagonalcurveeditorsubgroup.cc662 ColorProvider *barColorProvider = dCurve->getLeftBarColorProvider(); in switchGUI() local
665 if (barColorProvider == nullptr && bgGradient.size() == 0) { in switchGUI()
677 if (barColorProvider) { in switchGUI()
679 leftBar->setColorProvider(barColorProvider, dCurve->getLeftBarCallerId()); in switchGUI()
687 barColorProvider = dCurve->getBottomBarColorProvider(); in switchGUI()
690 if (barColorProvider == nullptr && bgGradient.size() == 0) { in switchGUI()
702 if (barColorProvider) { in switchGUI()
704 bottomBar->setColorProvider(barColorProvider, dCurve->getBottomBarCallerId()); in switchGUI()
746 … shcSelector->coloredBar.setColorProvider(barColorProvider, dCurve->getBottomBarCallerId()); in switchGUI()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dflatcurveeditorsubgroup.cc300 ColorProvider *barColorProvider = dCurve->getLeftBarColorProvider(); in switchGUI() local
303 if (barColorProvider == nullptr && bgGradient.size() == 0) { in switchGUI()
315 if (barColorProvider) { in switchGUI()
317 leftBar->setColorProvider(barColorProvider, dCurve->getLeftBarCallerId()); in switchGUI()
325 barColorProvider = dCurve->getBottomBarColorProvider(); in switchGUI()
328 if (barColorProvider == nullptr && bgGradient.size() == 0) { in switchGUI()
340 if (barColorProvider) { in switchGUI()
342 bottomBar->setColorProvider(barColorProvider, dCurve->getBottomBarCallerId()); in switchGUI()
H A Ddiagonalcurveeditorsubgroup.cc663 ColorProvider *barColorProvider = dCurve->getLeftBarColorProvider(); in switchGUI() local
666 if (barColorProvider == nullptr && bgGradient.size() == 0) { in switchGUI()
678 if (barColorProvider) { in switchGUI()
680 leftBar->setColorProvider(barColorProvider, dCurve->getLeftBarCallerId()); in switchGUI()
688 barColorProvider = dCurve->getBottomBarColorProvider(); in switchGUI()
691 if (barColorProvider == nullptr && bgGradient.size() == 0) { in switchGUI()
703 if (barColorProvider) { in switchGUI()
705 bottomBar->setColorProvider(barColorProvider, dCurve->getBottomBarCallerId()); in switchGUI()
747 … shcSelector->coloredBar.setColorProvider(barColorProvider, dCurve->getBottomBarCallerId()); in switchGUI()