void SetCurrentPage(uint16_t index);
- |
-Sets the current page.
- |
-
-uint16_t GetCurrentPage()
- |
-Obtains the current page.
- |
-
-UIView* GetCurrentView() const
- |
-Obtains the current view.
- |
-
-void SetOnSwipeListener(OnSwipeListener& onSwipeListener)
- |
-Sets the swiping callback class.
- |
-
-void SetAnimatorTime(uint16_t time);
- |
-Sets the animator event.
- |
-
-void SetLoopState(bool loop)
- |
-Sets whether to enable the cyclic state.
- |
-
-UIView* GetViewByIndex(uint16_t index);
- |
-Obtains a view based on its index.
- |
-
-
-