![]() |
KiCad PCB EDA Suite
|
#include <app_settings.h>
Public Attributes | |
int | canvas_type |
float | highlight_factor |
How much to brighten highlighted objects by. More... | |
float | select_factor |
How much to brighten selected objects by. More... | |
float | high_contrast_factor |
How much to darken inactive layers by. More... | |
Definition at line 113 of file app_settings.h.
int APP_SETTINGS_BASE::GRAPHICS::canvas_type |
Definition at line 115 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), EDA_DRAW_FRAME::loadCanvasTypeSetting(), FOOTPRINT_PREVIEW_PANEL::New(), PANEL_EESCHEMA_COLOR_SETTINGS::PANEL_EESCHEMA_COLOR_SETTINGS(), and EDA_DRAW_FRAME::saveCanvasTypeSetting().
float APP_SETTINGS_BASE::GRAPHICS::high_contrast_factor |
How much to darken inactive layers by.
Definition at line 118 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PCB_BASE_FRAME::LoadSettings().
float APP_SETTINGS_BASE::GRAPHICS::highlight_factor |
How much to brighten highlighted objects by.
Definition at line 116 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PCB_BASE_FRAME::LoadSettings().
float APP_SETTINGS_BASE::GRAPHICS::select_factor |
How much to brighten selected objects by.
Definition at line 117 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PCB_BASE_FRAME::LoadSettings().