diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-15 17:23:10 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-15 17:23:10 -0200 |
commit | 5cdfee44e75b9a3635350aa261818e0a3bb44c5f (patch) | |
tree | 7896e1bb7cc5f42751c5d31ec99ba2bdf19d6f6c /Project/Workspace.h | |
parent | 341fd025a924f779acebcfa0ffcf07f46f8240c9 (diff) | |
download | PSP.git-5cdfee44e75b9a3635350aa261818e0a3bb44c5f.tar.gz PSP.git-5cdfee44e75b9a3635350aa261818e0a3bb44c5f.tar.xz PSP.git-5cdfee44e75b9a3635350aa261818e0a3bb44c5f.zip |
File handling implemented
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r-- | Project/Workspace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h index d646cac..d0ac2be 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -71,6 +71,7 @@ public: void SetName(wxString name) { m_name = name; } void SetElementList(std::vector<Element*> elementList) { m_elementList = elementList; } + void SetTextList(std::vector<Text*> textList) { m_textList = textList; } void SetStatusBarText(wxString text) { m_statusBar->SetStatusText(text); } void SetWorkspaceMode(WorkspaceMode mode) { m_mode = mode; } void SetSavedPath(wxFileName savedPath) { m_savedPath = savedPath; } |