Home
last modified time | relevance | path

Searched refs:OnDescendantAdded (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dcontainer_observer.h43 * @brief See IContainerObserver::OnDescendantAdded.
46 auto& OnDescendantAdded(Callback&& callback) in OnDescendantAdded() function in final
48 META_API_CACHED_INTERFACE(Observer)->OnDescendantAdded()->AddHandler( in OnDescendantAdded()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container_observer.h45 META_EVENT(IOnChildChanged, OnDescendantAdded)
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.h61 META_IMPLEMENT_INTERFACE_EVENT(IContainerObserver, IOnChildChanged, OnDescendantAdded)
H A Dcontainer_observer.cpp113 META_ACCESS_EVENT(OnDescendantAdded)->Invoke(info); in InvokeAdded()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerObserverTest.cpp53 .OnDescendantAdded([this](const ChildChangedInfo& info) { OnAdded(info); })

Completed in 2 milliseconds