Searched refs:GetOnMovingEventId (Results 1 – 4 of 4) sorted by relevance
89 const EventMarker& GetOnMovingEventId() const in GetOnMovingEventId() function
101 if (!sliderComponent->GetOnMovingEventId().IsEmpty()) { in Update()102 …= AceAsyncEvent<void(const std::string&)>::Create(sliderComponent->GetOnMovingEventId(), context_); in Update()
91 const EventMarker& GetOnMovingEventId() const in GetOnMovingEventId() function
94 if (!slider->GetOnMovingEventId().IsEmpty()) { in Update()95 …onMoving_ = AceAsyncEvent<void(const std::string&)>::Create(slider->GetOnMovingEventId(), context_… in Update()