KiCad PCB EDA Suite
|
#include <class_libentry.h>
Public Member Functions | |
bool | PinIsDangling (size_t aPin) const |
Static Public Member Functions | |
static PART_DRAW_OPTIONS | Default () |
Public Attributes | |
GR_DRAWMODE | draw_mode |
Device context drawing mode, see wxDC. More... | |
COLOR4D | color |
Color to draw part in. More... | |
TRANSFORM | transform |
Coordinate adjustment settings. More... | |
bool | show_pin_text |
Whether to show pin texts. More... | |
bool | draw_visible_fields |
Whether to draw "visible" fields. More... | |
bool | draw_hidden_fields |
Whether to draw "hidden" fields. More... | |
bool | only_selected |
Draws only the body items that are selected, for block moves. More... | |
std::vector< bool > | dangling |
which pins should display as dangling, or empty for All More... | |
bool | show_elec_type |
Whether to show the pin electrical type. More... | |
Definition at line 167 of file class_libentry.h.
|
inlinestatic |
Definition at line 179 of file class_libentry.h.
References color, DefaultTransform, draw_hidden_fields, draw_mode, draw_visible_fields, GR_DEFAULT_DRAWMODE, only_selected, show_elec_type, show_pin_text, and transform.
Referenced by SCH_COMPONENT::Draw(), DrawMovingBlockOutlines(), LIB_EDIT_FRAME::PrintPage(), LIB_VIEW_FRAME::RedrawActiveWindow(), LIB_EDIT_FRAME::RedrawComponent(), DIALOG_RESCUE_EACH::renderPreview(), and DIALOG_CHOOSE_COMPONENT::RenderPreview().
|
inline |
Definition at line 193 of file class_libentry.h.
Referenced by LIB_PART::Draw().
COLOR4D PART_DRAW_OPTIONS::color |
Color to draw part in.
Definition at line 170 of file class_libentry.h.
Referenced by Default(), and LIB_PART::Draw().
std::vector<bool> PART_DRAW_OPTIONS::dangling |
which pins should display as dangling, or empty for All
Definition at line 176 of file class_libentry.h.
bool PART_DRAW_OPTIONS::draw_hidden_fields |
Whether to draw "hidden" fields.
Definition at line 174 of file class_libentry.h.
Referenced by Default(), and LIB_PART::Draw().
GR_DRAWMODE PART_DRAW_OPTIONS::draw_mode |
Device context drawing mode, see wxDC.
Definition at line 169 of file class_libentry.h.
Referenced by Default(), and LIB_PART::Draw().
bool PART_DRAW_OPTIONS::draw_visible_fields |
Whether to draw "visible" fields.
Definition at line 173 of file class_libentry.h.
Referenced by Default(), and LIB_PART::Draw().
bool PART_DRAW_OPTIONS::only_selected |
Draws only the body items that are selected, for block moves.
Definition at line 175 of file class_libentry.h.
Referenced by Default(), and LIB_PART::Draw().
bool PART_DRAW_OPTIONS::show_elec_type |
Whether to show the pin electrical type.
Definition at line 177 of file class_libentry.h.
Referenced by Default(), and LIB_PART::Draw().
bool PART_DRAW_OPTIONS::show_pin_text |
Whether to show pin texts.
Definition at line 172 of file class_libentry.h.
Referenced by Default(), and LIB_PART::Draw().
TRANSFORM PART_DRAW_OPTIONS::transform |
Coordinate adjustment settings.
Definition at line 171 of file class_libentry.h.
Referenced by Default(), and LIB_PART::Draw().