30 #include <QGraphicsItem> 33 #include "../internals/pointlatlng.h" 39 #include <QtSvg/QSvgRenderer> 52 class GPSItem:
public QObject,
public QGraphicsItem
55 Q_INTERFACES(QGraphicsItem)
57 enum {
Type = UserType + 6 };
104 void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,
207 QGraphicsItemGroup* trail;
208 QGraphicsItemGroup * trailLine;
217 double autosetdistance;
A graphicsItem representing a WayPoint.
A QGraphicsItem representing a WayPoint.
Definition: waypointitem.h:43
A graphicsItem representing a WayPoint.
Definition: pointlatlng.h:35
The main graphicsItem used on the widget, contains the map and map logic.
A graphicsItem representing a WayPoint.
An enum representing the uav trailing modes.
An enum representing the various map follow modes.
The main graphicsItem used on the widget, contains the map and map logic.
Definition: mapgraphicitem.h:51