⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcintersection.h

📁 this the code of bootstation
💻 H
字号:
// Mit Microsoft Visual C++ automatisch erstellte IDispatch-Kapselungsklasse(n). 

// HINWEIS: Die Inhalte dieser Datei nicht 鋘dern. Wenn Microsoft Visual C++
// diese Klasse erneuert, werden Ihre 膎derungen 黚erschrieben.

/////////////////////////////////////////////////////////////////////////////
// Wrapper-Klasse CVcIntersection 

class CVcIntersection : public COleDispatchDriver
{
public:
	CVcIntersection() {}		// Ruft den Standardkonstruktor f黵 COleDispatchDriver auf
	CVcIntersection(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	CVcIntersection(const CVcIntersection& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attribute
public:

// Operationen
public:
	BOOL GetAuto();
	void SetAuto(BOOL bNewValue);
	double GetPoint();
	void SetPoint(double newValue);
	long GetAxisID();
	short GetIndex();
	BOOL GetLabelsInsidePlot();
	void SetLabelsInsidePlot(BOOL bNewValue);
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -