CriticalDlg.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. #if !defined(AFX_CRITICALDLG_H__FA2C9B69_FC0B_4706_B0E6_92AD2F50BA4C__INCLUDED_)
  2. #define AFX_CRITICALDLG_H__FA2C9B69_FC0B_4706_B0E6_92AD2F50BA4C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CriticalDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCriticalDlg dialog
  10. #include "CXvid.h"
  11. class CCriticalDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CCriticalDlg(CWnd* pParent = NULL);   // standard constructor
  16. void Init(CXvid::QUANTS* quants, int nframes);
  17. // Dialog Data
  18. //{{AFX_DATA(CCriticalDlg)
  19. enum { IDD = IDD_CRITICAL };
  20. CListCtrl m_listcritical;
  21. int m_criticalq;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CCriticalDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. int nbframes;
  32. CXvid::QUANTS* qarray;
  33. // Generated message map functions
  34. //{{AFX_MSG(CCriticalDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnButtonFetch();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_CRITICALDLG_H__FA2C9B69_FC0B_4706_B0E6_92AD2F50BA4C__INCLUDED_)