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-25 16:56:25 +0000
committerStijn Buys <ingar@osirion.org>2012-02-25 16:56:25 +0000
commite10c0a7602c612993e6b99348bab507b7def0881 (patch)
tree2d863e946024fc3560221bedcddb149b253b4918 /src/mapwidget.h
parent01f671303b75f3e4c683e3ff47b7ee120f0cda12 (diff)
Add entity manipulator widget, added support for editing entity angles.
Diffstat (limited to 'src/mapwidget.h')
-rw-r--r--src/mapwidget.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mapwidget.h b/src/mapwidget.h
index c68d127..a7dbb66 100644
--- a/src/mapwidget.h
+++ b/src/mapwidget.h
@@ -17,7 +17,8 @@ namespace editor
{
class EntityWidget;
-
+class Manipulator;
+
/**
* @brief MapWidget shows the zone map with the blue grid line
* */
@@ -112,6 +113,8 @@ private:
bool is_dragging;
QList<EntityWidget *> mapwidget_enties;
+
+ Manipulator *mapwidget_manipulator;
};
}