Home
last modified time | relevance | path

Searched refs:OnDragFunc (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h292 void SetOnDragMove(OnDragFunc&& onDragMove) in SetOnDragMove()
304 void SetOnDrop(OnDragFunc&& onDrop) in SetOnDrop()
487 OnDragFunc dragFunc; in GetCustomerOnDragFunc()
659 OnDragFunc onDragEnter_;
660 OnDragFunc onDragLeave_;
661 OnDragFunc onDragMove_;
662 OnDragFunc onDrop_;
666 OnDragFunc customerOnDragEnter_;
667 OnDragFunc customerOnDragLeave_;
668 OnDragFunc customerOnDragMove_;
[all …]
H A Devent_hub.cpp150 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnDragFunc&& onDragFunc) in SetCustomerOnDragFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h78 const OnDragFunc& GetOnDragStartId() const in GetOnDragStartId()
83 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId()
131 OnDragFunc onDragStartId_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Ddrag_drop_event.h40 using OnDragFunc = std::function<DragItemInfo(const RefPtr<DragEvent>&, const std::string&)>; variable
52 const OnDragFunc& GetOnDragStart() const in GetOnDragStart()
123 OnDragFunc onDragStart_;
H A Dbox_component.h264 const OnDragFunc& GetOnDragStartId() const in GetOnDragStartId()
269 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId()
417 OnDragFunc onDragStartId_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h100 const OnDragFunc& GetOnDragStartId() const in GetOnDragStartId()
105 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId()
239 OnDragFunc onDragStartId_;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp254 auto OnDragFunc = [&dragEventType](const RefPtr<OHOS::Ace::DragEvent>& /* dragEvent */, variable
256 auto onDragEnter = OnDragFunc;
265 auto onDragLeave = OnDragFunc;
274 auto onDragMove = OnDragFunc;
283 auto onDragDrop = OnDragFunc;
345 auto OnDragFunc = [&dragEventType](const RefPtr<OHOS::Ace::DragEvent>& /* dragEvent */, variable
347 auto onDragEnter = OnDragFunc;
356 auto onDragLeave = OnDragFunc;
365 auto onDragMove = OnDragFunc;
374 auto onDragDrop = OnDragFunc;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h963 const OnDragFunc& GetOnDragStartId() const in GetOnDragStartId()
968 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId()
1185 OnDragFunc onDragStartId_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h179 OnDragFunc propOnDragStartEvent_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h32 static OnDragFunc ToDragFunc(NG::OnDragStartFunc&& onDragStart);
H A Dview_abstract_model_impl.cpp168 OnDragFunc ViewAbstractModelImpl::ToDragFunc(NG::OnDragStartFunc&& onDragStart) in ToDragFunc()