#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 |
| const int ScrollStep = 20 |
| 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 |