📄 staticelement.h
字号:
// StaticElement.h: interface for the CStaticElement class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STATICELEMENT_H__4D25C0C9_B802_43E4_A09E_61C29F91A8A1__INCLUDED_)
#define AFX_STATICELEMENT_H__4D25C0C9_B802_43E4_A09E_61C29F91A8A1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Element.h"
//静态图元
class CStaticElement : public CElement
{
public:
CStaticElement();
virtual ~CStaticElement();
protected:
virtual BOOL Pick(position& pe,position& ret_pos,double& dist,double pick_tol,int &type,int &ext_type);
};
#endif // !defined(AFX_STATICELEMENT_H__4D25C0C9_B802_43E4_A09E_61C29F91A8A1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -