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-02-18 18:12:31 +0000
committerStijn Buys <ingar@osirion.org>2012-02-18 18:12:31 +0000
commit89c0d325d049666a07994c1a53461b8d7bb0d887 (patch)
treef2dce5bd5ef81b3e4b6e6fc02ac29040931867d4 /src/mapwidget.h
parent141ad1e5ae7588906d8474dfdead5762370ce222 (diff)
Added editor window with side bar.
Diffstat (limited to 'src/mapwidget.h')
-rw-r--r--src/mapwidget.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mapwidget.h b/src/mapwidget.h
index fcc8b28..532ddc0 100644
--- a/src/mapwidget.h
+++ b/src/mapwidget.h
@@ -12,7 +12,10 @@
namespace editor
{
-
+
+/**
+ * @brief MapWidget shows the zone map with the blue grid line
+ * */
class MapWidget : public QWidget
{
Q_OBJECT
@@ -24,6 +27,7 @@ protected:
virtual void paintEvent(QPaintEvent *event);
virtual void wheelEvent(QWheelEvent *event);
+
private:
int mapwidget_zoom;
};