📄 functionellipse.h
字号:
// FunctionEllipse.h: interface for the CFunctionEllipse class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FUNCTIONELLIPSE_H__76B2DEAB_B2B3_4AAB_9A44_8CD17B778CFF__INCLUDED_)
#define AFX_FUNCTIONELLIPSE_H__76B2DEAB_B2B3_4AAB_9A44_8CD17B778CFF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Function.h"
#include "GraphEllipse.h"
class CFunctionEllipse : public CFunction
{
public:
CFunctionEllipse();
virtual ~CFunctionEllipse();
virtual void OnLButtonDown(UINT nFlags, CPoint point);
virtual void OnLButtonUp(UINT nFlags, CPoint point);
virtual void OnMouseMove(UINT nFlags, CPoint point);
protected:
BOOL mouseD;
CGraphEllipse *l;
};
#endif // !defined(AFX_FUNCTIONELLIPSE_H__76B2DEAB_B2B3_4AAB_9A44_8CD17B778CFF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -