summaryrefslogtreecommitdiffstats
path: root/Project/Inductor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Inductor.cpp')
-rw-r--r--Project/Inductor.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Project/Inductor.cpp b/Project/Inductor.cpp
new file mode 100644
index 0000000..2659295
--- /dev/null
+++ b/Project/Inductor.cpp
@@ -0,0 +1,25 @@
+#include "Inductor.h"
+
+Inductor::Inductor() : Shunt()
+{
+}
+
+Inductor::~Inductor()
+{
+}
+
+bool Inductor::AddParent(Element* parent, wxPoint2DDouble position)
+{
+}
+
+void Inductor::Draw(wxPoint2DDouble translation, double scale) const
+{
+}
+
+void Inductor::Rotate()
+{
+}
+
+bool Inductor::GetContextMenu(wxMenu& menu)
+{
+}