![]() |
Qt 6.x
The Qt SDK
|
#include <qgeomaneuver_p.h>
Inheritance diagram for QGeoManeuverPrivate:
Collaboration diagram for QGeoManeuverPrivate: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.
References m_direction.
Referenced by QGeoManeuver::direction(), equals(), and setDirection().
Here is the caller graph for this function:| qreal QGeoManeuverPrivate::distanceToNextInstruction | ( | ) | const |
Definition at line 443 of file qgeomaneuver.cpp.
References m_distanceToNextInstruction.
Referenced by QGeoManeuver::distanceToNextInstruction(), equals(), and setDistanceToNextInstruction().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| QVariantMap QGeoManeuverPrivate::extendedAttributes | ( | ) | const |
Definition at line 463 of file qgeomaneuver.cpp.
References m_extendedAttributes.
Referenced by QGeoManeuver::extendedAttributes(), and setExtendedAttributes().
Here is the caller graph for this function:| QString QGeoManeuverPrivate::id | ( | ) | const |
Definition at line 393 of file qgeomaneuver.cpp.
References m_id.
Referenced by setId().
Here is the caller graph for this function:| QGeoCoordinate QGeoManeuverPrivate::position | ( | ) | const |
Definition at line 403 of file qgeomaneuver.cpp.
References m_position.
Referenced by equals(), QGeoManeuver::position(), and setPosition().
Here is the caller graph for this function:| void QGeoManeuverPrivate::setDirection | ( | QGeoManeuver::InstructionDirection | direction | ) |
Definition at line 428 of file qgeomaneuver.cpp.
References direction(), and m_direction.
Referenced by QGeoManeuver::setDirection().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 448 of file qgeomaneuver.cpp.
References distanceToNextInstruction(), and m_distanceToNextInstruction.
Referenced by QGeoManeuver::setDistanceToNextInstruction().
Here is the call graph for this function:
Here is the caller graph for this function:| void QGeoManeuverPrivate::setExtendedAttributes | ( | const QVariantMap & | extendedAttributes | ) |
Definition at line 468 of file qgeomaneuver.cpp.
References extendedAttributes(), and m_extendedAttributes.
Referenced by QGeoManeuver::setExtendedAttributes().
Here is the call graph for this function:
Here is the caller graph for this function:| void QGeoManeuverPrivate::setPosition | ( | const QGeoCoordinate & | position | ) |
Definition at line 408 of file qgeomaneuver.cpp.
References m_position, and position().
Referenced by QGeoManeuver::setPosition().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 418 of file qgeomaneuver.cpp.
References m_text, and text().
Referenced by QGeoManeuver::setInstructionText().
Here is the call graph for this function:
Here is the caller graph for this function:| void QGeoManeuverPrivate::setTimeToNextInstruction | ( | int | timeToNextInstruction | ) |
Definition at line 438 of file qgeomaneuver.cpp.
References m_timeToNextInstruction, and timeToNextInstruction().
Referenced by QGeoManeuver::setTimeToNextInstruction().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| void QGeoManeuverPrivate::setWaypoint | ( | const QGeoCoordinate & | waypoint | ) |
Definition at line 458 of file qgeomaneuver.cpp.
References m_waypoint, and waypoint().
Referenced by QGeoManeuver::setWaypoint().
Here is the call graph for this function:
Here is the caller graph for this function:| QString QGeoManeuverPrivate::text | ( | ) | const |
Definition at line 413 of file qgeomaneuver.cpp.
References m_text.
Referenced by equals(), QGeoManeuver::instructionText(), and setText().
Here is the caller graph for this function:| int QGeoManeuverPrivate::timeToNextInstruction | ( | ) | const |
Definition at line 433 of file qgeomaneuver.cpp.
References m_timeToNextInstruction.
Referenced by equals(), setTimeToNextInstruction(), and QGeoManeuver::timeToNextInstruction().
Here is the caller graph for this function:| bool QGeoManeuverPrivate::valid | ( | ) | const |
Definition at line 383 of file qgeomaneuver.cpp.
References m_valid.
Referenced by equals(), QGeoManeuver::isValid(), and setValid().
Here is the caller graph for this function:| QGeoCoordinate QGeoManeuverPrivate::waypoint | ( | ) | const |
Definition at line 453 of file qgeomaneuver.cpp.
References m_waypoint.
Referenced by equals(), setWaypoint(), and QGeoManeuver::waypoint().
Here is the caller graph for this function:| 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().