cpuaveragecurve.h
来自「软件无线电的平台」· C头文件 代码 · 共 19 行
H
19 行
#include <qwt_plot_classes.h>//-----------------------------------------------------------------// This class shows how to extend QwtPlotCurves. It fills the// area between total and average usage curves.//-----------------------------------------------------------------class CpuPlot;class CpuAverageCurve: public QwtPlotCurve{public: CpuAverageCurve(CpuPlot *);protected: virtual void drawCurve(QPainter *painter, int, const QwtDiMap &xMap, const QwtDiMap &yMap, int from, int to);};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?