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

Method setUseLineColor

Gui/SpinBox.cpp:987–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987void
988SpinBox::setUseLineColor(bool use,
989 const QColor& color)
990{
991 _imp->useLineColor = use;
992 _imp->lineColor = color;
993 update();
994}
995
996KnobSpinBox::KnobSpinBox(QWidget* parent,
997 SpinBoxTypeEnum type,

Callers 6

onDimensionsFoldedMethod · 0.45
onDimensionsExpandedMethod · 0.45
ColorSelectorWidgetMethod · 0.45
setSliderHColorMethod · 0.45
setSliderSColorMethod · 0.45
setSliderVColorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected