MCPcopy 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
303void Pane::setTitleIcon(WidgetPtr icon) {
304 m_icon = icon;
305 if (m_icon) {
306 m_icon->setParent(this);
307 m_icon->show();
308 }
309}
310
311String Pane::title() const {
312 return m_title;

Callers

nothing calls this directly

Calls 2

setParentMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected