1#ifndef GridGraphicsItem_h 
    2#define GridGraphicsItem_h 
    4#include <QGraphicsItem> 
    5#include <QScopedPointer> 
    9template<
typename A> 
class QList;
 
   47      virtual ~GridGraphicsItem();
 
   49      void paint(QPainter *, 
const QStyleOptionGraphicsItem *,
 
   52      virtual QRectF boundingRect() 
const;
 
   55      QRectF calcRect() 
const;
 
   57      void setRect(QRectF newBoundingRect);
 
   60      QRectF m_boundingRect;
 
 
Defines an angle and provides unit conversions.
 
Calculates a lat/lon grid over an area.
 
This class is designed to encapsulate the concept of a Latitude.
 
This class is designed to encapsulate the concept of a Longitude.
 
This is free and unencumbered software released into the public domain.
 
This is free and unencumbered software released into the public domain.