1 Star 1 Fork 1

lzh280/Qt_painter

forked from rbc/Qt_painter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gan.h.autosave 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
lc_look 提交于 2022-12-05 22:06 . Qt 机械设计杆件杆的初始化
#ifndef GAN_H
#define GAN_H
#include <QDialog>
#include "painter.h"
#include "ui_painter.h"
class Gan
{
private:
float Bar[4];
int Min_Bar_Num;
int Max_Bar_Num;
float Min_Bar_Length;
float Max_Bar_length;
float Min_Max_Bar_sum;
float Other_Bar_sum;
int Other_Bar_num[2];
/*进行杆在定时器的作用下的相关坐标点的计算*/
private:
void MinBar(float* Bar);
void MaxBar(float* Bar);
void OtherBarSum();
void Judge();
bool CheckInput();
public:
Gan(double a,double b, double c,double d,Ui::painter* ui_ptr);
~Gan();
void Check();
public:
Ui::painter* ui;
bool isInputLeagal;
double LengthGan1;
double LengthGan2;
double LengthGan3;
double LengthGan4;
};
#endif // GAN_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lzh280/qt_painter.git
git@gitee.com:lzh280/qt_painter.git
lzh280
qt_painter
Qt_painter
master

搜索帮助