You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Include/iPlot/iPlotCurveT/Objects/ZxObjCurveBarTool.h

20 lines
313 B
C

#pragma once
#include "ZxObjCurveBaseTool.h"
// 柱状图曲线工具
class I_PLOTCURVE_T_EXPORT ZxObjCurveBarTool : public ZxObjCurveBaseTool
{
Q_OBJECT
public:
ZxObjCurveBarTool();
~ZxObjCurveBarTool();
protected:
virtual void onPaint(QPainter* painter, const ZxPaintParam& param);
};