|
FlightGear next
|
#include <NavDataCache.hxx>
Classes | |
| class | ThreadedGUISearchPrivate |
Public Member Functions | |
| ThreadedGUISearch (const std::string &term, bool onlyAirports) | |
| ~ThreadedGUISearch () | |
| PositionedIDVec | results () const |
| bool | isComplete () const |
Definition at line 328 of file NavDataCache.hxx.
| flightgear::NavDataCache::ThreadedGUISearch::ThreadedGUISearch | ( | const std::string & | term, |
| bool | onlyAirports ) |
Definition at line 3009 of file NavDataCache.cxx.
| flightgear::NavDataCache::ThreadedGUISearch::~ThreadedGUISearch | ( | ) |
Definition at line 3033 of file NavDataCache.cxx.
| bool flightgear::NavDataCache::ThreadedGUISearch::isComplete | ( | ) | const |
Definition at line 3055 of file NavDataCache.cxx.
| PositionedIDVec flightgear::NavDataCache::ThreadedGUISearch::results | ( | ) | const |
Definition at line 3045 of file NavDataCache.cxx.