summaryrefslogtreecommitdiffstats
path: root/src/View/View.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-15 22:43:02 +0200
committerneoraider <devnull@localhost>2008-04-15 22:43:02 +0200
commitcfd608527e167877d623bf5b9682b5c4b6130df9 (patch)
treed1f72729554e0f647d8028f006fa656f9af085c0 /src/View/View.h
parentbb09e9e703caceab0c5c5774509fb7167ead8d49 (diff)
downloadzoomedit-cfd608527e167877d623bf5b9682b5c4b6130df9.tar
zoomedit-cfd608527e167877d623bf5b9682b5c4b6130df9.zip
zoomedit:
* Calculate model dimensions
Diffstat (limited to 'src/View/View.h')
-rw-r--r--src/View/View.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/View/View.h b/src/View/View.h
index cdf27aa..bb52032 100644
--- a/src/View/View.h
+++ b/src/View/View.h
@@ -33,6 +33,7 @@ class View {
virtual ~View() {}
virtual void render(Gui::RenderArea *renderArea) = 0;
+ virtual void getBounds(float *minX, float *maxX, float *minY, float *maxY) = 0;
};
}