Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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

◆ updateSegment()

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

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