?? 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 + -