Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

  1. // DataElementResultsView.h: interface for the CDataElementResultsView class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DATAELEMENTRESULTSVIEW_H__5CFA29C3_FBF4_11D2_BDCB_0000F87A3912__INCLUDED_)
  5. #define AFX_DATAELEMENTRESULTSVIEW_H__5CFA29C3_FBF4_11D2_BDCB_0000F87A3912__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "SplitPaneResultsView.h"
  10. class CDataElementResultsView : public CSplitPaneResultsView
  11. {
  12. DECLARE_DYNCREATE(CDataElementResultsView)
  13. // Construction/Destruction
  14. public:
  15. CDataElementResultsView();
  16. virtual ~CDataElementResultsView();
  17. // Create/Destroy
  18. public:
  19. virtual bool Create(CScopePaneItem* pOwnerItem);
  20. // Eventing and Statistics Members
  21. public:
  22. virtual void AddStatistic(CEventContainer* pContainer, CStatistics* pStatistic, bool bUpdateGraph=true);
  23. protected:
  24. virtual HRESULT AddStatistics(CHealthmonResultsPane* pPane);
  25. virtual HRESULT RemoveStatistics(CHealthmonResultsPane* pPane);
  26. // GraphView Events Members
  27. public:
  28. virtual void OnGraphViewStyleChange(_DHMGraphView* pGraphView);
  29. };
  30. #endif // !defined(AFX_DATAELEMENTRESULTSVIEW_H__5CFA29C3_FBF4_11D2_BDCB_0000F87A3912__INCLUDED_)