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/iPlotBase/Helper/ZxAxisHelperInt.h

23 lines
343 B
C++

#pragma once
#include "ZxAxisHelper.h"
// 整形类
class I_PLOTBASE_EXPORT ZxAxisHelperInt : public ZxAxisHelper
{
Q_OBJECT
public:
explicit ZxAxisHelperInt(ZxSubAxisBase* p);
~ZxAxisHelperInt();
protected:
// 绘制函数
virtual void drawTickAndTags(QPainter* painter, QRectF& rt);
public slots:
protected:
};