#include <wx/choicdlg.h>
#include <wx/filename.h>
#include <wx/settings.h>
#include <bitmaps.h>
#include <calculator_panels/panel_transline.h>
#include <common_data.h>
#include <widgets/unit_selector.h>
#include <pcb_calculator_utils.h>
 
Go to the source code of this file.
◆ elecprms_cnt
      
        
          | #define elecprms_cnt   (sizeof(elecprms)/sizeof(elecprms[0])) | 
        
      
 
 
◆ frequencyprms_cnt
      
        
          | #define frequencyprms_cnt   (sizeof(frequencyprms)/sizeof(frequencyprms[0])) | 
        
      
 
 
◆ physprms_cnt
      
        
          | #define physprms_cnt   (sizeof(physprms)/sizeof(physprms[0])) | 
        
      
 
 
◆ substrateprms_cnt
      
        
          | #define substrateprms_cnt   (sizeof(substrateprms)/sizeof(substrateprms[0])) | 
        
      
 
 
◆ DoubleFromString()
  
  
      
        
          | double DoubleFromString  | 
          ( | 
          const wxString & |           TextValue | ) | 
           | 
         
       
   | 
  
extern   |