KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CORROSION_TABLE_ENTRY Class Reference

#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
 

Detailed Description

Definition at line 28 of file panel_galvanic_corrosion.h.

Constructor & Destructor Documentation

◆ CORROSION_TABLE_ENTRY()

CORROSION_TABLE_ENTRY::CORROSION_TABLE_ENTRY ( const wxString &  aName,
const wxString &  aSymbol,
double  aPotential 
)

Definition at line 32 of file panel_galvanic_corrosion.cpp.

References m_name, m_potential, and m_symbol.

Member Data Documentation

◆ m_name

wxString CORROSION_TABLE_ENTRY::m_name

Translatable name ( Copper )

Definition at line 33 of file panel_galvanic_corrosion.h.

Referenced by CORROSION_TABLE_ENTRY().

◆ m_potential

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().

◆ m_symbol

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().


The documentation for this class was generated from the following files: