Qt Mobility Reference Documentation

QGeoMapOverlay Class Reference

The QGeoMapOverlay class is used to draw overlays on the map. More...

 #include <QGeoMapOverlay>

Public Functions

QGeoMapOverlay ( QGeoMapData * mapData )
virtual ~QGeoMapOverlay ()
virtual void paint ( QPainter * painter, const QStyleOptionGraphicsItem * option ) = 0

Detailed Description

The QGeoMapOverlay class is used to draw overlays on the map.

This allows for general drawing to occur in overlays above the map.

Note: This class will be improved between the beta and final releases.


Member Function Documentation

QGeoMapOverlay::QGeoMapOverlay ( QGeoMapData * mapData )

QGeoMapOverlay::~QGeoMapOverlay () [virtual]

Destroys this map overlay object.

void QGeoMapOverlay::paint ( QPainter * painter, const QStyleOptionGraphicsItem * option ) [pure virtual]

Paints the overlay on painter, using the options option.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.