KiCad PCB EDA Suite
|
Stores 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 |
Stores the common settings that are saved and loaded for each window / frame.
Definition at line 73 of file app_settings.h.
CURSOR_SETTINGS WINDOW_SETTINGS::cursor |
Definition at line 80 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), DISPLAY_FOOTPRINTS_FRAME::LoadSettings(), FOOTPRINT_VIEWER_FRAME::LoadSettings(), GAL_DISPLAY_OPTIONS_IMPL::ReadWindowSettings(), GAL_OPTIONS_PANEL::TransferDataFromWindow(), GAL_OPTIONS_PANEL::TransferDataToWindow(), and GAL_DISPLAY_OPTIONS_IMPL::WriteConfig().
GRID_SETTINGS WINDOW_SETTINGS::grid |
Definition at line 81 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), GRID_MENU::BuildChoiceList(), DIALOG_BOARD_REANNOTATE::DIALOG_BOARD_REANNOTATE(), EDA_DRAW_FRAME::DisplayGridMsg(), GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL(), EE_GRID_HELPER::GetGridSize(), PCB_GRID_HELPER::GetGridSize(), DIALOG_BOARD_REANNOTATE::GetParameters(), COMMON_TOOLS::GridFast1(), COMMON_TOOLS::GridFast2(), COMMON_TOOLS::GridFastCycle(), SCH_EDITOR_CONTROL::GridFeedback(), COMMON_TOOLS::GridNext(), COMMON_TOOLS::GridPreset(), COMMON_TOOLS::GridPrev(), EDA_DRAW_FRAME::IsGridOverridden(), EDA_DRAW_FRAME::IsGridVisible(), SCH_BASE_FRAME::LoadSettings(), SCH_EDIT_FRAME::LoadSettings(), GERBVIEW_FRAME::LoadSettings(), PCB_BASE_FRAME::LoadSettings(), PL_EDITOR_FRAME::LoadSettings(), FOOTPRINT_PREVIEW_PANEL::New(), COMMON_TOOLS::OnGridChanged(), EDA_DRAW_FRAME::OnUpdateSelectGrid(), GAL_DISPLAY_OPTIONS_IMPL::ReadWindowSettings(), COMMON_TOOLS::Reset(), EDA_DRAW_FRAME::SetGridOverrides(), EDA_DRAW_FRAME::SetGridVisibility(), PANEL_GRID_SETTINGS::TransferDataFromWindow(), GAL_OPTIONS_PANEL::TransferDataFromWindow(), PANEL_GRID_SETTINGS::TransferDataToWindow(), GAL_OPTIONS_PANEL::TransferDataToWindow(), GRID_MENU::update(), and GAL_DISPLAY_OPTIONS_IMPL::WriteConfig().
wxString WINDOW_SETTINGS::mru_path |
Definition at line 76 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 77 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), 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 75 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), FOOTPRINT_VIEWER_FRAME::LoadSettings(), EDA_BASE_FRAME::LoadWindowSettings(), PROJECT_LOCAL_SETTINGS::SaveFileState(), and EDA_BASE_FRAME::SaveWindowSettings().
std::vector<double> WINDOW_SETTINGS::zoom_factors |
Definition at line 78 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), COMMON_TOOLS::doZoomInOut(), COMMON_TOOLS::doZoomToPreset(), SCH_BASE_FRAME::LoadSettings(), GERBVIEW_FRAME::LoadSettings(), PCB_BASE_FRAME::LoadSettings(), PL_EDITOR_FRAME::LoadSettings(), FOOTPRINT_PREVIEW_PANEL::New(), EDA_DRAW_FRAME::OnUpdateSelectZoom(), ZOOM_MENU::update(), and EDA_DRAW_FRAME::UpdateZoomSelectBox().