KiCad PCB EDA Suite
|
#include <dialog_edit_cfg.h>
Public Member Functions | |
DIALOG_EDIT_CFG (wxWindow *aParent) | |
Private Member Functions | |
void | loadSettings () |
void | saveSettings () |
void | OnCellChange (wxGridEvent &aEvent) |
void | OnCellRightClick (wxGridEvent &aEvent) |
void | OnResetDefault (wxCommandEvent &aEvent) |
void | updateRowAppearance (int aRow) |
Private Attributes | |
WX_GRID * | m_grid |
wxFileName | m_cfgFile |
int | m_contextRow |
Definition at line 28 of file dialog_edit_cfg.h.
DIALOG_EDIT_CFG::DIALOG_EDIT_CFG | ( | wxWindow * | aParent | ) |
Definition at line 144 of file dialog_edit_cfg.cpp.
References _, PATHS::GetUserSettingsPath(), loadSettings(), m_cfgFile, m_contextRow, m_grid, OnCellChange(), and OnCellRightClick().
|
private |
Definition at line 192 of file dialog_edit_cfg.cpp.
References ADVANCED_CFG::GetCfg(), ADVANCED_CFG::GetEntries(), m_grid, paramDefaultString(), paramValueString(), and updateRowAppearance().
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 241 of file dialog_edit_cfg.cpp.
References m_grid, saveSettings(), and updateRowAppearance().
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 267 of file dialog_edit_cfg.cpp.
References _, m_contextRow, and OnResetDefault().
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 278 of file dialog_edit_cfg.cpp.
References ADVANCED_CFG::GetCfg(), ADVANCED_CFG::GetEntries(), m_contextRow, m_grid, paramDefaultString(), saveSettings(), and updateRowAppearance().
Referenced by OnCellRightClick().
|
private |
Definition at line 212 of file dialog_edit_cfg.cpp.
References ADVANCED_CFG::GetCfg(), ADVANCED_CFG::GetEntries(), m_grid, ADVANCED_CFG::Save(), and writeParam().
Referenced by OnCellChange(), and OnResetDefault().
|
private |
Definition at line 305 of file dialog_edit_cfg.cpp.
References m_grid.
Referenced by loadSettings(), OnCellChange(), and OnResetDefault().
|
private |
Definition at line 43 of file dialog_edit_cfg.h.
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 44 of file dialog_edit_cfg.h.
Referenced by DIALOG_EDIT_CFG(), OnCellRightClick(), and OnResetDefault().
|
private |
Definition at line 42 of file dialog_edit_cfg.h.
Referenced by DIALOG_EDIT_CFG(), loadSettings(), OnCellChange(), OnResetDefault(), saveSettings(), and updateRowAppearance().