#include <MyAnimationDialog.h>
Public Types | |
enum | { IDD = IDD_ANIMATIONDIALOG } |
Public Methods | |
int | GetAnimType () |
Returns animation type. | |
void | SetAnimType (int animType) |
Sets animation type. | |
int | GetAnimSpeed () |
Returns animation speed. | |
void | SetAnimSpeed (int animSpeed) |
Sets animation speed. | |
MyAnimationDialog (CWnd *pParent=NULL) | |
Public Attributes | |
int | m_AnimSpeed |
int | m_AnimType |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |