KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Attributes | |
int | selection_thickness |
int | highlight_thickness |
bool | draw_selected_children |
bool | fill_shapes |
bool | select_pin_selects_symbol |
Definition at line 149 of file eeschema_settings.h.
bool EESCHEMA_SETTINGS::SELECTION::draw_selected_children |
Definition at line 153 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataFromWindow().
bool EESCHEMA_SETTINGS::SELECTION::fill_shapes |
Definition at line 154 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataFromWindow().
int EESCHEMA_SETTINGS::SELECTION::highlight_thickness |
Definition at line 152 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), KIGFX::SCH_PAINTER::getShadowWidth(), PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataFromWindow().
bool EESCHEMA_SETTINGS::SELECTION::select_pin_selects_symbol |
Definition at line 155 of file eeschema_settings.h.
Referenced by EE_SELECTION_TOOL::CollectHits(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), EE_SELECTION_TOOL::GuessSelectionCandidates(), PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings(), EE_SELECTION_TOOL::Selectable(), and PANEL_EESCHEMA_EDITING_OPTIONS::TransferDataFromWindow().
int EESCHEMA_SETTINGS::SELECTION::selection_thickness |
Definition at line 151 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), KIGFX::SCH_PAINTER::getShadowWidth(), PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataFromWindow().