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

Method drawChildren

source/windowing/StarWidget.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43void Widget::renderImpl() {}
44
45void Widget::drawChildren() {
46 for (auto child : m_members)
47 child->render(m_drawingArea);
48}
49
50Vec2I Widget::position() const {
51 return m_position + m_drawingOffset;

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected