30 #include <QGraphicsItem>
33 #include "../internals/pointlatlng.h"
39 class HomeItem:
public QObject,
public QGraphicsItem
42 Q_INTERFACES(QGraphicsItem)
44 enum {
Type = UserType + 4 };
46 void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,
Definition: pointlatlng.h:35
Definition: homeitem.h:39
The main graphicsItem used on the widget, contains the map and map logic.
Definition: mapgraphicitem.h:51