2 #ifndef _YI_ACTIVITY_INDICATOR_VIEW_CONTROLLER_H_ 3 #define _YI_ACTIVITY_INDICATOR_VIEW_CONTROLLER_H_ 64 virtual void Begin()
override;
71 virtual void End()
override;
109 int32_t m_nStageLayerIndex;
117 #endif // _YI_ACTIVITY_INDICATOR_VIEW_CONTROLLER_H_
CYISignal NotificationTimeElapsed
Definition: YiActivityIndicatorViewController.h:85
#define YI_DISALLOW_COPY_AND_ASSIGN(TypeName)
Delete the copy constructor and assignment operator (and consequently the move constructor as well) ...
Definition: YiPredef.h:114
virtual void BeginWithNotificationTimer(int32_t nNotificationTimeMS)
Scene trees composed of CYISceneNode objects are registered with the scene manager in order for them ...
Definition: YiSceneManager.h:73
Definition: YiPredef.h:234
The base class for all view types. Views are containers of renderable elements that often define inte...
Definition: YiSceneView.h:47
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
void OnActivityTimelineEnded()
The base class for a view controller, responsible for displaying a view.
Definition: YiViewController.h:22
virtual void End() override
A low-precision timer driven by the update loop.
Definition: YiTimer.h:29
CYIActivityIndicatorView is a view that runs a timeline in a loop, showing that some processing is ta...
Definition: YiActivityIndicatorView.h:36
virtual ~CYIActivityIndicatorViewController()
virtual void Begin() override
CYIActivityIndicatorViewController(CYISceneManager *pSceneManager, const CYIString &screenName, const CYIString &layoutName, int32_t nStageLayerIndex, YI_RECT_REL screenRegion)
A view controller that controls a CYIActivityIndicatorView.
Definition: YiActivityIndicatorViewController.h:26
virtual void BuildTimelines() override
CYISignal EndAnimationCompleted
Definition: YiActivityIndicatorViewController.h:86
void OnNotificationTimerCompleted()
Signals and slots are a thread-safe and flexible communication framework that will allow various obje...
Definition: YiSignal.h:164
void UpdateViewWithRect(YI_RECT_REL surfaceRect)