summaryrefslogtreecommitdiffstats
path: root/Project/Line.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-09-30 16:58:37 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-09-30 16:58:37 -0300
commitf6718ac24553ac99bf90f99a33543d6d6b96999b (patch)
tree3e012cfc029726a0eb5fc5576797baeafde6bc84 /Project/Line.h
parentee27459748acee31a307604f6395ea31b4bf53ce (diff)
downloadPSP.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.h1
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;