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/ZxObjPointTool.h

29 lines
397 B
C

#pragma once
#include "ZxObjToolBase.h"
// 点工具
class I_PLOTCURVE_T_EXPORT ZxObjPointTool : public ZxObjToolBase
{
Q_OBJECT
public:
ZxObjPointTool();
public:
virtual void onPaint(QPainter* painter, const ZxPaintParam& param);
protected:
virtual Qt::CursorShape getCursorBy(const int& nOption,
const int& nSubIndex);
};