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 91 of file app_settings.h.
CURSOR_SETTINGS WINDOW_SETTINGS::cursor |
Definition at line 98 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), DISPLAY_FOOTPRINTS_FRAME::LoadSettings(), FOOTPRINT_VIEWER_FRAME::LoadSettings(), KIGFX::GAL_DISPLAY_OPTIONS::ReadWindowSettings(), GAL_OPTIONS_PANEL::TransferDataFromWindow(), GAL_OPTIONS_PANEL::TransferDataToWindow(), and KIGFX::GAL_DISPLAY_OPTIONS::WriteConfig().
GRID_SETTINGS WINDOW_SETTINGS::grid |
Definition at line 99 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::addParamsForWindow(), GRID_MENU::BuildChoiceList(), DIALOG_BOARD_REANNOTATE::DIALOG_BOARD_REANNOTATE(), DIALOG_GRID_SETTINGS::DIALOG_GRID_SETTINGS(), DIALOG_BOARD_REANNOTATE::GetParameters(), COMMON_TOOLS::GridFast1(), COMMON_TOOLS::GridFast2(), COMMON_TOOLS::GridNext(), COMMON_TOOLS::GridPreset(), COMMON_TOOLS::GridPrev(), 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(), KIGFX::GAL_DISPLAY_OPTIONS::ReadWindowSettings(), COMMON_TOOLS::Reset(), EDA_DRAW_FRAME::SetGridVisibility(), DIALOG_GRID_SETTINGS::TransferDataFromWindow(), GAL_OPTIONS_PANEL::TransferDataFromWindow(), DIALOG_GRID_SETTINGS::TransferDataToWindow(), GAL_OPTIONS_PANEL::TransferDataToWindow(), GRID_MENU::update(), and KIGFX::GAL_DISPLAY_OPTIONS::WriteConfig().
wxString WINDOW_SETTINGS::mru_path |
Definition at line 94 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 95 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 93 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 96 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().