XvidQuantsParserDlg.h
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:2k
源码类别:

VC书籍

开发平台:

Visual C++

  1. // XvidQuantsParserDlg.h : header file
  2. //
  3. #if !defined(AFX_XVIDQUANTSPARSERDLG_H__0C60C4C2_534E_414A_A0D6_6BE6C29A9CF5__INCLUDED_)
  4. #define AFX_XVIDQUANTSPARSERDLG_H__0C60C4C2_534E_414A_A0D6_6BE6C29A9CF5__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "CXvid.h"
  9. #include "RangeDlg.h"
  10. #include "DistributionDlg.h"
  11. #include "TimelineDlg.h"
  12. #include "CriticalDlg.h"
  13. #include "CReportFile.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CXvidQuantsParserDlg dialog
  16. class CXvidQuantsParserDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CXvidQuantsParserDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CXvidQuantsParserDlg)
  23. enum { IDD = IDD_XVIDQUANTSPARSER_DIALOG };
  24. CEdit m_status;
  25. CProgressCtrl m_progress;
  26. CXvid m_xvid;
  27. float m_rate;
  28. int m_height;
  29. int m_width;
  30. int m_nframes;
  31. int m_qmax;
  32. int m_qmin;
  33. float m_qavg;
  34. bool m_logging;
  35. int m_len;
  36. int m_start;
  37. int m_stop;
  38. int m_maxfs;
  39. int m_minfs;
  40. //}}AFX_DATA
  41. // ClassWizard generated virtual function overrides
  42. //{{AFX_VIRTUAL(CXvidQuantsParserDlg)
  43. public:
  44. virtual BOOL PreTranslateMessage(MSG* pMsg);
  45. protected:
  46. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  47. //}}AFX_VIRTUAL
  48. // Implementation
  49. protected:
  50. HICON m_hIcon;
  51. HACCEL hAccel;
  52. void SetMenuInit(void);
  53. void SetMenuOpened(void);
  54. void SetMenuAnalysed(void);
  55. // Generated message map functions
  56. //{{AFX_MSG(CXvidQuantsParserDlg)
  57. virtual BOOL OnInitDialog();
  58. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  59. afx_msg void OnPaint();
  60. afx_msg HCURSOR OnQueryDragIcon();
  61. afx_msg void OnFileOpen();
  62. afx_msg void OnFileClose();
  63. afx_msg void OnFileQuit();
  64. afx_msg void OnFileAnalyze();
  65. afx_msg void OnHelpAbout();
  66. afx_msg void OnFileSave();
  67. afx_msg void OnFileLoad();
  68. afx_msg void OnEditOptions();
  69. afx_msg void OnViewHistogram();
  70. afx_msg void OnViewTimeline();
  71. afx_msg void OnEditRange();
  72. afx_msg void OnViewCritical();
  73. //}}AFX_MSG
  74. DECLARE_MESSAGE_MAP()
  75. };
  76. //{{AFX_INSERT_LOCATION}}
  77. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  78. #endif // !defined(AFX_XVIDQUANTSPARSERDLG_H__0C60C4C2_534E_414A_A0D6_6BE6C29A9CF5__INCLUDED_)