KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
bool | show_scrollbars |
double | canvas_scale |
ICON_THEME | icon_theme |
bool | use_icons_in_menus |
bool | apply_icon_scale_to_fonts |
double | hicontrast_dimming_factor |
int | text_editor_zoom |
int | toolbar_icon_size |
bool | grid_striping |
double | zoom_correction_factor |
Definition at line 49 of file common_settings.h.
bool COMMON_SETTINGS::APPEARANCE::apply_icon_scale_to_fonts |
Definition at line 55 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
double COMMON_SETTINGS::APPEARANCE::canvas_scale |
Definition at line 52 of file common_settings.h.
Referenced by getKiCadConfiguredScale().
bool COMMON_SETTINGS::APPEARANCE::grid_striping |
Definition at line 59 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
double COMMON_SETTINGS::APPEARANCE::hicontrast_dimming_factor |
Definition at line 56 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), KIGFX::PCB_RENDER_SETTINGS::LoadColors(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
ICON_THEME COMMON_SETTINGS::APPEARANCE::icon_theme |
Definition at line 53 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
bool COMMON_SETTINGS::APPEARANCE::show_scrollbars |
Definition at line 51 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
int COMMON_SETTINGS::APPEARANCE::text_editor_zoom |
Definition at line 57 of file common_settings.h.
Referenced by PANEL_SETUP_RULES::~PANEL_SETUP_RULES().
int COMMON_SETTINGS::APPEARANCE::toolbar_icon_size |
Definition at line 58 of file common_settings.h.
Referenced by ACTION_TOOLBAR_PALETTE::AddAction(), PANEL_COMMON_SETTINGS::applySettingsToPanel(), EDA_DRAW_FRAME::CommonSettingsChanged(), KICAD_MANAGER_FRAME::CommonSettingsChanged(), WX_AUI_TOOLBAR_ART::GetToolSize(), EDA_DRAW_FRAME::LoadSettings(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and PANEL_PCBNEW_ACTION_PLUGINS::TransferDataToWindow().
bool COMMON_SETTINGS::APPEARANCE::use_icons_in_menus |
Definition at line 54 of file common_settings.h.
Referenced by KIUI::AddBitmapToMenuItem(), PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
double COMMON_SETTINGS::APPEARANCE::zoom_correction_factor |
Definition at line 60 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), KIGFX::GAL::computeWorldScale(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().