Searched refs:onMoveEnd_ (Results 1 – 4 of 4) sorted by relevance
99 …onMoveEnd_ = AceAsyncEvent<void(const std::string&)>::Create(sliderComponent->GetOnMoveEndEventId(… in Update()197 if (onMoveEnd_) { in HandleClick()201 onMoveEnd_(std::string(R"("change",)").append(jsonResult->ToString())); in HandleClick()226 if (onMoveEnd_) { in HandleDragUpdate()230 onMoveEnd_(std::string(R"("change",)").append(jsonResult->ToString())); in HandleDragUpdate()237 if (onMoveEnd_) { in HandleDragEnd()241 onMoveEnd_(std::string(R"("change",)").append(jsonResult->ToString())); in HandleDragEnd()292 if (onMoveEnd_) { in OnRotation()296 onMoveEnd_(std::string(R"("change",)").append(jsonResult->ToString())); in OnRotation()
77 std::function<void(const std::string&)> onMoveEnd_; variable
145 return onMoveEnd_; in GetOnMovedEndId()307 std::function<void(const std::string&)> onMoveEnd_; variable
92 …onMoveEnd_ = AceAsyncEvent<void(const std::string&)>::Create(slider->GetOnMoveEndEventId(), contex… in Update()385 if (onMoveEnd_) { in FireMoveEndEvent()391 onMoveEnd_(param); in FireMoveEndEvent()