MapBox.cpp File Reference

#include <iostream>
#include <QtGui>
#include <math.h>
#include "MapBox.h"

Include dependency graph for MapBox.cpp:

Go to the source code of this file.

Variables

const double ZoomOutFactor = 0.8
const double ZoomInFactor = 1 / ZoomOutFactor
const int ScrollStep = 20


Variable Documentation

const int ScrollStep = 20

Definition at line 30 of file MapBox.cpp.

Referenced by MapBox::keyPressEvent().

const double ZoomInFactor = 1 / ZoomOutFactor

Definition at line 29 of file MapBox.cpp.

Referenced by MapBox::keyPressEvent(), and MapBox::wheelEvent().

const double ZoomOutFactor = 0.8

Definition at line 28 of file MapBox.cpp.

Referenced by MapBox::keyPressEvent().