diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-02-24 12:25:41 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-02-24 12:25:41 -0300 |
commit | a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df (patch) | |
tree | f551481b420d87b8774520169770f9a101bac391 /Project/TransferFunction.h | |
parent | 5e7c19ae397164dd718b2593663cee5d1be687cd (diff) | |
download | PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.tar.gz PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.tar.xz PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.zip |
Connection line implementation start
Diffstat (limited to 'Project/TransferFunction.h')
-rw-r--r-- | Project/TransferFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Project/TransferFunction.h b/Project/TransferFunction.h index c8ca59f..d1d9529 100644 --- a/Project/TransferFunction.h +++ b/Project/TransferFunction.h @@ -17,7 +17,6 @@ public: virtual void Draw(wxPoint2DDouble translation, double scale) const; virtual bool Contains(wxPoint2DDouble position) const { return m_rect.Contains(position); } virtual bool Intersects(wxRect2DDouble rect) const { return m_rect.Intersects(rect); } - virtual bool AddParent(Element* parent, wxPoint2DDouble position) { return false; } virtual bool ShowForm(wxWindow* parent, Element* element); virtual std::vector<double> GetNumerator() const { return m_numerator; } |