|
Enroute Flight Navigation
A navigation app for VFR pilots
|
| NDataManagement | |
| CDataManager | Manages the list of geographic maps |
| CDownloadable_Abstract | Abstract base class for Downloadable_SingleFile and Downloadable_MultiFile |
| CDownloadable_MultiFile | Group of closely related downloadable items |
| CDownloadable_SingleFile | Downloadable object |
| CSSLErrorHandler | Handles SSL error |
| NFileFormats | |
| CCSV | CSV file support class |
| CCUP | CUP file support class |
| CDataFileAbstract | Base class for file reading classes |
| CFPL | FPL file support class |
| CGeoTIFF | GeoTIFF support |
| CMapURL | MapURL file support class |
| CMBTILES | Utility class for databases in MBTILES format |
| CPLN | PLN file support classq |
| CTIFF | TIFF support |
| CTripKit | Trip Kit |
| CZipFile | ZIP Archive |
| NGeoMaps | |
| CAirspace | A very simple class that describes an airspace |
| CGeoJSON | GeoJSON file support class |
| CGeoMapProvider | Provides geographic information |
| CGPX | GPX file support class |
| CTileHandler | Implementation of QHttpEngine::Handler that serves mbtile files |
| CTileServer | HTTP server for mapbox' MBTiles files |
| CVAC | Visual approach chart |
| CVACLibrary | Library of visual approach charts |
| CWaypoint | Waypoint, such as an airfield, a navaid station or a reporting point |
| CWaypointLibrary | Library of user-defined waypoints |
| NNavigation | |
| CAircraft | This extremely simple class holds a few numbers that describe an aircraft |
| CAtmosphere | Atmospherical data |
| CBaroCache | Cache relating geometric and barometric altitude information |
| CClock | This extremely simple class give accss to time and offers a few time-related functions |
| CFlightRoute | Intended flight route |
| CLeg | Leg in a flight route |
| CNavigator | Main hub for navigation data |
| CRemainingRouteInfo | Info about remaining route |
| NNOTAM | |
| CNOTAM | This extremely simple class holds a the data item of a NOTAM |
| CNOTAMList | A list of NOTAMs |
| CNOTAMProvider | Manage NOTAM data and download NOTAM data from the FAA if required |
| NNotifications | |
| CNotification | Base class for all notifications |
| CNotification_DataUpdateAvailable | Notification for available map & data updates |
| CNotificationManager | This class manages notifications and presents them to the GUI |
| NPlatform | |
| CFileExchange | Implementation of FileExchange for Android devices |
| CFileExchange_Abstract | Interface to platform-specific file exchange functionality |
| CPlatformAdaptor | Implementation of PlatformAdaptor for Android devices |
| CPlatformAdaptor_Abstract | Interface to platform-specific functionality |
| CSafeInsets | Implementation of SafeInsets for Android devices |
| CSafeInsets_Abstract | Safe window insets for QML |
| NPositioning | |
| CGeoid | Provide geoidal separation according to https://en.wikipedia.org/wiki/Geoid |
| CPositionInfo | Geographic position |
| CPositionInfoSource_Abstract | Abstract base class for all classes that provide geographic position information |
| CPositionInfoSource_Satellite | Satellite Navigator |
| CPositionProvider | Central Position Provider |
| NTraffic | |
| NOgn | |
| CTrafficDataSource_OgnParser | Parser for OGN glidernet.org traffic receiver |
| CConnectionInfo | Connection to a traffic data receiver |
| COgnInfo | Constructor parameter for OGN connections |
| CConnectionScanner_Abstract | Connection Scanner |
| CConnectionScanner_Bluetooth | Connection Scanner: Bluetooth Devices |
| CConnectionScanner_SerialPort | Connection Scanner: SerialPort Devices |
| CFlarmnetDB | Flarmnet database |
| CPasswordDB | Password database |
| CTrafficDataProvider | Traffic receiver |
| CTrafficDataSource_Abstract | Base class for all traffic receiver data sources |
| CTrafficDataSource_AbstractSocket | Base class for all traffic receiver data sources that receive data via network sockets |
| CTrafficDataSource_BluetoothClassic | Traffic receiver: Bluetooth Classic connection to a FLARM/NMEA source |
| CTrafficDataSource_BluetoothLowEnergy | Traffic receiver: Bluetooth LE connection to a FLARM/NMEA source via the "Nordic UART Service" |
| CTrafficDataSource_File | Traffic receiver: Simulator file with FLARM/NMEA sentences |
| CTrafficDataSource_Ogn | Traffic receiver: OGN glidernet.org via internet connection |
| CTrafficDataSource_SerialPort | Traffic receiver: Bluetooth Classic connection to FLARM/NMEA source |
| CTrafficDataSource_Simulate | Traffic receiver: Simulator that provides constant data |
| CTrafficDataSource_Tcp | Traffic receiver: TCP connection to FLARM/NMEA source |
| CTrafficDataSource_Udp | Traffic receiver: UDP connection to GDL90 source |
| CTrafficFactor_Abstract | Abstract base class for traffic factors |
| CTrafficFactor_DistanceOnly | Traffic factor where only distance is known |
| CTrafficFactor_WithPosition | Traffic factor whose precise position is known |
| CTrafficObserver | Provides list of traffic, sorted by relevance |
| CTransponderDB | Transponder database. This class implements an algorithm to decode the 24-bit transponder address to a callsign for some countries. It is based on code from dump1090 at https://github.com/mutability/dump1090/blob/unmaintained/public_html/registrations.js under GPLv2 license |
| CWarning | Traffic warning |
| NUi | |
| CScaleQuickItem | QML Class implementing a scale for a Map |
| CSideViewQuickItem | QML Class implementing a SideView |
| CSideviewQuickItem | QML base class for lateral airspace view |
| NUnits | Conversion between units used in aviation |
| CAngle | Convenience class for angle computations |
| CByteSize | Convenience class for size_t |
| CDensity | Convenience class for density computations |
| CDistance | Convenience class for distance computations |
| CPressure | Convenience class for pressure computations |
| CSpeed | Convenience class for speed computations |
| CTemperature | Convenience class for temperature computations |
| CTimespan | Convenience class for time computations |
| CVolume | Convenience class for volume computations |
| CVolumeFlow | Convenience class for volume flow computations |
| NWeather | |
| CDecoder | METAR/TAF decoder |
| CDensityAltitude | This class calculates the density altiude according to temperature, QNH, Altitude (and dewpoint) |
| CMETAR | METAR report |
| CObserver | Holds and updates METAR and TAF for a given waypoint |
| CObserverList | Up-to-date list of all METAR/TAF stations |
| CTAF | TAF forecast |
| CWeatherDataProvider | WeatherDataProvider, weather service manager |
| CWind | This extremely simple class holds the wind speed and direction |
| CDemoRunner | Remote controls the app and takes screenshot images |
| CGlobalObject | Base class for global singleton objects |
| CGlobalSettings | Global Settings Manager |
| CLibrarian | Manage libraries and text assets |
| CSensors | Sensor data |
| CShare | Synchronous and asynchronous communication between the android native share and the Qt application |