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 |
Definition at line 50 of file common_settings.h.
bool COMMON_SETTINGS::APPEARANCE::apply_icon_scale_to_fonts |
Definition at line 56 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
double COMMON_SETTINGS::APPEARANCE::canvas_scale |
Definition at line 53 of file common_settings.h.
Referenced by COMMON_SETTINGS::COMMON_SETTINGS(), getKiCadConfiguredScale(), and DPI_SCALING_COMMON::SetDpiConfig().
bool COMMON_SETTINGS::APPEARANCE::grid_striping |
Definition at line 60 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
double COMMON_SETTINGS::APPEARANCE::hicontrast_dimming_factor |
Definition at line 57 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), KIGFX::PCB_RENDER_SETTINGS::LoadColors(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
ICON_THEME COMMON_SETTINGS::APPEARANCE::icon_theme |
Definition at line 54 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), BITMAP_STORE::ThemeChanged(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
bool COMMON_SETTINGS::APPEARANCE::show_scrollbars |
Definition at line 52 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
int COMMON_SETTINGS::APPEARANCE::text_editor_zoom |
Definition at line 58 of file common_settings.h.
Referenced by COMMON_SETTINGS::COMMON_SETTINGS(), PANEL_SETUP_RULES::PANEL_SETUP_RULES(), and PANEL_SETUP_RULES::~PANEL_SETUP_RULES().
int COMMON_SETTINGS::APPEARANCE::toolbar_icon_size |
Definition at line 59 of file common_settings.h.
Referenced by ACTION_TOOLBAR_PALETTE::AddAction(), PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), EDA_DRAW_FRAME::CommonSettingsChanged(), KICAD_MANAGER_FRAME::CommonSettingsChanged(), WX_AUI_TOOLBAR_ART::GetToolSize(), EDA_DRAW_FRAME::LoadSettings(), BITMAP_BUTTON::OnPaint(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
bool COMMON_SETTINGS::APPEARANCE::use_icons_in_menus |
Definition at line 55 of file common_settings.h.
Referenced by KIUI::AddBitmapToMenuItem(), PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().