Public Types | |
| enum | |
Public Member Functions | |
| CBottomDialog (CWnd *pParent=NULL) | |
| virtual | ~CBottomDialog () |
| CViewerDoc * | GetDocument () |
| void | SetDocument (CViewerDoc *pDocument) |
| void | SetValue (u32 Pos, u32 Min, u32 Max, u32 SelMin, u32 SelMax, u32 FPS, bool bInherit, char *pName, HICON hIcon, bool bChangeMax, bool bChangeInherit, bool bChangeFPS) |
| void | InitValue () |
| afx_msg void | OnBnClickedButtonSelectionBegin () |
| afx_msg void | OnBnClickedButtonSelectionEnd () |
| afx_msg void | OnBnClickedButtonAnimRewind () |
| afx_msg void | OnBnClickedButtonAnimPlay () |
| afx_msg void | OnBnClickedButtonAnimPause () |
| afx_msg void | OnBnClickedButtonAnimStop () |
| afx_msg void | OnBnClickedButtonAnimForward () |
| afx_msg void | OnDeltaposSpinAnimCurrent (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnEnChangeEditAnimCurrent () |
| afx_msg void | OnNMCustomdrawSliderAnim (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnClose () |
| afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
| afx_msg void | OnSysKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
| afx_msg void | OnDestroy () |
| afx_msg void | OnEnChangeEditAnimMax () |
| afx_msg void | OnDeltaposSpinAnimMax (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| afx_msg void | OnTimer (UINT nIDEvent) |
| afx_msg void | OnBnClickedCheckHierarchy () |
| afx_msg void | OnBnClickedRadioAnim () |
| afx_msg void | OnBnClickedRadioMesh () |
Public Attributes | |
| CSliderCtrl | m_SliderAnim |
| CEdit | m_EditAnimCurrent |
| CStatic | m_LabelObjectSelected |
| CButton | m_ButtonSelectionBegin |
| CButton | m_ButtonSelectionEnd |
| CButton | m_ButtonAnimRewind |
| CButton | m_ButtonAnimPlay |
| CButton | m_ButtonAnimPause |
| CButton | m_ButtonAnimStop |
| CButton | m_ButtonAnimForward |
| CSpinButtonCtrl | m_SpinAnimCurrent |
| CStatic | m_LabelAnimMin |
| CStatic | m_ObjectSelected |
| CEdit | m_EditAnimMax |
| CSpinButtonCtrl | m_SpinAnimMax |
| CEdit | m_EditAnimFPS |
| CSpinButtonCtrl | m_SpinAnimFPS |
| CStatic | m_LabelFPS |
| CStatic | m_LabelFrame |
| CButton | m_CheckHierarchyAnim |
| CButton | m_ButtonAnim |
| CButton | m_ButtonMesh |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnOK () |
| virtual void | OnCancel () |
Protected Attributes | |
| CViewerDoc * | m_pDocument |
| bool | m_bPlaying |
Definition at line 10 of file BottomDialog.h.
1.5.1-p1