WaveEditDoc.h
上传用户:samlee1007
上传日期:2007-01-02
资源大小:123k
文件大小:2k
- // WaveEditDoc.h : interface of the CWaveEditDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_WAVEEDITDOC_H__618031B0_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_)
- #define AFX_WAVEEDITDOC_H__618031B0_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- class CWaveEditDoc : public CDocument
- {
- friend class CWaveEditView;
- protected: // create from serialization only
- CWaveEditDoc();
- DECLARE_DYNCREATE(CWaveEditDoc)
- // Attributes
- public:
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWaveEditDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- BOOL m_bSvrTimerStopped;
- BOOL m_bAppClosed;
- virtual ~CWaveEditDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CWaveEditDoc)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(CWaveEditDoc)
- afx_msg void ShowApp();
- afx_msg void HideApp();
- afx_msg void ShowWindow();
- afx_msg void SetCursor();
- afx_msg void SetPlay();
- afx_msg void SetPause();
- afx_msg void SetStop();
- afx_msg BOOL IsWaveEnd();
- //}}AFX_DISPATCH
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_WAVEEDITDOC_H__618031B0_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_)