Map Matching
MainWindow Class Reference

#include <MainWindow.h>

Inheritance diagram for MainWindow:
Collaboration diagram for MainWindow:

Public Slots

void putNone ()
 putNone Disable next button More...
 
void readyToNext1 (File file1, File file2)
 readyToNext1 Pass informations More...
 
void readyToNext2 (double fSpat, int fTemp)
 readyToNext2 Pass informations More...
 

Public Member Functions

 MainWindow (QWidget *parent=0)
 
 ~MainWindow ()
 

Protected Member Functions

void createConnections ()
 createConnections More...
 
void createGuiControlComponents ()
 createGuiControlComponents More...
 
void createMainLayout ()
 createMainLayout More...
 
void createSlidingStackedWidget ()
 createSlidingStackedWidget More...
 
void createSubSlidingWidgets ()
 createSubSlidingWidgets More...
 

Protected Attributes

QHBoxLayout * affLayout
 
QPushButton * buttonCancel
 
QPushButton * buttonNext
 
Controllercontroller
 
QGridLayout * controlPaneLayout
 
Grid grille
 
QVBoxLayout * mainLayout
 
QProcessViewerprocess
 
LoadingslideWidget1
 
FilteringslideWidget2
 
QMapWidgetslideWidget3
 
SlidingStackedWidgetslidingStacked
 
Solversolver
 
QThread * thread
 
Track trace
 Value of the first Slide. More...
 

Detailed Description

Definition at line 20 of file MainWindow.h.

Constructor & Destructor Documentation

MainWindow::MainWindow ( QWidget *  parent = 0)

Definition at line 5 of file MainWindow.cpp.

Here is the call graph for this function:

MainWindow::~MainWindow ( )

Definition at line 15 of file MainWindow.cpp.

Member Function Documentation

void MainWindow::createConnections ( )
protected

createConnections

Definition at line 56 of file MainWindow.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void MainWindow::createGuiControlComponents ( )
protected

createGuiControlComponents

Definition at line 19 of file MainWindow.cpp.

Here is the caller graph for this function:

void MainWindow::createMainLayout ( )
protected

createMainLayout

Definition at line 26 of file MainWindow.cpp.

Here is the caller graph for this function:

void MainWindow::createSlidingStackedWidget ( )
protected

createSlidingStackedWidget

Definition at line 48 of file MainWindow.cpp.

Here is the caller graph for this function:

void MainWindow::createSubSlidingWidgets ( )
protected

createSubSlidingWidgets

Definition at line 41 of file MainWindow.cpp.

Here is the caller graph for this function:

void MainWindow::putNone ( )
slot

putNone Disable next button

Definition at line 75 of file MainWindow.cpp.

Here is the caller graph for this function:

void MainWindow::readyToNext1 ( File  file1,
File  file2 
)
slot

readyToNext1 Pass informations

Parameters
file1File track
file2File grid

Definition at line 80 of file MainWindow.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void MainWindow::readyToNext2 ( double  fSpat,
int  fTemp 
)
slot

readyToNext2 Pass informations

Parameters
fSpatvalue of spatial filter
fTempvalue of temporal filter

Definition at line 90 of file MainWindow.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QHBoxLayout* MainWindow::affLayout
protected

Definition at line 74 of file MainWindow.h.

QPushButton* MainWindow::buttonCancel
protected

Definition at line 67 of file MainWindow.h.

QPushButton* MainWindow::buttonNext
protected

Definition at line 66 of file MainWindow.h.

Controller* MainWindow::controller
protected

Definition at line 70 of file MainWindow.h.

QGridLayout* MainWindow::controlPaneLayout
protected

Definition at line 75 of file MainWindow.h.

Grid MainWindow::grille
protected

Definition at line 86 of file MainWindow.h.

QVBoxLayout* MainWindow::mainLayout
protected

Definition at line 73 of file MainWindow.h.

QProcessViewer* MainWindow::process
protected

Definition at line 80 of file MainWindow.h.

Loading* MainWindow::slideWidget1
protected

Definition at line 76 of file MainWindow.h.

Filtering* MainWindow::slideWidget2
protected

Definition at line 77 of file MainWindow.h.

QMapWidget* MainWindow::slideWidget3
protected

Definition at line 78 of file MainWindow.h.

SlidingStackedWidget* MainWindow::slidingStacked
protected

Definition at line 72 of file MainWindow.h.

Solver* MainWindow::solver
protected

Definition at line 69 of file MainWindow.h.

QThread* MainWindow::thread
protected

Definition at line 68 of file MainWindow.h.

Track MainWindow::trace
protected

Value of the first Slide.

Definition at line 85 of file MainWindow.h.


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