Enroute Flight Navigation
A navigation app for VFR pilots
FileFormats::FPL Class Reference

FPL file support class. More...

#include <FPL.h>

Inheritance diagram for FileFormats::FPL:
FileFormats::DataFileAbstract

Public Member Functions

 FPL (const QString &fileName)
 Constructor.
 
QVector< GeoMaps::Waypointwaypoints () const
 Waypoints specified in the FPL file.
 
- Public Member Functions inherited from FileFormats::DataFileAbstract
bool isValid () const
 Validity check.
 
QString error () const
 Error string.
 
QStringList warnings () const
 Warnings.
 

Static Public Member Functions

static QStringList mimeTypes ()
 Mime type for files that can be opened by this class.
 
- Static Public Member Functions inherited from FileFormats::DataFileAbstract
static QSharedPointer< QFile > openFileURL (const QString &fileName)
 Open file, file URL or Android content URL.
 

Detailed Description

FPL file support class.

The methods of this class read Garmin FPL files.

Definition at line 39 of file FPL.h.

Constructor & Destructor Documentation

◆ FPL()

FileFormats::FPL::FPL ( const QString & fileName)

Constructor.

This method reads a FPL file.

Parameters
fileNameName of a FPL file

Member Function Documentation

◆ mimeTypes()

static QStringList FileFormats::FPL::mimeTypes ( )
inlinestaticnodiscard

Mime type for files that can be opened by this class.

Returns
Name of mime type

Definition at line 73 of file FPL.h.

◆ waypoints()

QVector< GeoMaps::Waypoint > FileFormats::FPL::waypoints ( ) const
inlinenodiscard

Waypoints specified in the FPL file.

The QGeoCoordinates returned here are guaranteed to be valid.

Returns
Waypoints specified in the FPL file

Definition at line 62 of file FPL.h.


The documentation for this class was generated from the following file: