KiCad PCB EDA Suite
|
Store the common settings that are saved and loaded for each window / frame. More...
#include <app_settings.h>
Public Attributes | |
WINDOW_STATE | state |
wxString | mru_path |
wxString | perspective |
std::vector< double > | zoom_factors |
CURSOR_SETTINGS | cursor |
GRID_SETTINGS | grid |
Store the common settings that are saved and loaded for each window / frame.
Definition at line 95 of file app_settings.h.
CURSOR_SETTINGS WINDOW_SETTINGS::cursor |
Definition at line 102 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), DISPLAY_FOOTPRINTS_FRAME::LoadSettings(), FOOTPRINT_VIEWER_FRAME::LoadSettings(), GAL_DISPLAY_OPTIONS_IMPL::ReadWindowSettings(), and GAL_DISPLAY_OPTIONS_IMPL::WriteConfig().
GRID_SETTINGS WINDOW_SETTINGS::grid |
Definition at line 103 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), GRID_MENU::BuildChoiceList(), EDA_DRAW_FRAME::IsGridOverridden(), EDA_DRAW_FRAME::IsGridVisible(), PCB_BASE_FRAME::LoadSettings(), SCH_BASE_FRAME::LoadSettings(), SCH_EDIT_FRAME::LoadSettings(), FOOTPRINT_PREVIEW_PANEL::New(), EDA_DRAW_FRAME::OnUpdateSelectGrid(), GAL_DISPLAY_OPTIONS_IMPL::ReadWindowSettings(), EDA_DRAW_FRAME::SetGridOverrides(), EDA_DRAW_FRAME::SetGridVisibility(), GRID_MENU::update(), and GAL_DISPLAY_OPTIONS_IMPL::WriteConfig().
wxString WINDOW_SETTINGS::mru_path |
Definition at line 98 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), EDA_BASE_FRAME::LoadWindowSettings(), and EDA_BASE_FRAME::SaveWindowSettings().
wxString WINDOW_SETTINGS::perspective |
Definition at line 99 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), FOOTPRINT_WIZARD_FRAME::LoadSettings(), EDA_BASE_FRAME::LoadWindowSettings(), FOOTPRINT_WIZARD_FRAME::SaveSettings(), and EDA_BASE_FRAME::SaveWindowSettings().
WINDOW_STATE WINDOW_SETTINGS::state |
Definition at line 97 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), EDA_BASE_FRAME::LoadWindowSettings(), PROJECT_LOCAL_SETTINGS::SaveFileState(), and EDA_BASE_FRAME::SaveWindowSettings().
std::vector<double> WINDOW_SETTINGS::zoom_factors |
Definition at line 100 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), EDA_DRAW_FRAME::OnUpdateSelectZoom(), and EDA_DRAW_FRAME::UpdateZoomSelectBox().