CUP file support class.
More...
#include <CUP.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.
|
|
CUP file support class.
The methods of this class read CUP waypoint files, as specified here: http://download.naviter.com/docs/CUP-file-format-description.pdf
Definition at line 37 of file CUP.h.
◆ CUP()
FileFormats::CUP::CUP |
( |
const QString & | fileName | ) |
|
Constructor.
This method reads a CUP file and generates a vector of waypoints.
- Parameters
-
fileName | Name of a CUP file |
◆ mimeTypes()
static QStringList FileFormats::CUP::mimeTypes |
( |
| ) |
|
|
inlinestaticnodiscard |
Mime type for files that can be opened by this class.
- Returns
- Name of mime type
Definition at line 70 of file CUP.h.
◆ waypoints()
Waypoints specified in the CUP file.
- Returns
- Waypoints specified in the CUP file
Definition at line 59 of file CUP.h.
The documentation for this class was generated from the following file:
- /home/runner/work/enroute/enroute/src/fileFormats/CUP.h