1#ifndef GridGraphicsItem_h 
    2#define GridGraphicsItem_h 
    4#include <QGraphicsItem> 
    5#include <QScopedPointer> 
    9template<
typename A> 
class QList;
 
   16  class MosaicSceneWidget;
 
   17  class UniversalGroundMap;
 
   49      void paint(QPainter *, 
const QStyleOptionGraphicsItem *,
 
   55      QRectF calcRect() 
const;
 
   57      void setRect(QRectF newBoundingRect);
 
   60      QRectF m_boundingRect;
 
 
Defines an angle and provides unit conversions.
Definition Angle.h:45
 
The visual display of the find point.
Definition GridGraphicsItem.h:40
 
GridGraphicsItem(Latitude baseLat, Longitude baseLon, Angle latInc, Angle lonInc, MosaicSceneWidget *projectionSrc, int density, Latitude latMin, Latitude latMax, Longitude lonMin, Longitude lonMax)
Definition GridGraphicsItem.cpp:26
 
virtual ~GridGraphicsItem()
Definition GridGraphicsItem.cpp:355
 
void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *widget=0)
Definition GridGraphicsItem.cpp:359
 
virtual QRectF boundingRect() const
Definition GridGraphicsItem.cpp:364
 
This class is designed to encapsulate the concept of a Latitude.
Definition Latitude.h:51
 
This class is designed to encapsulate the concept of a Longitude.
Definition Longitude.h:40
 
This is free and unencumbered software released into the public domain.
Definition BoxcarCachingAlgorithm.h:13
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16