summaryrefslogtreecommitdiffstats
path: root/src/View/MapView.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-05-03 15:05:01 +0200
committerneoraider <devnull@localhost>2008-05-03 15:05:01 +0200
commit1d6f52984dfef698516ae3fef142c80c2029fc7b (patch)
tree079f955dc1605d1f9b8426b5e178e42b03d0fbf5 /src/View/MapView.h
parenteb096e97d63c3bdbb2913dc0bb8abacef5ee3bf1 (diff)
downloadzoomedit-1d6f52984dfef698516ae3fef142c80c2029fc7b.tar
zoomedit-1d6f52984dfef698516ae3fef142c80c2029fc7b.zip
zoomedit:
* Some MapView improvements
Diffstat (limited to 'src/View/MapView.h')
-rw-r--r--src/View/MapView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/View/MapView.h b/src/View/MapView.h
index b60304b..2fb0df4 100644
--- a/src/View/MapView.h
+++ b/src/View/MapView.h
@@ -52,6 +52,8 @@ class MapView : public View {
Gui::RenderArea* getMainArea() {return mainArea;}
void setMainArea(Gui::RenderArea *mainArea0) {mainArea = mainArea0;}
+ virtual void zoom(Gui::RenderArea*, int zoom, float, float);
+ virtual void move(Gui::RenderArea*, float x, float y, unsigned int state);
virtual void click(Gui::RenderArea *renderArea, float x, float y);
virtual void render(Gui::RenderArea *renderArea);