/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | object_flat_container.h | 32 META_IMPLEMENT_INTERFACE_EVENT(IContainer, IOnChildChanged, OnRemoved)
|
H A D | object_container.h | 31 META_IMPLEMENT_INTERFACE_EVENT(IContainer, IOnChildChanged, OnRemoved)
|
H A D | container_base.cpp | 158 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 D | flat_container.cpp | 154 Invoke<IOnChildChanged>(OnRemoved(), removedInfo); in Replace()
|
H A D | container.cpp | 204 Invoke<IOnChildChanged>(OnRemoved(), removedInfo); in Replace()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/model/ |
H A D | container_data_model.cpp | 27 OnRemoved()->AddHandler(MakeCallback<IOnChildChanged>([this](const ChildChangedInfo& info) { in Build()
|
H A D | composite_object_provider.cpp | 41 OnRemoved()->AddHandler(MakeCallback<IOnChildChanged>(this, &CompositeObjectProvider::OnProviderRemoved)); in Build()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | container_observer.cpp | 66 removed_ = { container->OnRemoved()->AddHandler(onRemoved), onRemoved }; in Subscribe() 80 container->OnRemoved()->RemoveHandler(removed_.first); in Unsubscribe()
|
H A D | proxy_object.cpp | 66 meta->GetPropertyContainer()->OnRemoved(), [this](const auto& i) { OnPropertyRemoved(i); }); in Build() 131 target->GetPropertyContainer()->OnRemoved(), [&](auto) { RefreshProperties(); }); in ListenTargetChanges()
|
H A D | object_hierarchy_observer.cpp | 61 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 D | attachment_container.cpp | 41 OnRemoved()->AddHandler(MakeCallback<IOnChildChanged>(this, &AttachmentContainer::RemovedFromContainer)); in Build()
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfContainerObserverTest.cpp | 54 .OnDescendantRemoved([this](const ChildChangedInfo& info) { OnRemoved(info); }) 76 void OnRemoved(const ChildChangedInfo& info) in OnRemoved() function in IntfContainerObserverTest
|
H A D | IntfContainerTest.cpp | 71 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 D | find_cache.h | 48 removedHandler_.Subscribe(container->OnRemoved(), cb); in SetTarget()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object_container.h | 105 META_FORWARD_EVENT(IOnChildChanged, OnRemoved, container_->EventOnRemoved())
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_container.h | 226 META_EVENT(IOnChildChanged, OnRemoved)
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | staggered_animation_state.cpp | 36 container_->OnRemoved()->AddHandler( in Initialize()
|
H A D | animation.h | 318 META_FORWARD_EVENT(IOnChanged, OnRemoved, GetContainer().EventOnRemoved());
|