libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::MapWidget Class Reference

#include <MapWidget.h>

+ Inheritance diagram for osmscout::MapWidget:

Public Slots

void addOverlayObject (int id, QObject *o)
 Method for registering map overlay objects. More...
 
void addPositionMark (int id, double lat, double lon)
 Add "mark" (small red circle) on top of map. More...
 
void changeView (const MapView &view)
 
OverlayAreacreateOverlayArea (QString type="_highlighted")
 
OverlayNodecreateOverlayNode (QString type="_highlighted")
 
OverlayWaycreateOverlayWay (QString type="_route")
 
void deactivateIcons ()
 
void locationChanged (bool locationValid, double lat, double lon, bool horizontalAccuracyValid=false, double horizontalAccuracy=0, const QDateTime &lastUpdate=QDateTime::currentDateTime())
 
void move (QVector2D vector)
 
void moveDown ()
 
void moveLeft ()
 
void moveRight ()
 
void moveUp ()
 
void onIconFound (QPoint lookupCoord, MapIcon icon)
 
void pivotBy (double angleChange)
 
void recenter ()
 
void redraw ()
 
void reloadStyle ()
 
void reloadTmpStyle ()
 
void removeAllOverlayObjects ()
 
void removeOverlayObject (int id)
 
void removePositionMark (int id)
 
void rotateLeft ()
 
void rotateRight ()
 
void rotateTo (double angle)
 Rotate view to specified angle [radians; [0 ~ 2*PI) ]. More...
 
void setVehicleScaleFactor (float factor)
 Method for configuring the aspect ratio of painted items. More...
 
void showCoordinates (double lat, double lon)
 
void showCoordinates (osmscout::GeoCoord coord, osmscout::Magnification magnification)
 
void showCoordinatesInstantly (double lat, double lon)
 
void showCoordinatesInstantly (osmscout::GeoCoord coord, osmscout::Magnification magnification)
 
void showLocation (LocationEntry *location)
 
void toggleDaylight ()
 
bool toggleDebug ()
 
bool toggleInfo ()
 
void zoom (double zoomFactor)
 
void zoom (double zoomFactor, const QPoint widgetPosition)
 
void zoomIn (double zoomFactor)
 
void zoomIn (double zoomFactor, const QPoint widgetPosition)
 
void zoomOut (double zoomFactor)
 
void zoomOut (double zoomFactor, const QPoint widgetPosition)
 

Signals

void angleChanged ()
 
void databaseLoaded (osmscout::GeoBox)
 
void doubleTap (const int screenX, const int screenY, const double lat, const double lon)
 
void finishedChanged (bool finished)
 
void followVehicleChanged ()
 
void iconTapped (QPoint screenCoord, double lat, double lon, QString databasePath, QString objectType, quint64 objectId, int poiId, QString type, QString name, QString altName, QString ref, QString operatorName, QString phone, QString website, QString openingHours)
 
void latChanged ()
 
void lockToPositionChanged ()
 
void lonChanged ()
 
void longTap (const int screenX, const int screenY, const double lat, const double lon)
 
void magLevelChanged ()
 
void mouseMove (const int screenX, const int screenY, const double lat, const double lon, const Qt::KeyboardModifiers modifiers)
 
void objectPicked (const ObjectFileRef object)
 
void pixelSizeChanged ()
 
void renderingTypeChanged (QString type)
 
void screenChanged (QScreen *)
 
void styleErrorsChanged ()
 
void stylesheetFilenameChanged ()
 
void tap (const int screenX, const int screenY, const double lat, const double lon)
 
void tapLongTap (const int screenX, const int screenY, const double lat, const double lon)
 
void vehicleAutoRotateMapChanged ()
 
void viewChanged ()
 

Public Member Functions

int firstStylesheetErrorColumn () const
 
QString firstStylesheetErrorDescription () const
 
int firstStylesheetErrorLine () const
 
void FlushCaches (const std::chrono::milliseconds &idleMs)
 
void focusOutEvent (QFocusEvent *event) override
 
double GetAngle () const
 
osmscout::GeoCoord GetCenter () const
 
double GetLat () const
 
double GetLon () const
 
int GetMagLevel () const
 
double GetPixelSize () const
 
osmscout::MercatorProjection getProjection () const
 
QString GetRenderingType () const
 
bool getShowCurrentPosition () const
 
QString GetStylesheetFilename () const
 
double getVehicleIconSize () const
 
QString getVehicleInTunnelIconFile () const
 
QString getVehicleNoGpsSignalIconFile () const
 
VehiclePositionGetVehiclePosition () const
 
QString getVehicleStandardIconFile () const
 
MapViewGetView () const
 
MapViewStruct GetViewStruct () const
 
QString GetZoomLevelName () const
 
bool hasInteractiveIcons () const
 
void hoverMoveEvent (QHoverEvent *event) override
 
bool isDatabaseLoaded ()
 
bool IsFinished () const
 
bool isFollowVehicle () const
 
Q_INVOKABLE bool isInDatabaseBoundingBox (double lat, double lon)
 
bool isLockedToPosition () const
 
bool isPreventMouseStealing () const
 
bool isVehicleAutoRotateMap () const
 
 MapWidget (QQuickItem *parent=nullptr)
 
void mouseMoveEvent (QMouseEvent *event) override
 
void mousePressEvent (QMouseEvent *event) override
 
void mouseReleaseEvent (QMouseEvent *event) override
 
void paint (QPainter *painter) override
 
Q_INVOKABLE QPointF screenPosition (double lat, double lon)
 
void setFollowVehicle (bool)
 
void setInteractiveIcons (bool b)
 
void setLockToPosition (bool)
 
void SetMapView (QObject *o)
 
void setPreventMouseStealing (bool b)
 
void SetRenderingType (QString type)
 
void setShowCurrentPosition (bool b)
 
void setVehicleAutoRotateMap (bool)
 
void setVehicleIconSize (double value)
 
void setVehicleInTunnelIconFile (const QString &file)
 
void setVehicleNoGpsSignalIconFile (const QString &file)
 
void SetVehiclePosition (QObject *o)
 
void setVehicleStandardIconFile (const QString &file)
 
bool stylesheetHasErrors () const
 
void touchEvent (QTouchEvent *event) override
 
void translateToTouch (QMouseEvent *event, Qt::TouchPointStates states)
 
void wheelEvent (QWheelEvent *event) override
 
 ~MapWidget () override
 

Static Public Member Functions

static QImage loadSVGIcon (const QString &directory, const QString fileName, double iconPixelSize)
 Helper for loading SVG graphics. More...
 

Properties

double angle
 
bool databaseLoaded
 
bool finished {false}
 
bool followVehicle
 
bool interactiveIcons
 
double lat
 
bool lockToPosition
 
double lon
 
double pixelSize
 
bool preventMouseStealing {false}
 This property holds whether the mouse events may be stolen from this Widget. More...
 
QString renderingType
 
bool showCurrentPosition {false}
 
int stylesheetErrorColumn
 
QString stylesheetErrorDescription
 
int stylesheetErrorLine
 
QString stylesheetFilename
 
bool stylesheetHasErrors
 
bool vehicleAutoRotateMap
 
double vehicleIconSize
 
QString vehicleInTunnelIconFile
 
QString vehicleNoGpsSignalIconFile
 
QObject vehiclePosition
 
QString vehicleStandardIconFile
 
QObject view
 
int zoomLevel
 
QString zoomLevelName
 

Detailed Description

Qt Quick widget for displaying map.

Type should to be registered by qmlRegisterType method and DBThread instance should be initialized before first usage.

Constructor & Destructor Documentation

◆ MapWidget()

◆ ~MapWidget()

osmscout::MapWidget::~MapWidget ( )
override

References view.

Member Function Documentation

◆ addOverlayObject

void osmscout::MapWidget::addOverlayObject ( int  id,
QObject *  o 
)
slot

Method for registering map overlay objects.

Usage from QML:

var way=map.createOverlayWay(); way.addPoint(50.09180646851823, 14.498789861494872); way.addPoint(50.09180646851823, 14.60); map.addOverlayObject(0,way);

Parameters
id
o

References osmscout::MapRenderer::addOverlayObject(), osmscout::OverlayObject::getObjectType(), osmscout::refArea, osmscout::refNode, and osmscout::refWay.

◆ addPositionMark

void osmscout::MapWidget::addPositionMark ( int  id,
double  lat,
double  lon 
)
slot

Add "mark" (small red circle) on top of map.

It will be rendered in UI thread, count of marks should be limited.

References lat, and lon.

◆ angleChanged

void osmscout::MapWidget::angleChanged ( )
signal

Referenced by changeView().

◆ changeView

◆ createOverlayArea

OverlayArea * osmscout::MapWidget::createOverlayArea ( QString  type = "_highlighted")
slot

◆ createOverlayNode

OverlayNode * osmscout::MapWidget::createOverlayNode ( QString  type = "_highlighted")
slot

◆ createOverlayWay

OverlayWay * osmscout::MapWidget::createOverlayWay ( QString  type = "_route")
slot

◆ databaseLoaded

void osmscout::MapWidget::databaseLoaded ( osmscout::GeoBox  )
signal

◆ deactivateIcons

void osmscout::MapWidget::deactivateIcons ( )
slot

◆ doubleTap

void osmscout::MapWidget::doubleTap ( const int  screenX,
const int  screenY,
const double  lat,
const double  lon 
)
signal

◆ finishedChanged

void osmscout::MapWidget::finishedChanged ( bool  finished)
signal

Referenced by paint().

◆ firstStylesheetErrorColumn()

int osmscout::MapWidget::firstStylesheetErrorColumn ( ) const

◆ firstStylesheetErrorDescription()

QString osmscout::MapWidget::firstStylesheetErrorDescription ( ) const

◆ firstStylesheetErrorLine()

int osmscout::MapWidget::firstStylesheetErrorLine ( ) const

◆ FlushCaches()

void osmscout::MapWidget::FlushCaches ( const std::chrono::milliseconds &  idleMs)

◆ focusOutEvent()

void osmscout::MapWidget::focusOutEvent ( QFocusEvent *  event)
override

◆ followVehicleChanged

void osmscout::MapWidget::followVehicleChanged ( )
signal

◆ GetAngle()

double osmscout::MapWidget::GetAngle ( ) const
inline

◆ GetCenter()

osmscout::GeoCoord osmscout::MapWidget::GetCenter ( ) const
inline

◆ GetLat()

double osmscout::MapWidget::GetLat ( ) const
inline

◆ GetLon()

double osmscout::MapWidget::GetLon ( ) const
inline

◆ GetMagLevel()

int osmscout::MapWidget::GetMagLevel ( ) const
inline

◆ GetPixelSize()

double osmscout::MapWidget::GetPixelSize ( ) const
inline

Referenced by changeView().

◆ getProjection()

osmscout::MercatorProjection osmscout::MapWidget::getProjection ( ) const
inline

◆ GetRenderingType()

QString osmscout::MapWidget::GetRenderingType ( ) const

◆ getShowCurrentPosition()

bool osmscout::MapWidget::getShowCurrentPosition ( ) const
inline

◆ GetStylesheetFilename()

QString osmscout::MapWidget::GetStylesheetFilename ( ) const

◆ getVehicleIconSize()

double osmscout::MapWidget::getVehicleIconSize ( ) const
inline

◆ getVehicleInTunnelIconFile()

QString osmscout::MapWidget::getVehicleInTunnelIconFile ( ) const
inline

◆ getVehicleNoGpsSignalIconFile()

QString osmscout::MapWidget::getVehicleNoGpsSignalIconFile ( ) const
inline

◆ GetVehiclePosition()

VehiclePosition* osmscout::MapWidget::GetVehiclePosition ( ) const
inline

◆ getVehicleStandardIconFile()

QString osmscout::MapWidget::getVehicleStandardIconFile ( ) const
inline

◆ GetView()

MapView* osmscout::MapWidget::GetView ( ) const
inline

◆ GetViewStruct()

MapViewStruct osmscout::MapWidget::GetViewStruct ( ) const

References view.

Referenced by paint().

◆ GetZoomLevelName()

QString osmscout::MapWidget::GetZoomLevelName ( ) const

◆ hasInteractiveIcons()

bool osmscout::MapWidget::hasInteractiveIcons ( ) const
inline

◆ hoverMoveEvent()

void osmscout::MapWidget::hoverMoveEvent ( QHoverEvent *  event)
override

◆ iconTapped

void osmscout::MapWidget::iconTapped ( QPoint  screenCoord,
double  lat,
double  lon,
QString  databasePath,
QString  objectType,
quint64  objectId,
int  poiId,
QString  type,
QString  name,
QString  altName,
QString  ref,
QString  operatorName,
QString  phone,
QString  website,
QString  openingHours 
)
signal

Referenced by onIconFound().

◆ isDatabaseLoaded()

bool osmscout::MapWidget::isDatabaseLoaded ( )

◆ IsFinished()

bool osmscout::MapWidget::IsFinished ( ) const
inline

◆ isFollowVehicle()

bool osmscout::MapWidget::isFollowVehicle ( ) const
inline

◆ isInDatabaseBoundingBox()

bool osmscout::MapWidget::isInDatabaseBoundingBox ( double  lat,
double  lon 
)

◆ isLockedToPosition()

bool osmscout::MapWidget::isLockedToPosition ( ) const
inline

◆ isPreventMouseStealing()

bool osmscout::MapWidget::isPreventMouseStealing ( ) const
inline

◆ isVehicleAutoRotateMap()

bool osmscout::MapWidget::isVehicleAutoRotateMap ( ) const
inline

◆ latChanged

void osmscout::MapWidget::latChanged ( )
signal

Referenced by changeView().

◆ loadSVGIcon()

QImage osmscout::MapWidget::loadSVGIcon ( const QString &  directory,
const QString  fileName,
double  iconPixelSize 
)
static

Helper for loading SVG graphics.

◆ locationChanged

void osmscout::MapWidget::locationChanged ( bool  locationValid,
double  lat,
double  lon,
bool  horizontalAccuracyValid = false,
double  horizontalAccuracy = 0,
const QDateTime &  lastUpdate = QDateTime::currentDateTime() 
)
slot

◆ lockToPositionChanged

void osmscout::MapWidget::lockToPositionChanged ( )
signal

◆ lonChanged

void osmscout::MapWidget::lonChanged ( )
signal

Referenced by changeView().

◆ longTap

void osmscout::MapWidget::longTap ( const int  screenX,
const int  screenY,
const double  lat,
const double  lon 
)
signal

◆ magLevelChanged

void osmscout::MapWidget::magLevelChanged ( )
signal

Referenced by changeView().

◆ mouseMove

void osmscout::MapWidget::mouseMove ( const int  screenX,
const int  screenY,
const double  lat,
const double  lon,
const Qt::KeyboardModifiers  modifiers 
)
signal

Referenced by hoverMoveEvent().

◆ mouseMoveEvent()

void osmscout::MapWidget::mouseMoveEvent ( QMouseEvent *  event)
override

References translateToTouch().

◆ mousePressEvent()

void osmscout::MapWidget::mousePressEvent ( QMouseEvent *  event)
override

References translateToTouch().

◆ mouseReleaseEvent()

void osmscout::MapWidget::mouseReleaseEvent ( QMouseEvent *  event)
override

References translateToTouch().

◆ move

void osmscout::MapWidget::move ( QVector2D  vector)
slot

◆ moveDown

void osmscout::MapWidget::moveDown ( )
slot

References move().

◆ moveLeft

void osmscout::MapWidget::moveLeft ( )
slot

References move().

◆ moveRight

void osmscout::MapWidget::moveRight ( )
slot

References move().

◆ moveUp

void osmscout::MapWidget::moveUp ( )
slot

References move().

◆ objectPicked

void osmscout::MapWidget::objectPicked ( const ObjectFileRef  object)
signal

◆ onIconFound

◆ paint()

◆ pivotBy

void osmscout::MapWidget::pivotBy ( double  angleChange)
slot

◆ pixelSizeChanged

void osmscout::MapWidget::pixelSizeChanged ( )
signal

Referenced by changeView().

◆ recenter

◆ redraw

◆ reloadStyle

void osmscout::MapWidget::reloadStyle ( )
slot

◆ reloadTmpStyle

void osmscout::MapWidget::reloadTmpStyle ( )
slot

◆ removeAllOverlayObjects

void osmscout::MapWidget::removeAllOverlayObjects ( )
slot

◆ removeOverlayObject

void osmscout::MapWidget::removeOverlayObject ( int  id)
slot

◆ removePositionMark

void osmscout::MapWidget::removePositionMark ( int  id)
slot

◆ renderingTypeChanged

void osmscout::MapWidget::renderingTypeChanged ( QString  type)
signal

Referenced by SetRenderingType().

◆ rotateLeft

void osmscout::MapWidget::rotateLeft ( )
slot

◆ rotateRight

void osmscout::MapWidget::rotateRight ( )
slot

◆ rotateTo

void osmscout::MapWidget::rotateTo ( double  angle)
slot

Rotate view to specified angle [radians; [0 ~ 2*PI) ].

Parameters
angle

References angle, osmscout::InputHandler::rotateTo(), and view.

◆ screenChanged

void osmscout::MapWidget::screenChanged ( QScreen *  )
signal

◆ screenPosition()

QPointF osmscout::MapWidget::screenPosition ( double  lat,
double  lon 
)

◆ setFollowVehicle()

void osmscout::MapWidget::setFollowVehicle ( bool  follow)

◆ setInteractiveIcons()

void osmscout::MapWidget::setInteractiveIcons ( bool  b)

◆ setLockToPosition()

void osmscout::MapWidget::setLockToPosition ( bool  lock)

◆ SetMapView()

void osmscout::MapWidget::SetMapView ( QObject *  o)
inline

◆ setPreventMouseStealing()

void osmscout::MapWidget::setPreventMouseStealing ( bool  b)
inline

◆ SetRenderingType()

◆ setShowCurrentPosition()

void osmscout::MapWidget::setShowCurrentPosition ( bool  b)
inline

◆ setVehicleAutoRotateMap()

void osmscout::MapWidget::setVehicleAutoRotateMap ( bool  b)

◆ setVehicleIconSize()

void osmscout::MapWidget::setVehicleIconSize ( double  value)
inline

◆ setVehicleInTunnelIconFile()

void osmscout::MapWidget::setVehicleInTunnelIconFile ( const QString &  file)
inline

◆ setVehicleNoGpsSignalIconFile()

void osmscout::MapWidget::setVehicleNoGpsSignalIconFile ( const QString &  file)
inline

◆ SetVehiclePosition()

void osmscout::MapWidget::SetVehiclePosition ( QObject *  o)

◆ setVehicleScaleFactor

void osmscout::MapWidget::setVehicleScaleFactor ( float  factor)
slot

Method for configuring the aspect ratio of painted items.

Default value is 1.0. Using HiDPI it is required to set the value according with the scale factor.

Parameters
ratio

References redraw().

◆ setVehicleStandardIconFile()

void osmscout::MapWidget::setVehicleStandardIconFile ( const QString &  file)
inline

◆ showCoordinates [1/2]

void osmscout::MapWidget::showCoordinates ( double  lat,
double  lon 
)
slot

◆ showCoordinates [2/2]

void osmscout::MapWidget::showCoordinates ( osmscout::GeoCoord  coord,
osmscout::Magnification  magnification 
)
slot

◆ showCoordinatesInstantly [1/2]

void osmscout::MapWidget::showCoordinatesInstantly ( double  lat,
double  lon 
)
slot

◆ showCoordinatesInstantly [2/2]

void osmscout::MapWidget::showCoordinatesInstantly ( osmscout::GeoCoord  coord,
osmscout::Magnification  magnification 
)
slot

◆ showLocation

◆ styleErrorsChanged

void osmscout::MapWidget::styleErrorsChanged ( )
signal

◆ stylesheetFilenameChanged

void osmscout::MapWidget::stylesheetFilenameChanged ( )
signal

◆ stylesheetHasErrors()

bool osmscout::MapWidget::stylesheetHasErrors ( ) const

◆ tap

void osmscout::MapWidget::tap ( const int  screenX,
const int  screenY,
const double  lat,
const double  lon 
)
signal

◆ tapLongTap

void osmscout::MapWidget::tapLongTap ( const int  screenX,
const int  screenY,
const double  lat,
const double  lon 
)
signal

◆ toggleDaylight

void osmscout::MapWidget::toggleDaylight ( )
slot

◆ toggleDebug

bool osmscout::MapWidget::toggleDebug ( )
slot

◆ toggleInfo

bool osmscout::MapWidget::toggleInfo ( )
slot

◆ touchEvent()

void osmscout::MapWidget::touchEvent ( QTouchEvent *  event)
override

◆ translateToTouch()

void osmscout::MapWidget::translateToTouch ( QMouseEvent *  event,
Qt::TouchPointStates  states 
)

◆ vehicleAutoRotateMapChanged

void osmscout::MapWidget::vehicleAutoRotateMapChanged ( )
signal

Referenced by setVehicleAutoRotateMap().

◆ viewChanged

void osmscout::MapWidget::viewChanged ( )
signal

Referenced by changeView().

◆ wheelEvent()

void osmscout::MapWidget::wheelEvent ( QWheelEvent *  event)
override

References zoomIn(), and zoomOut().

◆ zoom [1/2]

void osmscout::MapWidget::zoom ( double  zoomFactor)
slot

Referenced by zoomIn(), and zoomOut().

◆ zoom [2/2]

void osmscout::MapWidget::zoom ( double  zoomFactor,
const QPoint  widgetPosition 
)
slot

◆ zoomIn [1/2]

void osmscout::MapWidget::zoomIn ( double  zoomFactor)
slot

Referenced by wheelEvent().

◆ zoomIn [2/2]

void osmscout::MapWidget::zoomIn ( double  zoomFactor,
const QPoint  widgetPosition 
)
slot

References zoom().

◆ zoomOut [1/2]

void osmscout::MapWidget::zoomOut ( double  zoomFactor)
slot

Referenced by wheelEvent().

◆ zoomOut [2/2]

void osmscout::MapWidget::zoomOut ( double  zoomFactor,
const QPoint  widgetPosition 
)
slot

References zoom().

Property Documentation

◆ angle

double osmscout::MapWidget::angle
read

Referenced by rotateTo().

◆ databaseLoaded

bool osmscout::MapWidget::databaseLoaded
read

◆ finished

bool osmscout::MapWidget::finished {false}
read

Referenced by paint().

◆ followVehicle

bool osmscout::MapWidget::followVehicle
readwrite

◆ interactiveIcons

bool osmscout::MapWidget::interactiveIcons
readwrite

◆ lat

◆ lockToPosition

bool osmscout::MapWidget::lockToPosition
readwrite

◆ lon

◆ pixelSize

double osmscout::MapWidget::pixelSize
read

◆ preventMouseStealing

bool osmscout::MapWidget::preventMouseStealing {false}
readwrite

This property holds whether the mouse events may be stolen from this Widget.

By default this property is false. see https://doc.qt.io/qt-5/qml-qtquick-mousearea.html#preventStealing-prop

Referenced by touchEvent().

◆ renderingType

QString osmscout::MapWidget::renderingType
readwrite

◆ showCurrentPosition

bool osmscout::MapWidget::showCurrentPosition {false}
readwrite

Referenced by paint().

◆ stylesheetErrorColumn

int osmscout::MapWidget::stylesheetErrorColumn
read

◆ stylesheetErrorDescription

QString osmscout::MapWidget::stylesheetErrorDescription
read

◆ stylesheetErrorLine

int osmscout::MapWidget::stylesheetErrorLine
read

◆ stylesheetFilename

QString osmscout::MapWidget::stylesheetFilename
read

◆ stylesheetHasErrors

bool osmscout::MapWidget::stylesheetHasErrors
read

◆ vehicleAutoRotateMap

bool osmscout::MapWidget::vehicleAutoRotateMap
readwrite

◆ vehicleIconSize

double osmscout::MapWidget::vehicleIconSize
readwrite

◆ vehicleInTunnelIconFile

QString osmscout::MapWidget::vehicleInTunnelIconFile
readwrite

◆ vehicleNoGpsSignalIconFile

QString osmscout::MapWidget::vehicleNoGpsSignalIconFile
readwrite

◆ vehiclePosition

QObject osmscout::MapWidget::vehiclePosition
readwrite

◆ vehicleStandardIconFile

QString osmscout::MapWidget::vehicleStandardIconFile
readwrite

◆ view

◆ zoomLevel

int osmscout::MapWidget::zoomLevel
read

◆ zoomLevelName

QString osmscout::MapWidget::zoomLevelName
read

The documentation for this class was generated from the following files: