Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setTitleIcon
Method
setTitleIcon
source/windowing/StarPane.cpp:303–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
void Pane::setTitleIcon(WidgetPtr icon) {
304
m_icon = icon;
305
if (m_icon) {
306
m_icon->setParent(this);
307
m_icon->show();
308
}
309
}
310
311
String Pane::title() const {
312
return m_title;
Callers
nothing calls this directly
Calls
2
setParent
Method · 0.80
show
Method · 0.45
Tested by
no test coverage detected