1#ifndef _InductorObject_H_
2#define _InductorObject_H_
5#include "../BaseIcObject.h"
6#include "../symbols/inductor.c"
12 void setupFootPins()
override;
29 const ICType getType()
const override {
return ICType::Inductor;}
33 bool havePopupWindow()
override {
return false;}
34 const char* popupWindowName()
const override {
return "";}
35 void CreateImGuiForm()
override {
return;};
37 void saveToFile(std::ofstream&)
override;
Definition: AsgardClass.h:17
Definition: BaseElectronObject.h:13
Definition: BaseIcObject.h:11
Definition: InductorObject.h:9