summaryrefslogtreecommitdiffstats
path: root/Project/ElementDataObject.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-12-28 20:06:41 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2016-12-28 20:06:41 -0200
commitfb9de1b7935376897f1c93676ab1faeb1ea25f25 (patch)
tree51e1c6b989d1072cb07f9152d6efe07353e6768f /Project/ElementDataObject.h
parentffed5ee9ae6c11acb5a7afa9fdc33b1047f5d5e9 (diff)
downloadPSP.git-fb9de1b7935376897f1c93676ab1faeb1ea25f25.tar.gz
PSP.git-fb9de1b7935376897f1c93676ab1faeb1ea25f25.tar.xz
PSP.git-fb9de1b7935376897f1c93676ab1faeb1ea25f25.zip
Bus line and transformer copy/paste implemented
Next step is try to generalize. Some graphical implementations in this commit.
Diffstat (limited to 'Project/ElementDataObject.h')
-rw-r--r--Project/ElementDataObject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Project/ElementDataObject.h b/Project/ElementDataObject.h
index 70aacc5..3f7155f 100644
--- a/Project/ElementDataObject.h
+++ b/Project/ElementDataObject.h
@@ -29,9 +29,11 @@ public:
size_t GetDataSize() const override;
bool GetDataHere(void* buf) const override;
bool SetData(size_t len, const void* buf) override;
+
+ ElementsLists* GetElementsLists() { return m_elementsLists; }
+protected:
ElementsLists* m_elementsLists;
- ElectricCalculation m_allElements;
};
#endif // ELEMENTDATAOBJECT_H