/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/ |
H A D | ability_component.h | 40 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 D | list_component.h | 71 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 D | list_item_component.h | 50 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 D | render_list_item.h | 82 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 D | text_field_component.h | 280 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 D | stepper_component.h | 324 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 D | marquee_component.h | 180 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 D | ability_component.h | 39 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 D | refresh_component.h | 51 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 D | counter_component.h | 68 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 D | search_component.h | 34 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 D | water_flow_component.h | 125 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 D | picker_base_component.h | 388 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 D | texttimer_component.h | 51 ACE_DEFINE_COMPONENT_EVENT(OnTimer, void(int64_t, int64_t));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/ |
H A D | text_clock_component.h | 50 ACE_DEFINE_COMPONENT_EVENT(OnDateChange, void(const std::string));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_row_component.h | 95 ACE_DEFINE_COMPONENT_EVENT(breakPointChange, void(std::string));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | toggle_component.h | 40 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(bool));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
H A D | common_def.h | 24 #define ACE_DEFINE_COMPONENT_EVENT(name, func) \ macro
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.h | 35 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(bool));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | slider_component.h | 231 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(double, int));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.h | 305 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 D | rating_component.h | 273 ACE_DEFINE_COMPONENT_EVENT(OnChange, void(std::string));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_component.h | 362 ACE_DEFINE_COMPONENT_EVENT(OnSelected, void(int32_t, std::string));
|