summaryrefslogtreecommitdiffstats
path: root/Project/Capacitor.cpp
blob: 698d6a400eacbc9cfd242183f38d52fe005af309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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)
{
}