30 #include <QGraphicsItem>
33 #include "../internals/pointlatlng.h"
36 #include "../core/corecommon.h"
41 class TLMAPWIDGET_EXPORT
TrailItem:
public QObject,
public QGraphicsItem
44 Q_INTERFACES(QGraphicsItem)
46 enum { Type = UserType + 3 };
48 void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,
50 QRectF boundingRect()
const;
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.