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
QGeoManeuverDerived Struct Reference

#include <qgeomaneuverderived_p.h>

Inheritance diagram for QGeoManeuverDerived:
Collaboration diagram for QGeoManeuverDerived:

Additional Inherited Members

Public Types inherited from QGeoManeuver
enum  InstructionDirection {
  NoDirection , DirectionForward , DirectionBearRight , DirectionLightRight ,
  DirectionRight , DirectionHardRight , DirectionUTurnRight , DirectionUTurnLeft ,
  DirectionHardLeft , DirectionLeft , DirectionLightLeft , DirectionBearLeft
}
 \qmltype routeManeuver \inqmlmodule QtLocation More...
Public Member Functions inherited from QGeoManeuver
 QGeoManeuver ()
 Constructs a invalid maneuver object.
 QGeoManeuver (const QGeoManeuver &other) noexcept
 Constructs a maneuver object from the contents of other.
 QGeoManeuver (QGeoManeuver &&other) noexcept=default
 ~QGeoManeuver ()
 Destroys this maneuver object.
QGeoManeuveroperator= (const QGeoManeuver &other)
 Assigns other to this maneuver object and then returns a reference to this maneuver object.
void swap (QGeoManeuver &other) noexcept
bool isValid () const
void setPosition (const QGeoCoordinate &position)
QGeoCoordinate position () const
void setInstructionText (const QString &instructionText)
QString instructionText () const
void setDirection (InstructionDirection direction)
InstructionDirection direction () const
void setTimeToNextInstruction (int secs)
int timeToNextInstruction () const
void setDistanceToNextInstruction (qreal distance)
qreal distanceToNextInstruction () const
void setWaypoint (const QGeoCoordinate &coordinate)
QGeoCoordinate waypoint () const
void setExtendedAttributes (const QVariantMap &extendedAttributes)
QVariantMap extendedAttributes () const
Properties inherited from QGeoManeuver
QML_STRUCTURED_VALUEbool valid
 \qmlproperty bool routeManeuver::valid
QGeoCoordinate position
 \qmlproperty coordinate routeManeuver::position
QString instructionText
 \qmlproperty string routeManeuver::instructionText
InstructionDirection direction
 \qmlproperty enumeration routeManeuver::direction
int timeToNextInstruction
 \qmlproperty int routeManeuver::timeToNextInstruction
qreal distanceToNextInstruction
 \qmlproperty real routeManeuver::distanceToNextInstruction
QGeoCoordinate waypoint
 \qmlproperty coordinate routeManeuver::waypoint
QVariantMap extendedAttributes
 \qmlproperty Object routeManeuver::extendedAttributes

Detailed Description

Definition at line 26 of file qgeomaneuverderived_p.h.


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