Home
last modified time | relevance | path

Searched refs:reciprocalRunway (Results 1 – 9 of 9) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DAirportDiagram.cxx252 if (rd.runway == rwy->reciprocalRunway()) { in addRunway()
346 drawILS(p, r.runway->reciprocalRunway()); in paintContents()
359 if ((r.runway == runwaySelection) || (r.runway->reciprocalRunway() == runwaySelection)) { in paintContents()
382 FGRunway* recip = r.runway->reciprocalRunway(); in paintContents()
390 p->setPen((r.runway->reciprocalRunway() == runwaySelection) ? Qt::yellow : Qt::magenta); in paintContents()
589 …t FGRunwayRef clickedRunway = (param > 0.5) ? FGRunwayRef{r.runway->reciprocalRunway()} : r.runway; in mouseReleaseEvent()
H A DMapWidget.cxx1374 if (rwy->reciprocalRunway()) { in drawAirport()
1375 FGRunway* recip = rwy->reciprocalRunway(); in drawAirport()
1469 rwy->reciprocalRunway()->ident().c_str(), in drawRunway()
1471 displayHeading(rwy->reciprocalRunway()->headingDeg()), in drawRunway()
1476 d->setLabel(rwy->ident() + "/" + rwy->reciprocalRunway()->ident()); in drawRunway()
/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Drunways.hxx102 FGRunway* reciprocalRunway() const;
H A Drunways.cxx138 FGRunway* FGRunway::reciprocalRunway() const in reciprocalRunway() function in FGRunway
H A Dairport.cxx322 FGRunway* recip = rwy->reciprocalRunway(); in getRunwaysWithoutReciprocals()
/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A Dnavlist.cxx67 if (!r || !r->reciprocalRunway()) { in navidUsable()
73 FGNavRecord* locB = r->reciprocalRunway()->ILS(); in navidUsable()
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/KLN89/
H A Dkln89_page_apt.cxx192 string recipIdent = _aptRwys[i]->reciprocalRunway()->ident(); in Update()
242 string recip = _aptRwys[i]->reciprocalRunway()->ident(); in Update()
/dports/games/flightgear/flightgear-2020.3.11/src/Scripting/
H A DNasalPositioned.cxx303 *out = ghostForRunway(c, rwy->reciprocalRunway()); in runwayGhostGetMember()
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dmk_viii.cxx4415 runway.bias_points[1] = _runway->reciprocalRunway()->cart(); in update_runway()