1 #ifndef GridGraphicsItem_h
2 #define GridGraphicsItem_h
4 #include <QGraphicsItem>
5 #include <QScopedPointer>
9 template<
typename A>
class QList;
16 class MosaicSceneWidget;
17 class UniversalGroundMap;
49 void paint(QPainter *,
const QStyleOptionGraphicsItem *,
52 virtual QRectF boundingRect()
const;
55 QRectF calcRect()
const;
57 void setRect(QRectF newBoundingRect);
60 QRectF m_boundingRect;
This class is designed to encapsulate the concept of a Latitude.
This class is designed to encapsulate the concept of a Longitude.
The visual display of the find point.
Defines an angle and provides unit conversions.