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

Method fullName

source/windowing/StarWidget.cpp:430–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430String Widget::fullName() const {
431 if (m_parent) {
432 return m_parent->fullName() + "." + name();
433 }
434
435 return name();
436}
437
438String Widget::toStringImpl(int indentLevel) const {
439 auto leader = String(" ") * indentLevel;

Callers 1

makeWidgetCallbacksMethod · 0.80

Calls 1

nameFunction · 0.85

Tested by

no test coverage detected