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/Line.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/Line.h')
-rw-r--r-- | Project/Line.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Line.h b/Project/Line.h index 8aa0c83..7dfe104 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -33,6 +33,7 @@ class Line : public Branch { public: Line(); + Line(wxString name); ~Line(); virtual bool Contains(wxPoint2DDouble position) const; virtual void Draw(wxPoint2DDouble translation, double scale) const; |