#pragma once #include "Defines.h" #include "ZxObjLineTool.h" // 特征线工具 class I_PLOTCURVE_T_EXPORT ZxObjLineSlrTool : public ZxObjLineTool { Q_OBJECT public: ZxObjLineSlrTool(); //ZxObjLineSlrTool(const ZxObjLineSlrTool& c); public: virtual void onPaint(QPainter* painter, const ZxPaintParam& param); //protected: // virtual Qt::CursorShape getCursorBy(const int& nOption, // const int& nSubIndex); };