ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <shimgvw.h>
Public Attributes | |
UINT | m_nFrameIndex |
UINT | m_nFrameCount |
UINT | m_nLoopIndex |
UINT | m_nLoopCount |
PropertyItem * | m_pDelayItem |
HWND | m_hwndTimer |
HWND tagANIME::m_hwndTimer |
Definition at line 61 of file shimgvw.h.
Referenced by Anime_Pause(), Anime_SetTimerWnd(), and Anime_Start().
UINT tagANIME::m_nFrameCount |
Definition at line 57 of file shimgvw.h.
Referenced by Anime_FreeInfo(), Anime_LoadInfo(), and Anime_Step().
UINT tagANIME::m_nFrameIndex |
Definition at line 56 of file shimgvw.h.
Referenced by Anime_FreeInfo(), Anime_GetFrameDelay(), Anime_SetFrameIndex(), and Anime_Step().
UINT tagANIME::m_nLoopCount |
Definition at line 59 of file shimgvw.h.
Referenced by Anime_FreeInfo(), Anime_LoadInfo(), and Anime_Step().
UINT tagANIME::m_nLoopIndex |
Definition at line 58 of file shimgvw.h.
Referenced by Anime_FreeInfo(), and Anime_Step().
PropertyItem* tagANIME::m_pDelayItem |
Definition at line 60 of file shimgvw.h.
Referenced by Anime_FreeInfo(), Anime_GetFrameDelay(), Anime_LoadInfo(), and Anime_Start().