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