KiCad PCB EDA Suite
|
#include <dialog_edit_cfg.h>
Public Member Functions | |
DIALOG_EDIT_CFG (wxWindow *aParent) | |
Private Member Functions | |
void | adjustColumnWidths () |
void | OnSize (wxSizeEvent &aEvent) |
void | loadSettings () |
void | saveSettings () |
void | OnCellChange (wxGridEvent &aEvent) |
void | OnCellRightClick (wxGridEvent &aEvent) |
void | OnResetDefault (wxCommandEvent &aEvent) |
void | updateRowAppearance (int aRow) |
Private Attributes | |
wxGrid * | m_grid |
wxFileName | m_cfgFile |
int | m_contextRow |
Definition at line 26 of file dialog_edit_cfg.h.
DIALOG_EDIT_CFG::DIALOG_EDIT_CFG | ( | wxWindow * | aParent | ) |
Definition at line 134 of file dialog_edit_cfg.cpp.
References _, adjustColumnWidths(), PATHS::GetUserSettingsPath(), loadSettings(), m_cfgFile, m_contextRow, m_grid, OnCellChange(), OnCellRightClick(), and OnSize().
|
private |
Definition at line 185 of file dialog_edit_cfg.cpp.
References m_grid.
Referenced by DIALOG_EDIT_CFG(), and OnSize().
|
private |
Definition at line 229 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 276 of file dialog_edit_cfg.cpp.
References m_grid, saveSettings(), and updateRowAppearance().
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 301 of file dialog_edit_cfg.cpp.
References _, m_contextRow, and OnResetDefault().
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 311 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 214 of file dialog_edit_cfg.cpp.
References adjustColumnWidths(), and m_grid.
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 248 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 337 of file dialog_edit_cfg.cpp.
References m_grid.
Referenced by loadSettings(), OnCellChange(), and OnResetDefault().
|
private |
Definition at line 42 of file dialog_edit_cfg.h.
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 43 of file dialog_edit_cfg.h.
Referenced by DIALOG_EDIT_CFG(), OnCellRightClick(), and OnResetDefault().
|
private |
Definition at line 41 of file dialog_edit_cfg.h.
Referenced by adjustColumnWidths(), DIALOG_EDIT_CFG(), loadSettings(), OnCellChange(), OnResetDefault(), OnSize(), saveSettings(), and updateRowAppearance().