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