summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-08-29 17:26:50 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-08-29 17:26:50 -0300
commit06e57f5c75772dcba902e3032c756f79090f3424 (patch)
treeaef78570496dae05d2945e0190bd4591ec799cd0 /Project/Workspace.h
parent8e00906e0517b335a6c33f682334bda3c1eadb69 (diff)
downloadPSP.git-06e57f5c75772dcba902e3032c756f79090f3424.tar.gz
PSP.git-06e57f5c75772dcba902e3032c756f79090f3424.tar.xz
PSP.git-06e57f5c75772dcba902e3032c756f79090f3424.zip
Delete implemented
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r--Project/Workspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h
index 3f25130..d6e1803 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -36,6 +36,7 @@ class Workspace : public WorkspaceBase
void SetName(wxString name) { m_name = name; }
std::vector<Element*> GetElementList() { return m_elementList; }
void Redraw() { m_glCanvas->Refresh(); }
+ void DeleteElement(Element* element);
protected:
virtual void OnRightClickDown(wxMouseEvent& event);