1 Star 0 Fork 12

若灮/CanAnalyzer

forked from 枯无穷肉/CanAnalyzer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
linebase.h 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
枯无穷肉 提交于 2022-05-01 18:00 . amw
#ifndef LINEBASE_H
#define LINEBASE_H
#include <QPoint>
#include <QPainter>
#include "axismodel.h"
#include <QPolygon>
#include <QList>
class LineBase
{
public:
LineBase();
int lineI;
int lineJ;
AxisModel yAxis;
QString name;
QList<QPointF> Points;
QPolygonF polygon;
void add(double x,double y);
void addReal(double x,double y);
};
#endif // LINEBASE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/ruog/can-analyzer.git
[email protected]:ruog/can-analyzer.git
ruog
can-analyzer
CanAnalyzer
master

搜索帮助