27 #ifndef WAYPOINTITEM_H 28 #define WAYPOINTITEM_H 30 #include <QGraphicsItem> 33 #include "../internals/pointlatlng.h" 46 Q_INTERFACES(QGraphicsItem)
48 enum {
Type = UserType + 1 };
139 void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,
164 QGraphicsSimpleTextItem* text;
165 QGraphicsRectItem* textBG;
166 QGraphicsSimpleTextItem* numberI;
167 QGraphicsRectItem* numberIBG;
210 #endif // WAYPOINTITEM_H
A QGraphicsItem representing a WayPoint.
Definition: waypointitem.h:43
Definition: pointlatlng.h:35
The main graphicsItem used on the widget, contains the map and map logic.
The main graphicsItem used on the widget, contains the map and map logic.
Definition: mapgraphicitem.h:51