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-26 11:52:25 +0000
committerStijn Buys <ingar@osirion.org>2012-02-26 11:52:25 +0000
commitedaf63323dfb5cff1aa2187bf1e1244c88ed0cae (patch)
treedfa6b43a5977f9dd95b2b29ccdc5d3fe5dadcdb0 /src/mapwidget.h
parent0921b67bca379566478979e61207efbf179ee055 (diff)
Mapped edit entity actions to MapWidget,
added initial addEntity action.
Diffstat (limited to 'src/mapwidget.h')
-rw-r--r--src/mapwidget.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mapwidget.h b/src/mapwidget.h
index a7dbb66..087fd3d 100644
--- a/src/mapwidget.h
+++ b/src/mapwidget.h
@@ -86,6 +86,17 @@ public slots:
* */
void resizeChildren();
+ /**
+ * @brief delete selected entities
+ * */
+ void deleteSelected();
+
+ /**
+ * @brief duplicate selected entities
+ * */
+ void duplicateSelected();
+
+
private slots:
/**
* @brief called when an entity on the map has been clicked