FFSM++  1.1.0
French Forest Sector Model ++
MapBox.cpp File Reference
#include <iostream>
#include <QtWidgets>
#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 33 of file MapBox.cpp.

Referenced by MapBox::keyPressEvent().

const double ZoomInFactor = 1 / ZoomOutFactor

Definition at line 32 of file MapBox.cpp.

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

const double ZoomOutFactor = 0.8

Definition at line 31 of file MapBox.cpp.

Referenced by MapBox::keyPressEvent().