Searched refs:onClickId (Results 1 – 11 of 11) sorted by relevance
55 const auto& onClickId = focusableComponent->GetOnClickId(); in Update() local75 if (!onClickId.IsEmpty()) { in Update()79 …ClickCallback(AceAsyncEvent<void(const std::shared_ptr<ClickInfo>&)>::Create(onClickId, context_)); in Update()81 SetOnClickCallback(AceAsyncEvent<void()>::Create(onClickId, context_)); in Update()
58 void SetOnClickId(const EventMarker& onClickId) in SetOnClickId() argument60 onClickId_ = onClickId; in SetOnClickId()
52 void SetOnClickId(const EventMarker& onClickId) in SetOnClickId() argument54 onClickId_ = onClickId; in SetOnClickId()
53 void SetOnClickId(const EventMarker& onClickId) in SetOnClickId() argument55 onClickId_ = onClickId; in SetOnClickId()
263 const auto& onClickId = component->GetOnClickId(); in SetOnClickCallback() local264 if (onClickId.IsEmpty()) { in SetOnClickCallback()267 SetOnClickCallback(AceAsyncEvent<void(const ClickInfo&)>::Create(onClickId, context_)); in SetOnClickCallback()268 if (!onClickId.GetCatchMode()) { in SetOnClickCallback()
68 void SetClickedEventId(const EventMarker& onClickId) in SetClickedEventId() argument70 clickEventId_ = onClickId; in SetClickedEventId()
186 void SetOnClick(const RefPtr<Gesture>& onClickId) in SetOnClick() argument188 onClickId_ = onClickId; in SetOnClick()
193 … auto onClickId = EventMarker([func = std::move(clickEventFunc), impl](const BaseEventInfo* info) { in OnClick() local207 buttonComponent->SetKeyEnterEventId(onClickId); in OnClick()211 focusableComponent->SetOnClickId(onClickId); in OnClick()
1047 … auto onClickId = EventMarker([func = std::move(clickEventFunc), impl](const BaseEventInfo* info) { in SetOnClick() local1060 focusableComponent->SetOnClickId(onClickId); in SetOnClick()
221 auto onClickId = item->GetClickEventId(); in Update() local222 clickEvent_ = AceAsyncEvent<void()>::Create(onClickId, GetContext()); in Update()224 if (!onClickId.GetCatchMode()) { in Update()
728 … auto onClickId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnClickFunc), impl, in JsOnClickWithoutNGBUILD() local740 TextModel::GetInstance()->SetOnClick(std::move(onClickId)); in JsOnClickWithoutNGBUILD()