MCPcopy Create free account
hub / github.com/axmolengine/axmol / getRelativeToWidgetName

Method getRelativeToWidgetName

core/ui/UILayoutParameter.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156std::string_view RelativeLayoutParameter::getRelativeToWidgetName() const
157{
158 return _relativeWidgetName;
159}
160
161void RelativeLayoutParameter::setRelativeName(std::string_view name)
162{

Calls

no outgoing calls

Tested by

no test coverage detected