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