www.pudn.com > wavelet-vc++6.rar > waveletView.h
// waveletView.h : interface of the CWaveletView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_WAVELETVIEW_H__52B447EF_C6D4_11D4_9D72_5254AB265AB0__INCLUDED_)
#define AFX_WAVELETVIEW_H__52B447EF_C6D4_11D4_9D72_5254AB265AB0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "cs91.h"
#include "cs92.h"
#include "cs93.h"
#include "cs96.h"
#include "cs97.h"
#include "LBG.h"
class CWaveletDoc ;
class CWaveletView : public CView
{
protected: // create from serialization only
CWaveletView();
DECLARE_DYNCREATE(CWaveletView)
// Attributes
public:
CWaveletDoc* GetDocument();
CCS91 cs91;
CCS92 cs92;
CCS93 cs93;
CCS96 cs96;
CCS97 cs97;
CLBG LBG;
CString flag;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWaveletView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CWaveletView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CWaveletView)
afx_msg void ExecCS92();
afx_msg void ExecCS93();
afx_msg void ExecCs97();
afx_msg void ExecCs96();
afx_msg void OnLBG();
afx_msg void ExecCs91();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in waveletView.cpp
inline CWaveletDoc* CWaveletView::GetDocument()
{ return (CWaveletDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WAVELETVIEW_H__52B447EF_C6D4_11D4_9D72_5254AB265AB0__INCLUDED_)