The File class.  
 More...
#include <file.h>
The File class. 
Definition at line 13 of file file.h.
 
The File destructor. 
- Parameters
 - 
  
  
 
Definition at line 47 of file file.h.
 
 
      
        
          | int File::selectFilesToOpen  | 
          ( | 
          QString  | 
          extensionFilter | ) | 
           | 
        
      
 
The UI to select the file's path to open. 
- Parameters
 - 
  
    | the | file extension to filter  | 
  
   
Definition at line 26 of file file.cpp.
 
 
      
        
          | int File::shp2csv  | 
          ( | 
          QString  | 
          geometryType | ) | 
           | 
        
      
 
The function to convert WGS84 ShapeFile(s) to Lambert 93 CSV(s) 
- Parameters
 - 
  
    | The | geometry type (Point, Polyline)  | 
  
   
Definition at line 59 of file file.cpp.
 
 
      
        
          | int File::splitPath  | 
          ( | 
          QString  | 
          fileGlobalPath | ) | 
           | 
        
      
 
The split function to split the path file to filePath, fileName, fileExtension attributes. 
- Parameters
 - 
  
  
 
Definition at line 5 of file file.cpp.
 
 
The UI to select the file's path to save. 
Definition at line 48 of file file.cpp.
 
 
      
        
          | 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: