KiCad PCB EDA Suite
|
#include <app_settings.h>
Public Attributes | |
int | canvas_type |
float | highlight_factor |
How much to brighten highlighted objects by. | |
float | select_factor |
How much to brighten selected objects by. | |
Definition at line 119 of file app_settings.h.
int APP_SETTINGS_BASE::GRAPHICS::canvas_type |
Definition at line 121 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), PANEL_SYMBOL_CHOOSER::constructRightPanel(), EDA_DRAW_FRAME::loadCanvasTypeSetting(), PANEL_EESCHEMA_COLOR_SETTINGS::PANEL_EESCHEMA_COLOR_SETTINGS(), GAL_OPTIONS_PANEL::TransferDataFromWindow(), and GAL_OPTIONS_PANEL::TransferDataToWindow().
float APP_SETTINGS_BASE::GRAPHICS::highlight_factor |
How much to brighten highlighted objects by.
Definition at line 122 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 123 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PCB_BASE_FRAME::LoadSettings().