Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dcontainer_observer.h53 * @brief See IContainerObserver::OnDescendantRemoved.
56 auto& OnDescendantRemoved(Callback&& callback) in OnDescendantRemoved() function in final
58 META_API_CACHED_INTERFACE(Observer)->OnDescendantRemoved()->AddHandler( in OnDescendantRemoved()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container_observer.h49 META_EVENT(IOnChildChanged, OnDescendantRemoved)
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.h62 META_IMPLEMENT_INTERFACE_EVENT(IContainerObserver, IOnChildChanged, OnDescendantRemoved)
H A Dcontainer_observer.cpp119 META_ACCESS_EVENT(OnDescendantRemoved)->Invoke(info); in InvokeRemoved()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerObserverTest.cpp54 .OnDescendantRemoved([this](const ChildChangedInfo& info) { OnRemoved(info); })

Completed in 2 milliseconds