Home
last modified time | relevance | path

Searched refs:getHelipadByIdent (Results 1 – 6 of 6) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Dairport.hxx110 FGHelipadRef getHelipadByIdent(const std::string& aIdent) const;
H A Dairport.cxx207 FGHelipadRef FGAirport::getHelipadByIdent(const std::string& aIdent) const in getHelipadByIdent() function in FGAirport
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DLocationController.cxx594 m_detailLocation = m_airportLocation->getHelipadByIdent(runwayStr); in restoreLocation()
598 m_detailLocation = m_airportLocation->getHelipadByIdent(runwayStr); in restoreLocation()
/dports/games/flightgear/flightgear-2020.3.11/src/Scripting/
H A DNasalPositioned_cppbind.cxx97 return apt.getHelipadByIdent(Id); in f_airport_runway()
H A DNasalPositioned.cxx858 return ghostForHelipad(c, apt->getHelipadByIdent(ident)); in f_airport_runway()
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dpositioninit.cxx305 FGHelipad* h(apt->getHelipadByIdent(rwy)); in fgSetPosFromAirportIDandRwy()