Refactored MapScene clean-up code
authorSami Rämö <sami.ramo@ixonos.com>
Thu, 22 Apr 2010 09:32:15 +0000 (12:32 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Thu, 22 Apr 2010 09:32:15 +0000 (12:32 +0300)
commit0740fb06d20bad6d62d9887b1810ac1961b90bf2
tree2847a2b46be64aeef3d2d717033e85766e736e09
parentb30d735c5666c2d2b50d136eeb7e2657e2b7bd5c
Refactored MapScene clean-up code

* Moved MapScene related methods from MapEngine to MapScene

* Set signal to be emitted when zooming in is finished
  and use that signal to launch removing of tiles which
  are out of the view area
Doxyfile
src/map/mapengine.cpp
src/map/mapengine.h
src/map/mapscene.cpp
src/map/mapscene.h
src/map/mapview.cpp
src/map/mapview.h
src/ui/mapviewscreen.cpp