Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void Widget::renderImpl() {}
44
45
void Widget::drawChildren() {
46
for (auto child : m_members)
47
child->render(m_drawingArea);
48
}
49
50
Vec2I Widget::position() const {
51
return m_position + m_drawingOffset;
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected