FPL file support class.
More...
#include <FPL.h>
|
static QStringList | mimeTypes () |
| Mime type for files that can be opened by this class.
|
|
static QSharedPointer< QFile > | openFileURL (const QString &fileName) |
| Open file, file URL or Android content URL.
|
|
FPL file support class.
The methods of this class read Garmin FPL files.
Definition at line 39 of file FPL.h.
◆ FPL()
FileFormats::FPL::FPL |
( |
const QString & | fileName | ) |
|
Constructor.
This method reads a FPL file.
- Parameters
-
fileName | Name of a FPL file |
◆ 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()
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:
- /home/runner/work/enroute/enroute/src/fileFormats/FPL.h