Home
last modified time | relevance | path

Searched refs:OnMoved (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dobject_flat_container.h33 META_IMPLEMENT_INTERFACE_EVENT(IContainer, IOnChildMoved, OnMoved)
H A Dobject_container.h32 META_IMPLEMENT_INTERFACE_EVENT(IContainer, IOnChildMoved, OnMoved)
H A Dcontainer_base.cpp235 Invoke<IOnChildMoved>(impl_->OnMoved(), BASE_NS::move(info)); in Move()
258 Invoke<IOnChildMoved>(impl_->OnMoved(), BASE_NS::move(info)); in Move()
365 return impl_->OnMoved(); in EventOnMoved()
H A Dcontainer.cpp210 Invoke<IOnChildMoved>(OnMoved(), ChildMovedInfo { moved, fromIndex, toIndex, parent_ }); in Replace()
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dcontainer_data_model.cpp30 OnMoved()->AddHandler(MakeCallback<IOnChildMoved>([this](const ChildMovedInfo& info) { in Build()
H A Dcomposite_object_provider.cpp42 OnMoved()->AddHandler(MakeCallback<IOnChildMoved>(this, &CompositeObjectProvider::OnProviderMoved)); in Build()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.cpp67 moved_ = { container->OnMoved()->AddHandler(onMoved), onMoved }; in Subscribe()
83 container->OnMoved()->RemoveHandler(moved_.first); in Unsubscribe()
H A Dobject_hierarchy_observer.cpp64 handlers_.emplace_back(container->OnMoved(), [this](const ChildMovedInfo& info) { in SubscribeContainer()
89 handlers_.emplace_back(container->OnMoved(), [this](const ChildMovedInfo& info) { in SubscribeAttachment()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerObserverTest.cpp55 .OnDescendantMoved([this](const ChildMovedInfo& info) { OnMoved(info); });
80 void OnMoved(const ChildMovedInfo& info) in OnMoved() function in IntfContainerObserverTest
H A DIntfContainerTest.cpp72 container_->OnMoved()->AddHandler(MakeCallback<IOnChildMoved>(this, &ContainerTestBase::OnMoved));
97 void OnMoved(const ChildMovedInfo& info) in OnMoved() function in ContainerTestBase
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_container.h106 META_FORWARD_EVENT(IOnChildMoved, OnMoved, container_->EventOnMoved())
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container.h170 * @note OnMoved event will be invoked only for the moved item, but not for other items in the
180 * @note OnMoved event will be invoked only for the moved item, but not for other items in the
230 META_EVENT(IOnChildMoved, OnMoved)
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp38 container_->OnMoved()->AddHandler(MakeCallback<IOnChildMoved>(this, &StaggeredAnimationState::ChildMoved)); in Initialize()
H A Danimation.h319 META_FORWARD_EVENT(IOnChanged, OnMoved, GetContainer().EventOnMoved());
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp273 OnMoved()->AddHandler(META_NS::MakeCallback<META_NS::IOnChildMoved>([](const META_NS::ChildMovedInfo& info) { in Build()

Completed in 10 milliseconds