#pragma once #include "ZxObjPointTool.h" // 点工具 class I_PLOTCURVE_T_EXPORT ZxObjPointSlrTool : public ZxObjPointTool { Q_OBJECT public: ZxObjPointSlrTool(); public: virtual void onPaint(QPainter* painter, const ZxPaintParam& param); };