KiCad PCB EDA Suite
|
#include <lib_symbol.h>
Public Member Functions | |
LIB_SYMBOL_OPTIONS () | |
Public Attributes | |
TRANSFORM | transform |
bool | force_draw_pin_text |
bool | draw_visible_fields |
bool | draw_hidden_fields |
bool | show_elec_type |
bool | show_connect_point |
Definition at line 62 of file lib_symbol.h.
|
inline |
Definition at line 72 of file lib_symbol.h.
References DefaultTransform, draw_hidden_fields, draw_visible_fields, force_draw_pin_text, show_connect_point, show_elec_type, and transform.
bool LIB_SYMBOL_OPTIONS::draw_hidden_fields |
Definition at line 67 of file lib_symbol.h.
Referenced by LIB_SYMBOL_OPTIONS(), DIALOG_PIN_PROPERTIES::OnPaintShowPanel(), SCH_SYMBOL::Print(), LIB_SYMBOL::Print(), LIB_PIN::print(), and SCH_SYMBOL::PrintBackground().
bool LIB_SYMBOL_OPTIONS::draw_visible_fields |
Definition at line 66 of file lib_symbol.h.
Referenced by LIB_SYMBOL_OPTIONS(), SCH_SYMBOL::Print(), LIB_SYMBOL::Print(), and SCH_SYMBOL::PrintBackground().
bool LIB_SYMBOL_OPTIONS::force_draw_pin_text |
Definition at line 65 of file lib_symbol.h.
Referenced by LIB_SYMBOL_OPTIONS(), DIALOG_PIN_PROPERTIES::OnPaintShowPanel(), and LIB_PIN::print().
bool LIB_SYMBOL_OPTIONS::show_connect_point |
Definition at line 69 of file lib_symbol.h.
Referenced by LIB_SYMBOL_OPTIONS(), DIALOG_PIN_PROPERTIES::OnPaintShowPanel(), and LIB_PIN::print().
bool LIB_SYMBOL_OPTIONS::show_elec_type |
Definition at line 68 of file lib_symbol.h.
Referenced by LIB_SYMBOL_OPTIONS(), and LIB_PIN::print().
TRANSFORM LIB_SYMBOL_OPTIONS::transform |
Definition at line 64 of file lib_symbol.h.
Referenced by LIB_SYMBOL_OPTIONS(), SCH_SYMBOL::Print(), LIB_SYMBOL::Print(), SCH_SYMBOL::PrintBackground(), and LIB_SYMBOL::PrintBackground().