Home
last modified time | relevance | path

Searched refs:OnRemoved (Results 1 - 18 of 18) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dobject_flat_container.h32 META_IMPLEMENT_INTERFACE_EVENT(IContainer, IOnChildChanged, OnRemoved)
H A Dobject_container.h31 META_IMPLEMENT_INTERFACE_EVENT(IContainer, IOnChildChanged, OnRemoved)
H A Dcontainer_base.cpp158 Invoke<IOnChildChanged>(impl_->OnRemoved(), info); in Remove()
197 Invoke<IOnChildChanged>(impl_->OnRemoved(), info); in Remove()
282 Invoke<IOnChildChanged>(impl_->OnRemoved(), info); in RemoveAll()
360 return impl_->OnRemoved(); in EventOnRemoved()
H A Dflat_container.cpp154 Invoke<IOnChildChanged>(OnRemoved(), removedInfo); in Replace()
H A Dcontainer.cpp204 Invoke<IOnChildChanged>(OnRemoved(), removedInfo); in Replace()
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dcontainer_data_model.cpp27 OnRemoved()->AddHandler(MakeCallback<IOnChildChanged>([this](const ChildChangedInfo& info) { in Build()
H A Dcomposite_object_provider.cpp41 OnRemoved()->AddHandler(MakeCallback<IOnChildChanged>(this, &CompositeObjectProvider::OnProviderRemoved)); in Build()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.cpp66 removed_ = { container->OnRemoved()->AddHandler(onRemoved), onRemoved }; in Subscribe()
80 container->OnRemoved()->RemoveHandler(removed_.first); in Unsubscribe()
H A Dproxy_object.cpp66 meta->GetPropertyContainer()->OnRemoved(), [this](const auto& i) { OnPropertyRemoved(i); }); in Build()
131 target->GetPropertyContainer()->OnRemoved(), [&](auto) { RefreshProperties(); }); in ListenTargetChanges()
H A Dobject_hierarchy_observer.cpp61 handlers_.emplace_back(container->OnRemoved(), [this](const ChildChangedInfo& info) { in SubscribeContainer()
86 handlers_.emplace_back(container->OnRemoved(), [this](const ChildChangedInfo& info) { in SubscribeAttachment()
H A Dattachment_container.cpp41 OnRemoved()->AddHandler(MakeCallback<IOnChildChanged>(this, &AttachmentContainer::RemovedFromContainer)); in Build()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerObserverTest.cpp54 .OnDescendantRemoved([this](const ChildChangedInfo& info) { OnRemoved(info); })
76 void OnRemoved(const ChildChangedInfo& info) in OnRemoved() function in IntfContainerObserverTest
H A DIntfContainerTest.cpp71 container_->OnRemoved()->AddHandler(MakeCallback<IOnChildChanged>(this, &ContainerTestBase::OnRemoved));
93 void OnRemoved(const ChildChangedInfo& info) in OnRemoved() function in ContainerTestBase
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dfind_cache.h48 removedHandler_.Subscribe(container->OnRemoved(), cb); in SetTarget()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_container.h105 META_FORWARD_EVENT(IOnChildChanged, OnRemoved, container_->EventOnRemoved())
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container.h226 META_EVENT(IOnChildChanged, OnRemoved)
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp36 container_->OnRemoved()->AddHandler( in Initialize()
H A Danimation.h318 META_FORWARD_EVENT(IOnChanged, OnRemoved, GetContainer().EventOnRemoved());

Completed in 10 milliseconds