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.1 KiB

  1. // RuleResultsView.h: interface for the CRuleResultsView class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_RULERESULTSVIEW_H__5CFA29C5_FBF4_11D2_BDCB_0000F87A3912__INCLUDED_)
  5. #define AFX_RULERESULTSVIEW_H__5CFA29C5_FBF4_11D2_BDCB_0000F87A3912__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "SplitPaneResultsView.h"
  10. class CRuleResultsView : public CSplitPaneResultsView
  11. {
  12. DECLARE_DYNCREATE(CRuleResultsView)
  13. // Construction/Destruction
  14. public:
  15. CRuleResultsView();
  16. virtual ~CRuleResultsView();
  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. CString GetRulePropertyName();
  27. // GraphView Events Members
  28. public:
  29. virtual void OnGraphViewStyleChange(_DHMGraphView* pGraphView);
  30. };
  31. #endif // !defined(AFX_RULERESULTSVIEW_H__5CFA29C5_FBF4_11D2_BDCB_0000F87A3912__INCLUDED_)