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/fileconf.h>
#include <wx/log.h>
#include <wx/menu.h>
#include <wx/sizer.h>
#include <wx/settings.h>
#include <functional>
#include <memory>
#include <set>
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 64 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 37 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 91 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().