diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-30 16:58:37 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-30 16:58:37 -0300 |
commit | f6718ac24553ac99bf90f99a33543d6d6b96999b (patch) | |
tree | 3e012cfc029726a0eb5fc5576797baeafde6bc84 /Project/Element.h | |
parent | ee27459748acee31a307604f6395ea31b4bf53ce (diff) | |
download | PSP.git-f6718ac24553ac99bf90f99a33543d6d6b96999b.tar.gz PSP.git-f6718ac24553ac99bf90f99a33543d6d6b96999b.tar.xz PSP.git-f6718ac24553ac99bf90f99a33543d6d6b96999b.zip |
Line form implemented, voltages corrections under implementation
Diffstat (limited to 'Project/Element.h')
-rw-r--r-- | Project/Element.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Element.h b/Project/Element.h index dff68f7..b1a7163 100644 --- a/Project/Element.h +++ b/Project/Element.h @@ -169,6 +169,8 @@ class Element bool DoubleFromString(wxWindow* parent, wxString strValue, double& value, wxString errorMsg); bool IntFromString(wxWindow* parent, wxString strValue, int& value, wxString errorMsg); + virtual void + protected: std::vector<Element*> m_parentList; |