#include <QmlPositioned.hxx>
Inherits QObject.
|
enum | Type {
Invalid = FGPositioned::INVALID
, Airport = FGPositioned::AIRPORT
, Heliport = FGPositioned::HELIPORT
, Seaport = FGPositioned::SEAPORT
,
Runway = FGPositioned::RUNWAY
, Helipad = FGPositioned::HELIPAD
, Taxiway = FGPositioned::TAXIWAY
, Pavement = FGPositioned::PAVEMENT
,
Waypoint = FGPositioned::WAYPOINT
, Fix = FGPositioned::FIX
, NDB = FGPositioned::NDB
, VOR = FGPositioned::VOR
,
ILS = FGPositioned::ILS
, Localizer = FGPositioned::LOC
, Glideslope = FGPositioned::GS
, OuterMarker = FGPositioned::OM
,
MiddleMarker = FGPositioned::MM
, InnerMarker = FGPositioned::IM
, DME = FGPositioned::DME
, TACAN = FGPositioned::TACAN
,
MobileTACAN = FGPositioned::MOBILE_TACAN
, Tower = FGPositioned::TOWER
, Parking = FGPositioned::PARKING
, Country = FGPositioned::COUNTRY
,
City = FGPositioned::CITY
, Town = FGPositioned::TOWN
, Village = FGPositioned::VILLAGE
} |
|
Definition at line 87 of file QmlPositioned.hxx.
◆ Type
Enumerator |
---|
Invalid | |
Airport | |
Heliport | |
Seaport | |
Runway | |
Helipad | |
Taxiway | |
Pavement | |
Waypoint | |
Fix | |
NDB | |
VOR | |
ILS | |
Localizer | |
Glideslope | |
OuterMarker | |
MiddleMarker | |
InnerMarker | |
DME | |
TACAN | |
MobileTACAN | |
Tower | |
Parking | |
Country | |
City | |
Town | |
Village | |
Definition at line 96 of file QmlPositioned.hxx.
◆ QmlPositioned() [1/2]
QmlPositioned::QmlPositioned |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ QmlPositioned() [2/2]
◆ airportHasParkings()
bool QmlPositioned::airportHasParkings |
( |
| ) |
const |
◆ colocatedDME()
◆ equals()
◆ geod()
QmlGeod * QmlPositioned::geod |
( |
| ) |
const |
◆ guid()
qlonglong QmlPositioned::guid |
( |
| ) |
const |
◆ guidChanged
void QmlPositioned::guidChanged |
( |
| ) |
|
|
signal |
◆ ident()
QString QmlPositioned::ident |
( |
| ) |
const |
◆ infoChanged
void QmlPositioned::infoChanged |
( |
| ) |
|
|
signal |
◆ inner()
◆ isAirportType()
bool QmlPositioned::isAirportType |
( |
| ) |
const |
◆ isNavaidType()
bool QmlPositioned::isNavaidType |
( |
| ) |
const |
◆ isRunwayType()
bool QmlPositioned::isRunwayType |
( |
| ) |
const |
◆ name()
QString QmlPositioned::name |
( |
| ) |
const |
◆ navaidFrequencyMHz()
double QmlPositioned::navaidFrequencyMHz |
( |
| ) |
const |
◆ navaidRangeNm()
double QmlPositioned::navaidRangeNm |
( |
| ) |
const |
◆ navaidRunway()
◆ owningAirport()
◆ runwayHeadingDeg()
double QmlPositioned::runwayHeadingDeg |
( |
| ) |
const |
◆ runwayLengthFt()
double QmlPositioned::runwayLengthFt |
( |
| ) |
const |
◆ setGuid
void QmlPositioned::setGuid |
( |
qlonglong | guid | ) |
|
|
slot |
◆ setInner()
◆ type()
◆ valid()
bool QmlPositioned::valid |
( |
| ) |
const |
◆ airportHasParkings
bool QmlPositioned::airportHasParkings |
|
read |
◆ colocatedDME
◆ geod
◆ guid
qlonglong QmlPositioned::guid |
|
readwrite |
◆ ident
QString QmlPositioned::ident |
|
read |
◆ isAirportType
bool QmlPositioned::isAirportType |
|
read |
◆ isNavaidType
bool QmlPositioned::isNavaidType |
|
read |
◆ isRunwayType
bool QmlPositioned::isRunwayType |
|
read |
◆ name
QString QmlPositioned::name |
|
read |
◆ navaidFrequencyMHz
double QmlPositioned::navaidFrequencyMHz |
|
read |
◆ navaidRangeNm
double QmlPositioned::navaidRangeNm |
|
read |
◆ navaidRunway
◆ owningAirport
◆ runwayHeadingDeg
double QmlPositioned::runwayHeadingDeg |
|
read |
◆ runwayLengthFt
double QmlPositioned::runwayLengthFt |
|
read |
◆ type
◆ valid
bool QmlPositioned::valid |
|
read |
The documentation for this class was generated from the following files: