Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dcontainer_observer.h63 * @brief See IContainerObserver::OnDescendantMoved.
66 auto& OnDescendantMoved(Callback&& callback) in OnDescendantMoved() function in final
68 META_API_CACHED_INTERFACE(Observer)->OnDescendantMoved()->AddHandler( in OnDescendantMoved()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container_observer.h53 META_EVENT(IOnChildMoved, OnDescendantMoved)
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.h63 META_IMPLEMENT_INTERFACE_EVENT(IContainerObserver, IOnChildMoved, OnDescendantMoved)
H A Dcontainer_observer.cpp125 META_ACCESS_EVENT(OnDescendantMoved)->Invoke(info); in InvokeMoved()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerObserverTest.cpp55 .OnDescendantMoved([this](const ChildMovedInfo& info) { OnMoved(info); });

Completed in 2 milliseconds