2 #ifndef _YI_TIMELINE_LOOP_H_ 3 #define _YI_TIMELINE_LOOP_H_ The base class for the timeline framework.
Definition: YiAbstractTimeline.h:29
CYISignal TimelineLooped
called whenever a loop completes and the next loop starts
Definition: YiTimelineLoop.h:54
#define YI_TYPE_BASES(...)
Definition: YiRtti.h:350
void SetInterval(uint16_t uMillis)
virtual ~CYITimelineLoop()
void SetRepeatCount(uint16_t uCount)
CYIAbstractTimeline * GetTimeline() const
Repeats a timeline.
Definition: YiTimelineLoop.h:18
uint64_t GetRepeatCount() const
void SetTimeline(CYIAbstractTimeline *pTimeline)
Signals and slots are a thread-safe and flexible communication framework that will allow various obje...
Definition: YiSignal.h:164
uint64_t GetInterval() const