KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Attributes | |
int | default_bus_thickness |
int | default_junction_size |
int | default_line_thickness |
int | default_repeat_offset_x |
int | default_repeat_offset_y |
int | default_wire_thickness |
int | default_text_size |
int | pin_symbol_size |
double | text_offset_ratio |
COLOR4D | default_sheet_border_color |
COLOR4D | default_sheet_background_color |
POWER_SYMBOLS | new_power_symbols |
wxString | field_names |
int | line_mode |
ARC_EDIT_MODE | arc_edit_mode |
int | repeat_label_increment |
bool | intersheets_ref_show |
bool | intersheets_ref_own_page |
bool | intersheets_ref_short |
wxString | intersheets_ref_prefix |
wxString | intersheets_ref_suffix |
bool | auto_start_wires |
std::vector< double > | junction_size_mult_list |
int | junction_size_choice |
int | hop_over_size_choice |
Definition at line 151 of file eeschema_settings.h.
ARC_EDIT_MODE EESCHEMA_SETTINGS::DRAWING::arc_edit_mode |
Definition at line 167 of file eeschema_settings.h.
Referenced by PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings().
bool EESCHEMA_SETTINGS::DRAWING::auto_start_wires |
Definition at line 174 of file eeschema_settings.h.
Referenced by PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings().
int EESCHEMA_SETTINGS::DRAWING::default_bus_thickness |
Definition at line 153 of file eeschema_settings.h.
int EESCHEMA_SETTINGS::DRAWING::default_junction_size |
Definition at line 154 of file eeschema_settings.h.
int EESCHEMA_SETTINGS::DRAWING::default_line_thickness |
Definition at line 155 of file eeschema_settings.h.
Referenced by SCH_DRAWING_TOOLS::DrawSheet(), SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::TransferDataToWindow().
int EESCHEMA_SETTINGS::DRAWING::default_repeat_offset_x |
Definition at line 156 of file eeschema_settings.h.
Referenced by PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings().
int EESCHEMA_SETTINGS::DRAWING::default_repeat_offset_y |
Definition at line 157 of file eeschema_settings.h.
Referenced by PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings().
COLOR4D EESCHEMA_SETTINGS::DRAWING::default_sheet_background_color |
Definition at line 163 of file eeschema_settings.h.
Referenced by SCH_DRAWING_TOOLS::DrawSheet(), and PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings().
COLOR4D EESCHEMA_SETTINGS::DRAWING::default_sheet_border_color |
Definition at line 162 of file eeschema_settings.h.
Referenced by SCH_DRAWING_TOOLS::DrawSheet(), and PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings().
int EESCHEMA_SETTINGS::DRAWING::default_text_size |
Definition at line 159 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
int EESCHEMA_SETTINGS::DRAWING::default_wire_thickness |
Definition at line 158 of file eeschema_settings.h.
wxString EESCHEMA_SETTINGS::DRAWING::field_names |
Definition at line 165 of file eeschema_settings.h.
int EESCHEMA_SETTINGS::DRAWING::hop_over_size_choice |
Definition at line 179 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
bool EESCHEMA_SETTINGS::DRAWING::intersheets_ref_own_page |
Definition at line 170 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
wxString EESCHEMA_SETTINGS::DRAWING::intersheets_ref_prefix |
Definition at line 172 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
bool EESCHEMA_SETTINGS::DRAWING::intersheets_ref_short |
Definition at line 171 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
bool EESCHEMA_SETTINGS::DRAWING::intersheets_ref_show |
Definition at line 169 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
wxString EESCHEMA_SETTINGS::DRAWING::intersheets_ref_suffix |
Definition at line 173 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
int EESCHEMA_SETTINGS::DRAWING::junction_size_choice |
Definition at line 178 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
std::vector<double> EESCHEMA_SETTINGS::DRAWING::junction_size_mult_list |
Definition at line 175 of file eeschema_settings.h.
Referenced by SCH_EDIT_FRAME::GetSchematicHopOverScale(), and SCH_EDIT_FRAME::GetSchematicJunctionSize().
int EESCHEMA_SETTINGS::DRAWING::line_mode |
Definition at line 166 of file eeschema_settings.h.
Referenced by SCH_EDITOR_CONDITIONS::lineModeFunc(), and PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings().
POWER_SYMBOLS EESCHEMA_SETTINGS::DRAWING::new_power_symbols |
Definition at line 164 of file eeschema_settings.h.
Referenced by PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings(), and SCH_DRAWING_TOOLS::PlaceSymbol().
int EESCHEMA_SETTINGS::DRAWING::pin_symbol_size |
Definition at line 160 of file eeschema_settings.h.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().
int EESCHEMA_SETTINGS::DRAWING::repeat_label_increment |
Definition at line 168 of file eeschema_settings.h.
Referenced by PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings().
double EESCHEMA_SETTINGS::DRAWING::text_offset_ratio |
Definition at line 161 of file eeschema_settings.h.