chenluhua1980
6 天以前 4b7616f61a6a37cc917cdbcb131f91272ab2e6fb
SourceCode/Bond/Servo/EqsGraphWnd.h
@@ -1,5 +1,6 @@
#pragma once
#include <functional>
#include <vector>
#ifndef EQSGRAPHWND_TAG
@@ -157,6 +158,7 @@
   void ShowItemIndicator(DWORD_PTR dwItemData, int state, int nIndex = 0);
   void SetIndicatorSize(int nSize);
   void SetIndicatorMargin(int nMargin);
   void SetManualRoute(PIN* pOutPin, PIN* pInPin, BOOL bUp);
private:
   void Init();
@@ -199,6 +201,11 @@
   LRESULT OnNitify(WPARAM wParam, LPARAM lParam);
private:
   struct LineSeg {
      POINT a;
      POINT b;
   };
   EQITEM*      m_pCurItem;
   int         m_nFlashCount;
   EQITEM*      m_pFlashItem;
@@ -248,5 +255,6 @@
   BOOL m_bEnableScroll;
   int m_nMagneticLinHoz;
   int m_nMagneticLinVer;
   std::vector<LineSeg> m_verticalSegments;
};