13 lines
304 B
C
13 lines
304 B
C
|
|
#pragma once
|
|||
|
|
#include "MapPresent.h"
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// <20><><EFBFBD><EFBFBD><EFBFBD>հ<D5B0>Ԫ<EFBFBD><D4AA><EFBFBD><EFBFBD>ί<EFBFBD><CEAF>
|
|||
|
|
/// </summary>
|
|||
|
|
class BasicUnitDelegate : public UnitPresentDelegate {
|
|||
|
|
public:
|
|||
|
|
int unitType() const override;
|
|||
|
|
|
|||
|
|
void paint(QPainter* p, const PresentOption& option) override;
|
|||
|
|
QList<QPointF> endPointsGet(const QRectF& rect);
|
|||
|
|
};
|