KiCad PCB EDA Suite
|
#include <wx/choicdlg.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <wx/clipbrd.h>
#include <bitmaps.h>
#include <calculator_panels/panel_regulator.h>
#include <class_regulator_data.h>
#include <dialogs/dialog_regulator_form.h>
#include <pcb_calculator_settings.h>
Go to the source code of this file.
Functions | |
double | DoubleFromString (const wxString &TextValue) |
static const wxString | DataFileNameExt (wxT("pcbcalc")) |
|
static |
double DoubleFromString | ( | const wxString & | TextValue | ) |
Definition at line 37 of file params_read_write.cpp.