| 
    KiCad PCB EDA Suite
    
   | 
 
#include "dialog_edit_cfg.h"#include <advanced_config.h>#include <config_params.h>#include <paths.h>#include <wx/button.h>#include <wx/display.h>#include <wx/log.h>#include <wx/menu.h>#include <wx/sizer.h>#include <wx/settings.h>#include <widgets/wx_grid.h>#include <functional>#include <memory>Go to the source code of this file.
Functions | |
| static wxString | paramValueString (const PARAM_CFG &aParam) | 
| static wxString | paramDefaultString (const PARAM_CFG &aParam) | 
| static void | writeParam (PARAM_CFG &aParam, const wxString &aValue) | 
      
  | 
  static | 
Definition at line 68 of file dialog_edit_cfg.cpp.
References PARAM_CFG::m_Type, PARAM_BOOL, PARAM_DOUBLE, PARAM_INT, and PARAM_WXSTRING.
Referenced by DIALOG_EDIT_CFG::loadSettings(), and DIALOG_EDIT_CFG::OnResetDefault().
      
  | 
  static | 
Definition at line 36 of file dialog_edit_cfg.cpp.
References PARAM_CFG::m_Type, PARAM_BOOL, PARAM_DOUBLE, PARAM_INT, and PARAM_WXSTRING.
Referenced by DIALOG_EDIT_CFG::loadSettings().
      
  | 
  static | 
Definition at line 101 of file dialog_edit_cfg.cpp.
References PARAM_CFG_BOOL::m_Pt_param, PARAM_CFG_DOUBLE::m_Pt_param, PARAM_CFG_INT::m_Pt_param, PARAM_CFG_WXSTRING::m_Pt_param, PARAM_CFG::m_Type, PARAM_BOOL, PARAM_DOUBLE, PARAM_INT, and PARAM_WXSTRING.
Referenced by DIALOG_EDIT_CFG::saveSettings().