|
KiCad PCB EDA Suite
|
#include <dialog_edit_cfg.h>
Public Member Functions | |
| DIALOG_EDIT_CFG (wxWindow *aParent) | |
| bool | TransferDataToWindow () override |
| bool | TransferDataFromWindow () override |
Private Member Functions | |
| 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 157 of file dialog_edit_cfg.cpp.
References _, PATHS::GetUserSettingsPath(), m_cfgFile, m_contextRow, m_grid, OnCellChange(), and OnCellRightClick().
|
private |
Definition at line 260 of file dialog_edit_cfg.cpp.
References m_grid, saveSettings(), and updateRowAppearance().
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 287 of file dialog_edit_cfg.cpp.
References _, m_contextRow, and OnResetDefault().
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 298 of file dialog_edit_cfg.cpp.
References ADVANCED_CFG::GetCfg(), m_contextRow, m_grid, paramDefaultString(), saveSettings(), and updateRowAppearance().
Referenced by OnCellRightClick().
|
private |
Definition at line 232 of file dialog_edit_cfg.cpp.
References ADVANCED_CFG::GetCfg(), m_grid, ADVANCED_CFG::Save(), and writeParam().
Referenced by OnCellChange(), OnResetDefault(), and TransferDataFromWindow().
|
override |
Definition at line 222 of file dialog_edit_cfg.cpp.
References m_grid, and saveSettings().
|
override |
Definition at line 203 of file dialog_edit_cfg.cpp.
References ADVANCED_CFG::GetCfg(), m_grid, paramDefaultString(), paramValueString(), and updateRowAppearance().
|
private |
Definition at line 322 of file dialog_edit_cfg.cpp.
References m_grid.
Referenced by OnCellChange(), OnResetDefault(), and TransferDataToWindow().
|
private |
Definition at line 45 of file dialog_edit_cfg.h.
Referenced by DIALOG_EDIT_CFG().
|
private |
Definition at line 46 of file dialog_edit_cfg.h.
Referenced by DIALOG_EDIT_CFG(), OnCellRightClick(), and OnResetDefault().
|
private |
Definition at line 44 of file dialog_edit_cfg.h.
Referenced by DIALOG_EDIT_CFG(), OnCellChange(), OnResetDefault(), saveSettings(), TransferDataFromWindow(), TransferDataToWindow(), and updateRowAppearance().