Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-10-07 21:42:50 +0000
committerStijn Buys <ingar@osirion.org>2012-10-07 21:42:50 +0000
commit4131fcb1b53dc85ced61ff2cc41889811c8a2aaf (patch)
treec1638afb195ae02d481d1fa69509f61da0cb1e07 /src/ui/modelview.h
parent9ce4282b3c309bb838888264f2e68c0b458224ac (diff)
Added Widget::EventClicked and Widget::EventDoubleClicked,
made ModelView::clear() work according to specification.
Diffstat (limited to 'src/ui/modelview.h')
-rwxr-xr-xsrc/ui/modelview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/modelview.h b/src/ui/modelview.h
index d49acc8..4642551 100755
--- a/src/ui/modelview.h
+++ b/src/ui/modelview.h
@@ -100,6 +100,8 @@ protected:
virtual void on_mousemove(const math::Vector2f &cursor);
private:
+ void reset();
+
void draw_model();
void draw_globe();