📄 indtool.h
字号:
// IndTool.h: interface for the CIndTool class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_INDTOOL_H__AFC29FE8_67BB_11D4_BBD7_600000000ECD__INCLUDED_)
#define AFX_INDTOOL_H__AFC29FE8_67BB_11D4_BBD7_600000000ECD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "BaseTool.h"
#include "Epoint.h"
#include "inductance.h"
class CIndTool : public CBaseTool
{
public:
CIndTool(CWnd* cWnd,CElist* pList,CPointList* pOintList,CLineList* pLineList,CTextList* pText);
CIndTool(CElist* pList,CPointList* pOintList,CLineList* pLineList,CTextList* pText);
virtual ~CIndTool();
public:
void OnLButtonDown(UINT nFlags, CPoint point);
void OnLButtonUp(UINT nFlags, CPoint point);
void OnMouseMove(UINT nFlags, CPoint point);
void AddObject(CPoint point);
public:
CBase* p1,*p2;
};
#endif // !defined(AFX_INDTOOL_H__AFC29FE8_67BB_11D4_BBD7_600000000ECD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -