FractalOptionsDlg.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. // FractalOptionsDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CFractalOptionsDlg dialog
  5. class CFractalOptionsDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CFractalOptionsDlg(CWnd* pParent = NULL);   // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CFractalOptionsDlg)
  12. enum { IDD = IDD_FRACTAL_OPTIONS };
  13. UINT m_iterations;
  14. CString m_renderType;
  15. BOOL m_aaLines;
  16. UINT m_randomSeed;
  17. UINT m_tile;
  18. BOOL m_invert;
  19. UINT m_cloudIter;
  20. UINT m_teximageIter;
  21. BOOL m_textureLinear;
  22. float m_cloudH;
  23. float m_surfaceH;
  24. float m_teximageH;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CFractalOptionsDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CFractalOptionsDlg)
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. private:
  39. };