![]() |
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 27 of file qgeomaneuver_p.h.
| QGeoManeuver::InstructionDirection QGeoManeuverPrivate::direction | ( | ) | const |
Definition at line 423 of file qgeomaneuver.cpp.
| qreal QGeoManeuverPrivate::distanceToNextInstruction | ( | ) | const |
Definition at line 443 of file qgeomaneuver.cpp.
| bool QGeoManeuverPrivate::equals | ( | const QGeoManeuverPrivate & | other | ) | const |
Definition at line 369 of file qgeomaneuver.cpp.
| QVariantMap QGeoManeuverPrivate::extendedAttributes | ( | ) | const |
Definition at line 463 of file qgeomaneuver.cpp.
| QString QGeoManeuverPrivate::id | ( | ) | const |
Definition at line 393 of file qgeomaneuver.cpp.
| QGeoCoordinate QGeoManeuverPrivate::position | ( | ) | const |
Definition at line 403 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setDirection | ( | QGeoManeuver::InstructionDirection | direction | ) |
Definition at line 428 of file qgeomaneuver.cpp.
Definition at line 448 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setExtendedAttributes | ( | const QVariantMap & | extendedAttributes | ) |
Definition at line 468 of file qgeomaneuver.cpp.
Definition at line 398 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setPosition | ( | const QGeoCoordinate & | position | ) |
Definition at line 408 of file qgeomaneuver.cpp.
Definition at line 418 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setTimeToNextInstruction | ( | int | timeToNextInstruction | ) |
Definition at line 438 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setValid | ( | bool | valid | ) |
Definition at line 388 of file qgeomaneuver.cpp.
| void QGeoManeuverPrivate::setWaypoint | ( | const QGeoCoordinate & | waypoint | ) |
Definition at line 458 of file qgeomaneuver.cpp.
| QString QGeoManeuverPrivate::text | ( | ) | const |
Definition at line 413 of file qgeomaneuver.cpp.
| int QGeoManeuverPrivate::timeToNextInstruction | ( | ) | const |
Definition at line 433 of file qgeomaneuver.cpp.
| bool QGeoManeuverPrivate::valid | ( | ) | const |
Definition at line 383 of file qgeomaneuver.cpp.
| QGeoCoordinate QGeoManeuverPrivate::waypoint | ( | ) | const |
Definition at line 453 of file qgeomaneuver.cpp.
| QGeoManeuver::InstructionDirection QGeoManeuverPrivate::m_direction = QGeoManeuver::NoDirection |
Definition at line 65 of file qgeomaneuver_p.h.
| qreal QGeoManeuverPrivate::m_distanceToNextInstruction = 0.0 |
Definition at line 64 of file qgeomaneuver_p.h.
| QVariantMap QGeoManeuverPrivate::m_extendedAttributes |
Definition at line 63 of file qgeomaneuver_p.h.
| 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.
| 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.
| bool QGeoManeuverPrivate::m_valid = false |
Definition at line 67 of file qgeomaneuver_p.h.
| QGeoCoordinate QGeoManeuverPrivate::m_waypoint |
Definition at line 62 of file qgeomaneuver_p.h.