DESCallbackDlg.h
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:2k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. // DESCallbackDlg.h : header file
  2. //
  3. #if !defined(AFX_DESCALLBACKDLG_H__04D94751_EA17_4280_8B99_5DFA8B0D9970__INCLUDED_)
  4. #define AFX_DESCALLBACKDLG_H__04D94751_EA17_4280_8B99_5DFA8B0D9970__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDESCallbackDlg dialog
  10. #include "CDXGraph.h"
  11. #include "CGraphBuilderCB.h"
  12. class CDESCallbackDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CDESCallbackDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CDESCallbackDlg)
  19. enum { IDD = IDD_DESCALLBACK_DIALOG };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CDESCallbackDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. CString    mFilePath;
  31. CDXGraph   mFilterGraph;
  32. CGraphBuilderCB  mCBController;
  33. // Generated message map functions
  34. //{{AFX_MSG(CDESCallbackDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnPaint();
  37. afx_msg HCURSOR OnQueryDragIcon();
  38. afx_msg void OnButtonRenderfile();
  39. afx_msg void OnButtonRun();
  40. afx_msg void OnButtonStop();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_DESCALLBACKDLG_H__04D94751_EA17_4280_8B99_5DFA8B0D9970__INCLUDED_)