![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 28 of file qgeomaneuver_p.h.
| QGeoManeuver::InstructionDirection QGeoManeuverPrivate::direction | ( | ) | const |
Definition at line 424 of file qgeomaneuver.cpp.
| qreal QGeoManeuverPrivate::distanceToNextInstruction | ( | ) | const |
Definition at line 444 of file qgeomaneuver.cpp.
| bool QGeoManeuverPrivate::equals | ( | const QGeoManeuverPrivate & | other | ) | const |
Definition at line 370 of file qgeomaneuver.cpp.
| QVariantMap QGeoManeuverPrivate::extendedAttributes | ( | ) | const |
Definition at line 464 of file qgeomaneuver.cpp.
| QString QGeoManeuverPrivate::id | ( | ) | const |
Definition at line 394 of file qgeomaneuver.cpp.
| QGeoCoordinate QGeoManeuverPrivate::position | ( | ) | const |
Definition at line 404 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setDirection | ( | QGeoManeuver::InstructionDirection | direction | ) |
Definition at line 429 of file qgeomaneuver.cpp.
Definition at line 449 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setExtendedAttributes | ( | const QVariantMap & | extendedAttributes | ) |
Definition at line 469 of file qgeomaneuver.cpp.
Definition at line 399 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setPosition | ( | const QGeoCoordinate & | position | ) |
Definition at line 409 of file qgeomaneuver.cpp.
Definition at line 419 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setTimeToNextInstruction | ( | int | timeToNextInstruction | ) |
Definition at line 439 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setValid | ( | bool | valid | ) |
Definition at line 389 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setWaypoint | ( | const QGeoCoordinate & | waypoint | ) |
Definition at line 459 of file qgeomaneuver.cpp.
| QString QGeoManeuverPrivate::text | ( | ) | const |
Definition at line 414 of file qgeomaneuver.cpp.
| int QGeoManeuverPrivate::timeToNextInstruction | ( | ) | const |
Definition at line 434 of file qgeomaneuver.cpp.
| bool QGeoManeuverPrivate::valid | ( | ) | const |
Definition at line 384 of file qgeomaneuver.cpp.
| QGeoCoordinate QGeoManeuverPrivate::waypoint | ( | ) | const |
Definition at line 454 of file qgeomaneuver.cpp.
| QGeoManeuver::InstructionDirection QGeoManeuverPrivate::m_direction = QGeoManeuver::NoDirection |
Definition at line 66 of file qgeomaneuver_p.h.
| qreal QGeoManeuverPrivate::m_distanceToNextInstruction = 0.0 |
Definition at line 65 of file qgeomaneuver_p.h.
| QVariantMap QGeoManeuverPrivate::m_extendedAttributes |
Definition at line 64 of file qgeomaneuver_p.h.
| QString QGeoManeuverPrivate::m_id |
Definition at line 60 of file qgeomaneuver_p.h.
| QGeoCoordinate QGeoManeuverPrivate::m_position |
Definition at line 61 of file qgeomaneuver_p.h.
| QString QGeoManeuverPrivate::m_text |
Definition at line 62 of file qgeomaneuver_p.h.
| int QGeoManeuverPrivate::m_timeToNextInstruction = 0 |
Definition at line 67 of file qgeomaneuver_p.h.
| bool QGeoManeuverPrivate::m_valid = false |
Definition at line 68 of file qgeomaneuver_p.h.
| QGeoCoordinate QGeoManeuverPrivate::m_waypoint |
Definition at line 63 of file qgeomaneuver_p.h.