KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EASYEDAPRO::SCH_COMPONENT Struct Reference

#include <easyedapro_parser.h>

Public Attributes

wxString id
 
wxString name
 
VECTOR2D position
 
double rotation = 0
 
bool mirror = false
 
nlohmann::json customProps
 
int unk1 = 0
 
int unk2 = 0
 

Detailed Description

Definition at line 91 of file easyedapro_parser.h.

Member Data Documentation

◆ customProps

nlohmann::json EASYEDAPRO::SCH_COMPONENT::customProps

Definition at line 100 of file easyedapro_parser.h.

Referenced by EASYEDAPRO::from_json().

◆ id

wxString EASYEDAPRO::SCH_COMPONENT::id

Definition at line 93 of file easyedapro_parser.h.

Referenced by EASYEDAPRO::from_json().

◆ mirror

bool EASYEDAPRO::SCH_COMPONENT::mirror = false

Definition at line 98 of file easyedapro_parser.h.

Referenced by EASYEDAPRO::from_json().

◆ name

wxString EASYEDAPRO::SCH_COMPONENT::name

Definition at line 94 of file easyedapro_parser.h.

Referenced by EASYEDAPRO::from_json().

◆ position

VECTOR2D EASYEDAPRO::SCH_COMPONENT::position

Definition at line 96 of file easyedapro_parser.h.

Referenced by EASYEDAPRO::from_json().

◆ rotation

double EASYEDAPRO::SCH_COMPONENT::rotation = 0

Definition at line 97 of file easyedapro_parser.h.

Referenced by EASYEDAPRO::from_json().

◆ unk1

int EASYEDAPRO::SCH_COMPONENT::unk1 = 0

Definition at line 102 of file easyedapro_parser.h.

Referenced by EASYEDAPRO::from_json().

◆ unk2

int EASYEDAPRO::SCH_COMPONENT::unk2 = 0

Definition at line 103 of file easyedapro_parser.h.

Referenced by EASYEDAPRO::from_json().


The documentation for this struct was generated from the following file: