WaveEditDoc.h
上传用户:dthg120
上传日期:2007-01-01
资源大小:50k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. // WaveEditDoc.h : interface of the CWaveEditDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_WAVEEDITDOC_H__A4FBB66C_3B39_11D2_B4AD_EC9CB4CA7260__INCLUDED_)
  5. #define AFX_WAVEEDITDOC_H__A4FBB66C_3B39_11D2_B4AD_EC9CB4CA7260__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CWaveEditDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CWaveEditDoc();
  13. DECLARE_DYNCREATE(CWaveEditDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CWaveEditDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CWaveEditDoc();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. protected:
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CWaveEditDoc)
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_WAVEEDITDOC_H__A4FBB66C_3B39_11D2_B4AD_EC9CB4CA7260__INCLUDED_)