Map Matching
File Class Reference

The File class. More...

#include <file.h>

Collaboration diagram for File:

Public Member Functions

 File ()
 The File constructor. More...
 
int selectFilesToOpen (QString extensionFilter)
 The UI to select the file's path to open. More...
 
int shp2csv (QString geometryType)
 The function to convert WGS84 ShapeFile(s) to Lambert 93 CSV(s) More...
 
int splitPath (QString fileGlobalPath)
 The split function to split the path file to filePath, fileName, fileExtension attributes. More...
 
int whereSave ()
 The UI to select the file's path to save. More...
 
virtual ~File ()
 The File destructor. More...
 

All the informations of the files list

QStringList filePath
 
QStringList fileName
 
QStringList fileExtension
 

Detailed Description

The File class.

Definition at line 13 of file file.h.

Constructor & Destructor Documentation

File::File ( )

The File constructor.

Definition at line 3 of file file.cpp.

virtual File::~File ( )
inlinevirtual

The File destructor.

Parameters
none

Definition at line 47 of file file.h.

Member Function Documentation

int File::selectFilesToOpen ( QString  extensionFilter)

The UI to select the file's path to open.

Parameters
thefile extension to filter

Definition at line 26 of file file.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int File::shp2csv ( QString  geometryType)

The function to convert WGS84 ShapeFile(s) to Lambert 93 CSV(s)

Parameters
Thegeometry type (Point, Polyline)

Definition at line 59 of file file.cpp.

Here is the caller graph for this function:

int File::splitPath ( QString  fileGlobalPath)

The split function to split the path file to filePath, fileName, fileExtension attributes.

Parameters
TheGlobal file's path

Definition at line 5 of file file.cpp.

Here is the caller graph for this function:

int File::whereSave ( )

The UI to select the file's path to save.

Definition at line 48 of file file.cpp.

Member Data Documentation

QStringList File::fileExtension

The extension of files

Definition at line 55 of file file.h.

QStringList File::fileName

The name of files

Definition at line 54 of file file.h.

QStringList File::filePath

The path of files

Definition at line 53 of file file.h.


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