#pragma once #include "MapPresent.h" /// /// 基础空白单元绘制委托 /// class BasicUnitDelegate : public UnitPresentDelegate { public: int unitType() const override; void paint(QPainter* p, const PresentOption& option) override; QList endPointsGet(const QRectF& rect); };