1 Star 0 Fork 47

Mr.low/mfcplot

forked from rewine/mfcplot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CPolarFuncDlg.h 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
LHX 提交于 2020-08-07 22:49 . fix code annotation
#pragma once
// CPolarFuncDlg 对话框
class CPolarFuncDlg : public CDialogEx
{
DECLARE_DYNAMIC(CPolarFuncDlg)
public:
CPolarFuncDlg(CWnd* pParent = nullptr); // 标准构造函数
virtual ~CPolarFuncDlg();
// 对话框数据
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_DIALOG_POLARFUNC };
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public:
CString m_sEquation;
double m_Thetamin;
double m_Thetamax;
int m_StepTheta;
int m_penWidth;
COLORREF m_color;
int m_penType;
afx_msg void OnBnClickedButtonColor();
afx_msg void OnBnClickedButtonSetfunc();
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Mr-low/mfcplot.git
git@gitee.com:Mr-low/mfcplot.git
Mr-low
mfcplot
mfcplot
master

搜索帮助