KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Attributes | |
int | selection_thickness |
int | highlight_thickness |
bool | draw_selected_children |
bool | fill_shapes |
bool | highlight_netclass_colors |
int | highlight_netclass_colors_thickness |
double | highlight_netclass_colors_alpha |
Definition at line 188 of file eeschema_settings.h.
bool EESCHEMA_SETTINGS::SELECTION::draw_selected_children |
Definition at line 192 of file eeschema_settings.h.
Referenced by PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings().
bool EESCHEMA_SETTINGS::SELECTION::fill_shapes |
Definition at line 193 of file eeschema_settings.h.
Referenced by PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings().
bool EESCHEMA_SETTINGS::SELECTION::highlight_netclass_colors |
Definition at line 194 of file eeschema_settings.h.
Referenced by KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings().
double EESCHEMA_SETTINGS::SELECTION::highlight_netclass_colors_alpha |
Definition at line 196 of file eeschema_settings.h.
Referenced by KIGFX::SCH_PAINTER::draw(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings().
int EESCHEMA_SETTINGS::SELECTION::highlight_netclass_colors_thickness |
Definition at line 195 of file eeschema_settings.h.
Referenced by KIGFX::SCH_PAINTER::getLineWidth(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings().
int EESCHEMA_SETTINGS::SELECTION::highlight_thickness |
Definition at line 191 of file eeschema_settings.h.
Referenced by KIGFX::SCH_PAINTER::getShadowWidth(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings().
int EESCHEMA_SETTINGS::SELECTION::selection_thickness |
Definition at line 190 of file eeschema_settings.h.
Referenced by KIGFX::SCH_PAINTER::getShadowWidth(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings().