MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / render

Method render

source/windowing/StarWidget.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void Widget::render(RectI const& region) {
33 if (!m_visible)
34 return;
35
36 if (!setupDrawRegion(region))
37 return;
38
39 renderImpl();
40 drawChildren();
41}
42
43void Widget::renderImpl() {}
44

Callers 4

drawChildrenMethod · 0.45
renderImplMethod · 0.45
drawChildrenMethod · 0.45
renderImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected