Searched refs:setBackgroundColor (Results 1 – 11 of 11) sorted by relevance
12 void setBackgroundColor(int rValue, int gValue, int bValue);
26 void BaseWidget::setBackgroundColor(int rValue, int gValue, int bValue) in setBackgroundColor() function in BaseWidget
25 void setBackgroundColor(QColor color);
146 void SwitchButton::setBackgroundColor(QColor color) in setBackgroundColor() function in SwitchButton
33 void setBackgroundColor(PropertyValue<Color>);
79 void BackgroundLayer::setBackgroundColor(PropertyValue<Color> value) { in setBackgroundColor() function in mbgl::style::BackgroundLayer
227 …olor"] = &setProperty<BackgroundLayer, PropertyValue<Color>, &BackgroundLayer::setBackgroundColor>; in makePaintPropertySetters()