#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) { }