ReportCustomHeapView.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // ReportCustomHeapView.h : interface of the CReportCustomHeapView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_REPORTCUSTOMHEAPVIEW_H__66197631_84DB_475D_BDBC_D43A20168066__INCLUDED_)
  5. #define AFX_REPORTCUSTOMHEAPVIEW_H__66197631_84DB_475D_BDBC_D43A20168066__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CReportCustomHeapView : public CXTPReportView
  10. {
  11. protected: // create from serialization only
  12. CReportCustomHeapView();
  13. DECLARE_DYNCREATE(CReportCustomHeapView)
  14. // Attributes
  15. public:
  16. CReportCustomHeapDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CReportCustomHeapView)
  22. public:
  23. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  24. virtual void OnInitialUpdate();
  25. protected:
  26. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  27. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  28. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. virtual ~CReportCustomHeapView();
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. protected:
  38. void AddRecords(int nCountToAdd) ;
  39. void AddRecord(int nState, LPCTSTR pcszText, double dNumber, const COleDateTime& dtDate, 
  40.    const COleVariant& varVariant);
  41. void UpdateTitle(DWORD dwAddTime, DWORD dwPopulateTime);
  42. void BatchAddRecords(int nCountToAdd);
  43. // Generated message map functions
  44. protected:
  45. //{{AFX_MSG(CReportCustomHeapView)
  46. afx_msg void OnAdd10kRecords();
  47. afx_msg void OnAdd20kRecords();
  48. afx_msg void OnBatchAdd10kRecords();
  49. afx_msg void OnBatchAdd20kRecords();
  50. afx_msg void OnRemoveAllRecords();
  51. afx_msg void OnViewPreviewMode();
  52. afx_msg void OnUpdateViewPreviewMode(CCmdUI* pCmdUI);
  53. afx_msg void OnRemoveHalfRecords();
  54. afx_msg void OnFreeExtraBatchData();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. #ifndef _DEBUG  // debug version in ReportCustomHeapView.cpp
  59. inline CReportCustomHeapDoc* CReportCustomHeapView::GetDocument()
  60.    { return (CReportCustomHeapDoc*)m_pDocument; }
  61. #endif
  62. /////////////////////////////////////////////////////////////////////////////
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_REPORTCUSTOMHEAPVIEW_H__66197631_84DB_475D_BDBC_D43A20168066__INCLUDED_)