MCPcopy Create free account
hub / github.com/axmolengine/axmol / updateChildrenDisplayedRGBA

Method updateChildrenDisplayedRGBA

core/ui/UIWidget.cpp:712–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710void Widget::onPressStateChangedToDisabled() {}
711
712void Widget::updateChildrenDisplayedRGBA()
713{
714 this->setColor(this->getColor());
715 this->setOpacity(this->getOpacity());
716}
717
718Widget* Widget::getAncestorWidget(Node* node)
719{

Callers 15

setupTextureMethod · 0.80
setupNormalTextureMethod · 0.80
setupPressedTextureMethod · 0.80
setupDisabledTextureMethod · 0.80
setupTextureMethod · 0.80
initMethod · 0.80
setupBarTextureMethod · 0.80

Calls 4

setColorMethod · 0.45
getColorMethod · 0.45
setOpacityMethod · 0.45
getOpacityMethod · 0.45

Tested by

no test coverage detected