![]() |
Qt 6.x
The Qt SDK
|
#include <qgeomaneuver_p.h>
Public Attributes | |
QString | m_id |
QGeoCoordinate | m_position |
QString | m_text |
QGeoCoordinate | m_waypoint |
QVariantMap | m_extendedAttributes |
qreal | m_distanceToNextInstruction = 0.0 |
QGeoManeuver::InstructionDirection | m_direction = QGeoManeuver::NoDirection |
int | m_timeToNextInstruction = 0 |
bool | m_valid = false |
![]() | |
QAtomicInt | ref |
Definition at line 27 of file qgeomaneuver_p.h.
QGeoManeuver::InstructionDirection QGeoManeuverPrivate::direction | ( | ) | const |
Definition at line 423 of file qgeomaneuver.cpp.
References m_direction.
Referenced by QGeoManeuver::direction(), equals(), and setDirection().
qreal QGeoManeuverPrivate::distanceToNextInstruction | ( | ) | const |
Definition at line 443 of file qgeomaneuver.cpp.
References m_distanceToNextInstruction.
Referenced by QGeoManeuver::distanceToNextInstruction(), equals(), and setDistanceToNextInstruction().
bool QGeoManeuverPrivate::equals | ( | const QGeoManeuverPrivate & | other | ) | const |
Definition at line 369 of file qgeomaneuver.cpp.
References direction(), distanceToNextInstruction(), other(), position(), text(), timeToNextInstruction(), valid(), and waypoint().
QVariantMap QGeoManeuverPrivate::extendedAttributes | ( | ) | const |
Definition at line 463 of file qgeomaneuver.cpp.
References m_extendedAttributes.
Referenced by QGeoManeuver::extendedAttributes(), and setExtendedAttributes().
QString QGeoManeuverPrivate::id | ( | ) | const |
Definition at line 393 of file qgeomaneuver.cpp.
References m_id.
Referenced by setId().
QGeoCoordinate QGeoManeuverPrivate::position | ( | ) | const |
Definition at line 403 of file qgeomaneuver.cpp.
References m_position.
Referenced by equals(), QGeoManeuver::position(), and setPosition().
void QGeoManeuverPrivate::setDirection | ( | QGeoManeuver::InstructionDirection | direction | ) |
Definition at line 428 of file qgeomaneuver.cpp.
References direction(), and m_direction.
Referenced by QGeoManeuver::setDirection().
Definition at line 448 of file qgeomaneuver.cpp.
References distanceToNextInstruction(), and m_distanceToNextInstruction.
Referenced by QGeoManeuver::setDistanceToNextInstruction().
void QGeoManeuverPrivate::setExtendedAttributes | ( | const QVariantMap & | extendedAttributes | ) |
Definition at line 468 of file qgeomaneuver.cpp.
References extendedAttributes(), and m_extendedAttributes.
Referenced by QGeoManeuver::setExtendedAttributes().
void QGeoManeuverPrivate::setPosition | ( | const QGeoCoordinate & | position | ) |
Definition at line 408 of file qgeomaneuver.cpp.
References m_position, and position().
Referenced by QGeoManeuver::setPosition().
Definition at line 418 of file qgeomaneuver.cpp.
References m_text, and text().
Referenced by QGeoManeuver::setInstructionText().
void QGeoManeuverPrivate::setTimeToNextInstruction | ( | int | timeToNextInstruction | ) |
Definition at line 438 of file qgeomaneuver.cpp.
References m_timeToNextInstruction, and timeToNextInstruction().
Referenced by QGeoManeuver::setTimeToNextInstruction().
void QGeoManeuverPrivate::setValid | ( | bool | valid | ) |
Definition at line 388 of file qgeomaneuver.cpp.
References m_valid, and valid().
Referenced by QGeoManeuver::setDirection(), QGeoManeuver::setDistanceToNextInstruction(), QGeoManeuver::setExtendedAttributes(), QGeoManeuver::setInstructionText(), QGeoManeuver::setPosition(), QGeoManeuver::setTimeToNextInstruction(), and QGeoManeuver::setWaypoint().
void QGeoManeuverPrivate::setWaypoint | ( | const QGeoCoordinate & | waypoint | ) |
Definition at line 458 of file qgeomaneuver.cpp.
References m_waypoint, and waypoint().
Referenced by QGeoManeuver::setWaypoint().
QString QGeoManeuverPrivate::text | ( | ) | const |
Definition at line 413 of file qgeomaneuver.cpp.
References m_text.
Referenced by equals(), QGeoManeuver::instructionText(), and setText().
int QGeoManeuverPrivate::timeToNextInstruction | ( | ) | const |
Definition at line 433 of file qgeomaneuver.cpp.
References m_timeToNextInstruction.
Referenced by equals(), setTimeToNextInstruction(), and QGeoManeuver::timeToNextInstruction().
bool QGeoManeuverPrivate::valid | ( | ) | const |
Definition at line 383 of file qgeomaneuver.cpp.
References m_valid.
Referenced by equals(), QGeoManeuver::isValid(), and setValid().
QGeoCoordinate QGeoManeuverPrivate::waypoint | ( | ) | const |
Definition at line 453 of file qgeomaneuver.cpp.
References m_waypoint.
Referenced by equals(), setWaypoint(), and QGeoManeuver::waypoint().
QGeoManeuver::InstructionDirection QGeoManeuverPrivate::m_direction = QGeoManeuver::NoDirection |
Definition at line 65 of file qgeomaneuver_p.h.
Referenced by direction(), and setDirection().
qreal QGeoManeuverPrivate::m_distanceToNextInstruction = 0.0 |
Definition at line 64 of file qgeomaneuver_p.h.
Referenced by distanceToNextInstruction(), and setDistanceToNextInstruction().
QVariantMap QGeoManeuverPrivate::m_extendedAttributes |
Definition at line 63 of file qgeomaneuver_p.h.
Referenced by extendedAttributes(), and setExtendedAttributes().
QString QGeoManeuverPrivate::m_id |
Definition at line 59 of file qgeomaneuver_p.h.
QGeoCoordinate QGeoManeuverPrivate::m_position |
Definition at line 60 of file qgeomaneuver_p.h.
Referenced by position(), and setPosition().
QString QGeoManeuverPrivate::m_text |
Definition at line 61 of file qgeomaneuver_p.h.
int QGeoManeuverPrivate::m_timeToNextInstruction = 0 |
Definition at line 66 of file qgeomaneuver_p.h.
Referenced by setTimeToNextInstruction(), and timeToNextInstruction().
bool QGeoManeuverPrivate::m_valid = false |
Definition at line 67 of file qgeomaneuver_p.h.
Referenced by setValid(), and valid().
QGeoCoordinate QGeoManeuverPrivate::m_waypoint |
Definition at line 62 of file qgeomaneuver_p.h.
Referenced by setWaypoint(), and waypoint().