Map Matching
QMapScene Class Reference

#include <qmapscene.h>

Inheritance diagram for QMapScene:
Collaboration diagram for QMapScene:

Public Slots

void onSignalAllPoints (std::vector< PointGPS * > *)
 
void onSignalAllRoads (std::unordered_map< long, Road > *roads, std::vector< PointRoad > *)
 
void onSignalCurrentPoint (int pointId)
 
void onSignalRoadPath (std::vector< long > *rp)
 
void onSignalStart ()
 

Signals

void signalItemToShow (QGraphicsItem *)
 
void signalNeighboursId (std::vector< long > *)
 
void signalTrackCompleted (QString)
 

Public Member Functions

void highlightRoadsDefault (bool basic)
 
void highlightSelectedPoint (int pointId)
 
void initialize (int startx, int starty, int width, int height)
 
 QMapScene (QObject *parent=0)
 
void setBackToDefault (int pointId)
 
void setNeighborRoads ()
 
double transform (double x, int dim)
 

Protected Attributes

int m_height
 
std::vector< long > m_neighboursId
 
std::vector< PointRoad > * m_roadPoints
 
std::unordered_map< long, Road > * m_roads
 
double m_scaleFactor = 1
 
QGraphicsEllipseItem * m_selectionCircle
 
int m_shiftX
 
int m_shiftY
 
std::vector< PointGPS * > * m_trackPoints
 
int m_width
 
std::vector< QGraphicsRectItem * > pointItems
 

Detailed Description

Definition at line 20 of file qmapscene.h.

Constructor & Destructor Documentation

QMapScene::QMapScene ( QObject *  parent = 0)
explicit

Definition at line 11 of file qmapscene.cpp.

Member Function Documentation

void QMapScene::highlightRoadsDefault ( bool  basic)

Definition at line 36 of file qmapscene.cpp.

Here is the caller graph for this function:

void QMapScene::highlightSelectedPoint ( int  pointId)

Definition at line 24 of file qmapscene.cpp.

Here is the caller graph for this function:

void QMapScene::initialize ( int  startx,
int  starty,
int  width,
int  height 
)

Definition at line 17 of file qmapscene.cpp.

Here is the caller graph for this function:

void QMapScene::onSignalAllPoints ( std::vector< PointGPS * > *  p)
slot

Definition at line 66 of file qmapscene.cpp.

Here is the call graph for this function:

void QMapScene::onSignalAllRoads ( std::unordered_map< long, Road > *  roads,
std::vector< PointRoad > *  points 
)
slot

Definition at line 92 of file qmapscene.cpp.

Here is the call graph for this function:

void QMapScene::onSignalCurrentPoint ( int  pointId)
slot

Definition at line 120 of file qmapscene.cpp.

Here is the call graph for this function:

void QMapScene::onSignalRoadPath ( std::vector< long > *  rp)
slot

Definition at line 138 of file qmapscene.cpp.

void QMapScene::onSignalStart ( )
slot

Definition at line 113 of file qmapscene.cpp.

Here is the call graph for this function:

void QMapScene::setBackToDefault ( int  pointId)

Definition at line 49 of file qmapscene.cpp.

Here is the caller graph for this function:

void QMapScene::setNeighborRoads ( )

Definition at line 55 of file qmapscene.cpp.

Here is the caller graph for this function:

void QMapScene::signalItemToShow ( QGraphicsItem *  )
signal

Here is the caller graph for this function:

void QMapScene::signalNeighboursId ( std::vector< long > *  )
signal

Here is the caller graph for this function:

void QMapScene::signalTrackCompleted ( QString  )
signal

Here is the caller graph for this function:

double QMapScene::transform ( double  x,
int  dim 
)

Member Data Documentation

int QMapScene::m_height
protected

image height

Definition at line 49 of file qmapscene.h.

std::vector<long> QMapScene::m_neighboursId
protected

Definition at line 46 of file qmapscene.h.

std::vector<PointRoad>* QMapScene::m_roadPoints
protected

Definition at line 45 of file qmapscene.h.

std::unordered_map<long, Road>* QMapScene::m_roads
protected

Definition at line 44 of file qmapscene.h.

double QMapScene::m_scaleFactor = 1
protected

scale between the grid and the image

Definition at line 47 of file qmapscene.h.

QGraphicsEllipseItem* QMapScene::m_selectionCircle
protected

Definition at line 54 of file qmapscene.h.

int QMapScene::m_shiftX
protected

delta between the SRID's x origin and the grid's x

Definition at line 50 of file qmapscene.h.

int QMapScene::m_shiftY
protected

delta between the SRID's y origin and the grid's y

Definition at line 51 of file qmapscene.h.

std::vector<PointGPS*>* QMapScene::m_trackPoints
protected

Definition at line 43 of file qmapscene.h.

int QMapScene::m_width
protected

image width

Definition at line 48 of file qmapscene.h.

std::vector<QGraphicsRectItem*> QMapScene::pointItems
protected

Definition at line 53 of file qmapscene.h.


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