cpupiemarker.h
来自「This a framework to test new ideas in tr」· C头文件 代码 · 共 16 行
H
16 行
//-----------------------------------------------------------------// This class shows how to extend QwtPlotItems. It displays a// pie chart of user/total/idle cpu usage in percent.//-----------------------------------------------------------------#include <qwt_plot_classes.h>class CpuPlot;class CpuPieMarker: public QwtPlotMarker{public: CpuPieMarker(CpuPlot *); virtual void draw(QPainter *p, int x, int y, const QRect &);};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?