1 Star 0 Fork 12

若灮/CanAnalyzer

forked from 枯无穷肉/CanAnalyzer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
drawline.h 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
枯无穷肉 提交于 2022-05-01 18:00 . amw
#ifndef DRAWLINE_H
#define DRAWLINE_H
#include <QWidget>
#include <QPainter>
#include <QPen>
#include "axismodel.h"
#include <QPoint>
#include <QList>
#include "linebase.h"
class DrawLine : public QWidget
{
Q_OBJECT
public:
explicit DrawLine(QWidget *parent = 0);
~DrawLine();
QList<LineBase> Lines;
void getRealValue(int i,int j,double x, double y);
void getxAxisPoint();
void updataPoint();
signals:
public slots:
private:
AxisModel xAxis;
protected:
void paintEvent(QPaintEvent *event);
};
#endif // DRAWLINE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/ruog/can-analyzer.git
[email protected]:ruog/can-analyzer.git
ruog
can-analyzer
CanAnalyzer
master

搜索帮助