Home
last modified time | relevance | path

Searched refs:ACE_DEFINE_COMPONENT_EVENT (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/
H A Dability_component.h40 ACE_DEFINE_COMPONENT_EVENT(OnAbilityCreated, void(const std::string&));
41 ACE_DEFINE_COMPONENT_EVENT(OnReady, void());
42 ACE_DEFINE_COMPONENT_EVENT(OnDestroy, void());
43 ACE_DEFINE_COMPONENT_EVENT(OnAbilityMovedFront, void());
44 ACE_DEFINE_COMPONENT_EVENT(OnAbilityWillRemove, void());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_component.h71 ACE_DEFINE_COMPONENT_EVENT(OnScroll, void(Dimension, ScrollState));
72 ACE_DEFINE_COMPONENT_EVENT(OnScrollIndex, void(int32_t, int32_t, int32_t));
73 ACE_DEFINE_COMPONENT_EVENT(OnReachStart, void());
74 ACE_DEFINE_COMPONENT_EVENT(OnReachEnd, void());
75 ACE_DEFINE_COMPONENT_EVENT(OnScrollStop, void());
76 ACE_DEFINE_COMPONENT_EVENT(OnItemDelete, bool(int32_t));
77 ACE_DEFINE_COMPONENT_EVENT(OnItemMove, bool(int32_t, int32_t));
H A Dlist_item_component.h50 ACE_DEFINE_COMPONENT_EVENT(OnStartDelete, void());
51 ACE_DEFINE_COMPONENT_EVENT(OnEnterStartDeleteArea, void());
52 ACE_DEFINE_COMPONENT_EVENT(OnExitStartDeleteArea, void());
54 ACE_DEFINE_COMPONENT_EVENT(OnEndDelete, void());
55 ACE_DEFINE_COMPONENT_EVENT(OnEnterEndDeleteArea, void());
56 ACE_DEFINE_COMPONENT_EVENT(OnExitEndDeleteArea, void());
H A Drender_list_item.h82 ACE_DEFINE_COMPONENT_EVENT(OnDeleteClick, void(RefPtr<RenderListItem>));
83 ACE_DEFINE_COMPONENT_EVENT(OnSelect, void(RefPtr<RenderListItem>));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.h280 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(std::string));
282 ACE_DEFINE_COMPONENT_EVENT(OnEditChanged, void(bool));
284 ACE_DEFINE_COMPONENT_EVENT(OnSubmit, void(int32_t));
286 ACE_DEFINE_COMPONENT_EVENT(OnCopy, void(std::string));
288 ACE_DEFINE_COMPONENT_EVENT(OnCut, void(std::string));
290 ACE_DEFINE_COMPONENT_EVENT(OnPaste, void(std::string));
292 ACE_DEFINE_COMPONENT_EVENT(OnClick, void(const ClickInfo& clickInfo));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.h324 ACE_DEFINE_COMPONENT_EVENT(OnFinish, void());
326 ACE_DEFINE_COMPONENT_EVENT(OnSkip, void());
328 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(int32_t, int32_t));
330 ACE_DEFINE_COMPONENT_EVENT(OnNext, void(int32_t, int32_t));
332 ACE_DEFINE_COMPONENT_EVENT(OnPrevious, void(int32_t, int32_t));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Dmarquee_component.h180 ACE_DEFINE_COMPONENT_EVENT(OnStart, void());
181 ACE_DEFINE_COMPONENT_EVENT(OnBounce, void());
182 ACE_DEFINE_COMPONENT_EVENT(OnFinish, void());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Dability_component.h39 ACE_DEFINE_COMPONENT_EVENT(OnConnected, void());
40 ACE_DEFINE_COMPONENT_EVENT(OnDisconnected, void());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h51 ACE_DEFINE_COMPONENT_EVENT(OnStateChange, void(int));
53 ACE_DEFINE_COMPONENT_EVENT(OnRefreshing, void());
55 ACE_DEFINE_COMPONENT_EVENT(OnOffsetChange, void(float));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.h68 ACE_DEFINE_COMPONENT_EVENT(OnInc, void());
69 ACE_DEFINE_COMPONENT_EVENT(OnDec, void());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.h34 ACE_DEFINE_COMPONENT_EVENT(OnSubmit, void(const std::string&));
35 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(const std::string&));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.h125 ACE_DEFINE_COMPONENT_EVENT(OnReachStart, void());
126 ACE_DEFINE_COMPONENT_EVENT(OnReachEnd, void());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.h388 ACE_DEFINE_COMPONENT_EVENT(OnTextCancel, void(void));
389 ACE_DEFINE_COMPONENT_EVENT(OnTextAccept, void(const std::string&, double));
390 ACE_DEFINE_COMPONENT_EVENT(OnTextChange, void(const std::string&, double));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Dtexttimer_component.h51 ACE_DEFINE_COMPONENT_EVENT(OnTimer, void(int64_t, int64_t));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Dtext_clock_component.h50 ACE_DEFINE_COMPONENT_EVENT(OnDateChange, void(const std::string));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Dgrid_row_component.h95 ACE_DEFINE_COMPONENT_EVENT(breakPointChange, void(std::string));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_component.h40 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(bool));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Dcommon_def.h24 #define ACE_DEFINE_COMPONENT_EVENT(name, func) \ macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.h35 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(bool));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h231 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(double, int));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h305 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(bool));
306 ACE_DEFINE_COMPONENT_EVENT(OnClick, void());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h273 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(std::string));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h362 ACE_DEFINE_COMPONENT_EVENT(OnSelected, void(int32_t, std::string));