Map Matching
Loading Class Reference

#include <loading.h>

Inheritance diagram for Loading:
Collaboration diagram for Loading:

Public Slots

void getCountry ()
 getCountry Choose country More...
 
void loadFileCSVTrack ()
 loadFileCSVTrack Get File of SHP track More...
 
void loadFileGrid ()
 loadFileGrid Get File of grid More...
 
void loadFileSHPTrack ()
 loadFileSHPTrack Get File of CSV track More...
 

Signals

void ready (File, File)
 ready Emit files informations More...
 
void readyNext (File)
 readyNext track file informations More...
 

Public Member Functions

 Loading ()
 
 ~Loading ()
 

Public Attributes

File fileCSVTrack
 
File fileSHPGrid
 
File fileSHPTrack
 

Private Member Functions

void country ()
 country More...
 
void grid ()
 grid More...
 
void launchFiles ()
 launchFiles More...
 
void track ()
 track More...
 

Private Attributes

QGroupBox * m_boutonXY
 
QGroupBox * m_country
 
QPushButton * m_csvGrid
 
QPushButton * m_csvTrack
 
QLabel * m_fileGPS
 
QLabel * m_fileGrid
 
QRadioButton * m_fr
 
QGroupBox * m_grid
 
QPushButton * m_shpTrack
 
QGroupBox * m_track
 
QRadioButton * m_usa
 
int nextOk
 

Detailed Description

Definition at line 15 of file loading.h.

Constructor & Destructor Documentation

Loading::Loading ( )

Definition at line 3 of file loading.cpp.

Here is the call graph for this function:

Loading::~Loading ( )

Definition at line 21 of file loading.cpp.

Member Function Documentation

void Loading::country ( )
private

country

Definition at line 25 of file loading.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Loading::getCountry ( )
slot

getCountry Choose country

Definition at line 116 of file loading.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Loading::grid ( )
private

grid

Definition at line 42 of file loading.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Loading::launchFiles ( )
private

launchFiles

Definition at line 125 of file loading.cpp.

Here is the caller graph for this function:

void Loading::loadFileCSVTrack ( )
slot

loadFileCSVTrack Get File of SHP track

Definition at line 80 of file loading.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Loading::loadFileGrid ( )
slot

loadFileGrid Get File of grid

Definition at line 104 of file loading.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Loading::loadFileSHPTrack ( )
slot

loadFileSHPTrack Get File of CSV track

Definition at line 91 of file loading.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Loading::ready ( File  ,
File   
)
signal

ready Emit files informations

Here is the caller graph for this function:

void Loading::readyNext ( File  )
signal

readyNext track file informations

Here is the caller graph for this function:

void Loading::track ( )
private

track

Definition at line 59 of file loading.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

File Loading::fileCSVTrack

Definition at line 24 of file loading.h.

File Loading::fileSHPGrid

Definition at line 22 of file loading.h.

File Loading::fileSHPTrack

Definition at line 23 of file loading.h.

QGroupBox* Loading::m_boutonXY
private

Definition at line 75 of file loading.h.

QGroupBox* Loading::m_country
private

Definition at line 72 of file loading.h.

QPushButton* Loading::m_csvGrid
private

Definition at line 82 of file loading.h.

QPushButton* Loading::m_csvTrack
private

Definition at line 80 of file loading.h.

QLabel* Loading::m_fileGPS
private

Definition at line 83 of file loading.h.

QLabel* Loading::m_fileGrid
private

Definition at line 84 of file loading.h.

QRadioButton* Loading::m_fr
private

Definition at line 77 of file loading.h.

QGroupBox* Loading::m_grid
private

Definition at line 74 of file loading.h.

QPushButton* Loading::m_shpTrack
private

Definition at line 81 of file loading.h.

QGroupBox* Loading::m_track
private

Definition at line 73 of file loading.h.

QRadioButton* Loading::m_usa
private

Definition at line 78 of file loading.h.

int Loading::nextOk
private

Definition at line 86 of file loading.h.


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