#include <qmapscene.h>
Definition at line 20 of file qmapscene.h.
 
  
  
      
        
          | QMapScene::QMapScene  | 
          ( | 
          QObject *  | 
          parent = 0 | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
      
        
          | void QMapScene::highlightRoadsDefault  | 
          ( | 
          bool  | 
          basic | ) | 
           | 
        
      
 
 
      
        
          | void QMapScene::highlightSelectedPoint  | 
          ( | 
          int  | 
          pointId | ) | 
           | 
        
      
 
 
      
        
          | void QMapScene::initialize  | 
          ( | 
          int  | 
          startx,  | 
        
        
           | 
           | 
          int  | 
          starty,  | 
        
        
           | 
           | 
          int  | 
          width,  | 
        
        
           | 
           | 
          int  | 
          height  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | void QMapScene::onSignalAllPoints  | 
          ( | 
          std::vector< PointGPS * > *  | 
          p | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
  
  
      
        
          | void QMapScene::onSignalAllRoads  | 
          ( | 
          std::unordered_map< long, Road > *  | 
          roads,  | 
         
        
           | 
           | 
          std::vector< PointRoad > *  | 
          points  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
  
  
      
        
          | void QMapScene::onSignalCurrentPoint  | 
          ( | 
          int  | 
          pointId | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
  
  
      
        
          | void QMapScene::onSignalRoadPath  | 
          ( | 
          std::vector< long > *  | 
          rp | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
  
  
      
        
          | void QMapScene::onSignalStart  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
      
        
          | void QMapScene::setBackToDefault  | 
          ( | 
          int  | 
          pointId | ) | 
           | 
        
      
 
 
      
        
          | void QMapScene::setNeighborRoads  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | void QMapScene::signalItemToShow  | 
          ( | 
          QGraphicsItem *  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
  
  
      
        
          | void QMapScene::signalNeighboursId  | 
          ( | 
          std::vector< long > *  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
  
  
      
        
          | void QMapScene::signalTrackCompleted  | 
          ( | 
          QString  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
      
        
          | double QMapScene::transform  | 
          ( | 
          double  | 
          x,  | 
        
        
           | 
           | 
          int  | 
          dim  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | std::vector<long> QMapScene::m_neighboursId | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::vector<PointRoad>* QMapScene::m_roadPoints | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::unordered_map<long, Road>* QMapScene::m_roads | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | 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   | 
  
 
 
delta between the SRID's x origin and the grid's x 
Definition at line 50 of file qmapscene.h.
 
 
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   | 
  
 
 
  
  
      
        
          | std::vector<QGraphicsRectItem*> QMapScene::pointItems | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: