#include <FlightPathSegment.h>
Definition at line 14 of file FlightPathSegment.h.
◆ SegmentType
| Enumerator |
|---|
| SegmentTypeTakeoff | |
| SegmentTypeGeneric | |
| SegmentTypeLand | |
| SegmentTypeTerrainFrame | |
Definition at line 20 of file FlightPathSegment.h.
◆ FlightPathSegment()
| FlightPathSegment::FlightPathSegment |
( |
SegmentType |
segmentType, |
|
|
const QGeoCoordinate & |
coord1, |
|
|
double |
coord1AMSLAlt, |
|
|
const QGeoCoordinate & |
coord2, |
|
|
double |
coord2AMSLAlt, |
|
|
bool |
queryTerrainData, |
|
|
QObject * |
parent |
|
) |
| |
◆ amslTerrainHeights()
| const QVariantList & FlightPathSegment::amslTerrainHeights |
( |
void |
| ) |
const |
|
inline |
◆ amslTerrainHeightsChanged
| void FlightPathSegment::amslTerrainHeightsChanged |
( |
void |
| ) |
|
|
signal |
◆ coord1AMSLAlt()
| double FlightPathSegment::coord1AMSLAlt |
( |
void |
| ) |
const |
|
inline |
◆ coord1AMSLAltChanged
| void FlightPathSegment::coord1AMSLAltChanged |
( |
void |
| ) |
|
|
signal |
◆ coord2AMSLAlt()
| double FlightPathSegment::coord2AMSLAlt |
( |
void |
| ) |
const |
|
inline |
◆ coord2AMSLAltChanged
| void FlightPathSegment::coord2AMSLAltChanged |
( |
void |
| ) |
|
|
signal |
◆ coordinate1Changed [1/2]
| void FlightPathSegment::coordinate1Changed |
( |
QGeoCoordinate |
coordinate | ) |
|
|
signal |
◆ coordinate1Changed() [2/2]
| QGeoCoordinate coordinate1 MEMBER _coord1 NOTIFY FlightPathSegment::coordinate1Changed |
( |
QGeoCoordinate coordinate2 MEMBER _coord2 NOTIFY |
coordinate2Changed | ) |
const |
|
inlinefinal |
◆ coordinate2()
| QGeoCoordinate FlightPathSegment::coordinate2 |
( |
void |
| ) |
const |
|
inline |
◆ coordinate2Changed
| void FlightPathSegment::coordinate2Changed |
( |
QGeoCoordinate |
coordinate | ) |
|
|
signal |
◆ distanceBetween()
| double FlightPathSegment::distanceBetween |
( |
void |
| ) |
const |
|
inline |
◆ distanceBetweenChanged
| void FlightPathSegment::distanceBetweenChanged |
( |
double |
distanceBetween | ) |
|
|
signal |
◆ finalDistanceBetween()
| double FlightPathSegment::finalDistanceBetween |
( |
void |
| ) |
const |
|
inline |
◆ finalDistanceBetweenChanged
| void FlightPathSegment::finalDistanceBetweenChanged |
( |
double |
finalDistanceBetween | ) |
|
|
signal |
◆ segmentType()
| SegmentType FlightPathSegment::segmentType |
( |
void |
| ) |
const |
|
inline |
◆ setCoord1AMSLAlt
| void FlightPathSegment::setCoord1AMSLAlt |
( |
double |
alt | ) |
|
|
slot |
◆ setCoord2AMSLAlt
| void FlightPathSegment::setCoord2AMSLAlt |
( |
double |
alt | ) |
|
|
slot |
◆ setCoordinate1
| void FlightPathSegment::setCoordinate1 |
( |
const QGeoCoordinate & |
coordinate | ) |
|
|
slot |
◆ setCoordinate2
| void FlightPathSegment::setCoordinate2 |
( |
const QGeoCoordinate & |
coordinate | ) |
|
|
slot |
◆ setSpecialVisual()
| void FlightPathSegment::setSpecialVisual |
( |
bool |
specialVisual | ) |
|
◆ specialVisual()
| bool FlightPathSegment::specialVisual |
( |
void |
| ) |
const |
|
inline |
◆ specialVisualChanged
| void FlightPathSegment::specialVisualChanged |
( |
bool |
specialVisual | ) |
|
|
signal |
◆ terrainCollision()
| bool FlightPathSegment::terrainCollision |
( |
void |
| ) |
const |
|
inline |
◆ terrainCollisionChanged
| void FlightPathSegment::terrainCollisionChanged |
( |
bool |
terrainCollision | ) |
|
|
signal |
◆ totalDistance()
| double FlightPathSegment::totalDistance |
( |
void |
| ) |
const |
|
inline |
◆ totalDistanceChanged
| void FlightPathSegment::totalDistanceChanged |
( |
double |
totalDistance | ) |
|
|
signal |
The documentation for this class was generated from the following files: