27 #ifndef TAILLINEITEM_H
28 #define TAILLINEITEM_H
30 #include <QGraphicsItem>
33 #include "../internals/pointlatlng.h"
36 #include "../core/corecommon.h"
41 class TLMAPWIDGET_EXPORT
TrailLineItem:
public QObject,
public QGraphicsLineItem
44 Q_INTERFACES(QGraphicsItem)
46 enum { Type = UserType + 7 };
61 #endif // TAILLINEITEM_H
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.