Map Matching
QMapWidget Class Reference

#include <qmapwidget.h>

Inheritance diagram for QMapWidget:
Collaboration diagram for QMapWidget:

Public Slots

void onSignalDimension (double xMinGrid, double xMaxGrid, double yMinGrid, double yMaxGrid)
 
void onSignalItemToShow (QGraphicsItem *item)
 

Public Member Functions

void buildControls ()
 
 QMapWidget (QWidget *parent=0)
 

Public Attributes

QPushButton * m_next
 
QMapScenem_scene
 

Protected Attributes

QWidget * m_controlZone
 
QVBoxLayout * m_layout
 
QPushButton * m_play
 
bool m_startSimulation
 
QGraphicsView * m_view
 
QSlider * m_zoom
 

Private Slots

void sceneScaleChanged (int scaleTickValue)
 

Detailed Description

Definition at line 12 of file qmapwidget.h.

Constructor & Destructor Documentation

QMapWidget::QMapWidget ( QWidget *  parent = 0)
explicit

Definition at line 4 of file qmapwidget.cpp.

Here is the call graph for this function:

Member Function Documentation

void QMapWidget::buildControls ( )

Definition at line 22 of file qmapwidget.cpp.

Here is the caller graph for this function:

void QMapWidget::onSignalDimension ( double  xMinGrid,
double  xMaxGrid,
double  yMinGrid,
double  yMaxGrid 
)
slot

Definition at line 39 of file qmapwidget.cpp.

Here is the call graph for this function:

void QMapWidget::onSignalItemToShow ( QGraphicsItem *  item)
slot

Definition at line 49 of file qmapwidget.cpp.

Here is the caller graph for this function:

void QMapWidget::sceneScaleChanged ( int  scaleTickValue)
privateslot

Definition at line 54 of file qmapwidget.cpp.

Here is the caller graph for this function:

Member Data Documentation

QWidget* QMapWidget::m_controlZone
protected

Definition at line 34 of file qmapwidget.h.

QVBoxLayout* QMapWidget::m_layout
protected

Definition at line 33 of file qmapwidget.h.

QPushButton* QMapWidget::m_next

Definition at line 21 of file qmapwidget.h.

QPushButton* QMapWidget::m_play
protected

Definition at line 35 of file qmapwidget.h.

QMapScene* QMapWidget::m_scene

Definition at line 20 of file qmapwidget.h.

bool QMapWidget::m_startSimulation
protected

Definition at line 38 of file qmapwidget.h.

QGraphicsView* QMapWidget::m_view
protected

Definition at line 32 of file qmapwidget.h.

QSlider* QMapWidget::m_zoom
protected

Definition at line 37 of file qmapwidget.h.


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