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/editorwindow.h
parent0921b67bca379566478979e61207efbf179ee055 (diff)
Mapped edit entity actions to MapWidget,
added initial addEntity action.
Diffstat (limited to 'src/editorwindow.h')
-rw-r--r--src/editorwindow.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/editorwindow.h b/src/editorwindow.h
index 89dcae4..12aec59 100644
--- a/src/editorwindow.h
+++ b/src/editorwindow.h
@@ -43,6 +43,22 @@ public slots:
bool loadFile(const QString &filename);
bool saveFile(const QString &filename);
+
+ /**
+ * @brief add a new entity to the map
+ * */
+ void addEntity();
+
+ /**
+ * @brief delete selected entities
+ * */
+ void deleteSelected();
+
+ /**
+ * @brief duplicate selected entities
+ * */
+ void duplicateSelected();
+
protected:
virtual void resizeEvent (QResizeEvent *event);