1#ifndef QWT_PLOT_TRANSPARENT_CANVAS_H
2#define QWT_PLOT_TRANSPARENT_CANVAS_H
5#include "qwt_plot_abstract_canvas.h"
55 virtual void replot();
63 virtual void paintEvent(QPaintEvent* event)
override;
69 virtual void drawBorder(QPainter* painter)
override;
75 virtual QPainterPath borderPath(
const QRect& rect)
const;
所有类型绘图画布的基类
Definition qwt_plot_abstract_canvas.h:45
virtual void drawBorder(QPainter *)
Draw the border of the canvas
Definition qwt_plot_abstract_canvas.cpp:364
QwtPlot 的透明画布
Definition qwt_plot_transparent_canvas.h:22
二维绘图部件
Definition qwt_plot.h:138