soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SHostWnd::SHostAnimationHandler Class Reference

Handler class for host window animations. More...

#include <SHostWnd.h>

Inheritance diagram for SHostWnd::SHostAnimationHandler:
ITimelineHandler

Public Attributes

SHostWndm_pHostWnd
 Pointer to the host window.
 
CRect m_rcInit
 Initial rectangle of the host window.
 

Protected Member Functions

void OnNextFrame () OVERRIDE
 Called on each frame of the animation.
 

Additional Inherited Members

- Public Member Functions inherited from ITimelineHandler
void OnNextFrame () PURE
 下一个动画帧处理接口
 

Detailed Description

Handler class for host window animations.

This class implements the ITimelineHandler interface to handle animation frames.

Definition at line 762 of file SHostWnd.h.

Member Function Documentation

◆ OnNextFrame()

void SHostWnd::SHostAnimationHandler::OnNextFrame ( )
protected

Called on each frame of the animation.

Definition at line 2213 of file shostwnd.cpp.

Member Data Documentation

◆ m_pHostWnd

SHostWnd* SHostWnd::SHostAnimationHandler::m_pHostWnd

Pointer to the host window.

Definition at line 767 of file SHostWnd.h.

◆ m_rcInit

CRect SHostWnd::SHostAnimationHandler::m_rcInit

Initial rectangle of the host window.

Definition at line 772 of file SHostWnd.h.


The documentation for this class was generated from the following files: