Handler class for host window animations. More...
#include <SHostWnd.h>
Public Attributes | |
SHostWnd * | m_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 | |
![]() | |
void | OnNextFrame () PURE |
下一个动画帧处理接口 | |
Handler class for host window animations.
This class implements the ITimelineHandler interface to handle animation frames.
Definition at line 762 of file SHostWnd.h.
|
protected |
Called on each frame of the animation.
Definition at line 2213 of file shostwnd.cpp.
SHostWnd* SHostWnd::SHostAnimationHandler::m_pHostWnd |
Pointer to the host window.
Definition at line 767 of file SHostWnd.h.
CRect SHostWnd::SHostAnimationHandler::m_rcInit |
Initial rectangle of the host window.
Definition at line 772 of file SHostWnd.h.