|
KiCad PCB EDA Suite
|
#include <panel_cable_size.h>
Public Member Functions | |
| CABLE_SIZE_ENTRY (const wxString &aName, double aRadius_meter) | |
Public Attributes | |
| const wxString | m_Name |
| const double | m_Radius |
Definition at line 31 of file panel_cable_size.h.
| CABLE_SIZE_ENTRY::CABLE_SIZE_ENTRY | ( | const wxString & | aName, |
| double | aRadius_meter ) |
Definition at line 35 of file panel_cable_size.cpp.
| const wxString CABLE_SIZE_ENTRY::m_Name |
Definition at line 36 of file panel_cable_size.h.
Referenced by CABLE_SIZE_ENTRY().
| const double CABLE_SIZE_ENTRY::m_Radius |
Definition at line 37 of file panel_cable_size.h.
Referenced by CABLE_SIZE_ENTRY().