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

Method setName

source/windowing/StarWidget.cpp:426–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void Widget::setName(String const& name) {
427 m_name = name;
428}
429
430String Widget::fullName() const {
431 if (m_parent) {

Callers 2

addChildMethod · 0.45
addChildAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected