| 8 | |
| 9 | |
| 10 | void LightWidget::draw(const DrawArgs& args) { |
| 11 | drawBackground(args); |
| 12 | |
| 13 | // Child widgets |
| 14 | Widget::draw(args); |
| 15 | } |
| 16 | |
| 17 | |
| 18 | void LightWidget::drawLayer(const DrawArgs& args, int layer) { |
nothing calls this directly
no outgoing calls
no test coverage detected