Dsplitview.h
Upload User: jjlianmen
Upload Date: 2022-08-03
Package Size: 157k
Code Size: 2k
Category:

Special Effects

Development Platform:

Matlab

  1. // DSplitView.h : interface of the CDSplitView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DSPLITVIEW_H__76E949CF_9CAD_11D1_907F_00A024782894__INCLUDED_)
  5. #define AFX_DSPLITVIEW_H__76E949CF_9CAD_11D1_907F_00A024782894__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CDSplitView : public CView
  10. {
  11. protected: // create from serialization only
  12. CDSplitView();
  13. DECLARE_DYNCREATE(CDSplitView)
  14. // Attributes
  15. public:
  16. CDSplitDoc* GetDocument();
  17. // Operations
  18. public:
  19.   CString filename;
  20.     int state1;
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CDSplitView)
  24. public:
  25. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. protected:
  28. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  29. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  30. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CDSplitView();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. protected:
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CDSplitView)
  43. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  44. afx_msg void OnYuantu();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. #ifndef _DEBUG  // debug version in DSplitView.cpp
  49. inline CDSplitDoc* CDSplitView::GetDocument()
  50.    { return (CDSplitDoc*)m_pDocument; }
  51. #endif
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_DSPLITVIEW_H__76E949CF_9CAD_11D1_907F_00A024782894__INCLUDED_)