Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGeoRouteParserOsrmV5Extension Class Referenceabstract

#include <qgeorouteparserosrmv5_p.h>

+ Inheritance diagram for QGeoRouteParserOsrmV5Extension:
+ Collaboration diagram for QGeoRouteParserOsrmV5Extension:

Public Member Functions

 QGeoRouteParserOsrmV5Extension ()
 
virtual ~QGeoRouteParserOsrmV5Extension ()
 
virtual void updateQuery (QUrlQuery &query) const =0
 
virtual void updateSegment (QGeoRouteSegment &segment, const QJsonObject &step, const QJsonObject &maneuver) const =0
 

Detailed Description

Definition at line 26 of file qgeorouteparserosrmv5_p.h.

Constructor & Destructor Documentation

◆ QGeoRouteParserOsrmV5Extension()

QGeoRouteParserOsrmV5Extension::QGeoRouteParserOsrmV5Extension ( )
inline

Definition at line 29 of file qgeorouteparserosrmv5_p.h.

◆ ~QGeoRouteParserOsrmV5Extension()

virtual QGeoRouteParserOsrmV5Extension::~QGeoRouteParserOsrmV5Extension ( )
inlinevirtual

Definition at line 33 of file qgeorouteparserosrmv5_p.h.

Member Function Documentation

◆ updateQuery()

virtual void QGeoRouteParserOsrmV5Extension::updateQuery ( QUrlQuery & query) const
pure virtual

Implemented in QGeoRouteParserOsrmV5ExtensionMapbox.

Referenced by QGeoRouteParserOsrmV5Private::requestUrl().

+ Here is the caller graph for this function:

◆ updateSegment()

virtual void QGeoRouteParserOsrmV5Extension::updateSegment ( QGeoRouteSegment & segment,
const QJsonObject & step,
const QJsonObject & maneuver ) const
pure virtual

Implemented in QGeoRouteParserOsrmV5ExtensionMapbox.

Referenced by QGeoRouteParserOsrmV5Private::parseStep().

+ Here is the caller graph for this function:

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