|
KiCad PCB EDA Suite
|
#include <panel_galvanic_corrosion.h>
Public Member Functions | |
| CORROSION_TABLE_ENTRY (const wxString &aName, const wxString &aSymbol, double aPotential) | |
Public Attributes | |
| wxString | m_name |
| Translatable name ( Copper ) | |
| wxString | m_symbol |
| Chemical symbol (Cu), not translatable. | |
| double | m_potential |
| potential in volts, relative to copper | |
Definition at line 28 of file panel_galvanic_corrosion.h.
| CORROSION_TABLE_ENTRY::CORROSION_TABLE_ENTRY | ( | const wxString & | aName, |
| const wxString & | aSymbol, | ||
| double | aPotential ) |
Definition at line 46 of file panel_galvanic_corrosion.cpp.
References m_name, m_potential, and m_symbol.
| wxString CORROSION_TABLE_ENTRY::m_name |
Translatable name ( Copper )
Definition at line 33 of file panel_galvanic_corrosion.h.
Referenced by CORROSION_TABLE_ENTRY().
| double CORROSION_TABLE_ENTRY::m_potential |
potential in volts, relative to copper
Definition at line 37 of file panel_galvanic_corrosion.h.
Referenced by CORROSION_TABLE_ENTRY().
| wxString CORROSION_TABLE_ENTRY::m_symbol |
Chemical symbol (Cu), not translatable.
Definition at line 35 of file panel_galvanic_corrosion.h.
Referenced by CORROSION_TABLE_ENTRY().