KiCad PCB EDA Suite
|
#include <cmath>
#include <wx/choicdlg.h>
#include <bitmaps.h>
#include <calculator_panels/panel_via_size.h>
#include <common_data.h>
#include <pcb_calculator_settings.h>
#include <units_scales.h>
Go to the source code of this file.
Macros | |
#define | DEFAULT_UNIT_SEL_MM 0 |
#define | DEFAULT_UNIT_SEL_OHM 0 |
Functions | |
double | DoubleFromString (const wxString &TextValue) |
#define DEFAULT_UNIT_SEL_MM 0 |
#define DEFAULT_UNIT_SEL_OHM 0 |
double DoubleFromString | ( | const wxString & | TextValue | ) |
Definition at line 37 of file params_read_write.cpp.