MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / build_owner

Method build_owner

modules/gui/gui/src/framework/element/element.cpp:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187//==> Begin IBuildContext API
188Widget* Element::bound_widget() const SKR_NOEXCEPT { return widget(); }
189BuildOwner* Element::build_owner() const SKR_NOEXCEPT { return _owner; }
190bool Element::is_destroyed() const SKR_NOEXCEPT { return _lifecycle == EElementLifecycle::Destroyed; }
191RenderObject* Element::find_render_object() const SKR_NOEXCEPT
192{

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected