KiCad PCB EDA Suite
|
Public Member Functions | |
TEST_EE_ITEM_FIXTURE () | |
EDA_ITEM * | Instantiate (KICAD_T aType) |
Static Public Member Functions | |
static void | CompareItems (EDA_ITEM *aItem, EDA_ITEM *aOriginalItem) |
Public Attributes | |
SCH_SHEET | m_sheet |
LIB_SYMBOL | m_symbol |
SCH_PIN | m_pin |
std::shared_ptr< ERC_ITEM > | m_ercItem |
Definition at line 51 of file test_ee_item.cpp.
|
inline |
Definition at line 59 of file test_ee_item.cpp.
References m_sheet, EDA_IU_SCALE::mmToIU(), schIUScale, SCH_SHEET::SetPosition(), and SCH_SHEET::SetSize().
|
inlinestatic |
Definition at line 148 of file test_ee_item.cpp.
References BOX2< Vec >::GetBottom(), EDA_ITEM::GetBoundingBox(), BOX2< Vec >::GetLeft(), EDA_ITEM::GetPosition(), BOX2< Vec >::GetRight(), and BOX2< Vec >::GetTop().
Definition at line 69 of file test_ee_item.cpp.
References SHAPE_LINE_CHAIN::Append(), SCH_SHEET::GetPosition(), SCH_TABLE::InsertCell(), IsEeschemaType(), IsInstantiableType(), LAYER_NOTES, LIB_SYMBOL_T, m_ercItem, m_sheet, m_symbol, EDA_IU_SCALE::mmToIU(), SHAPE_POLY_SET::NewOutline(), SHAPE_POLY_SET::Outline(), SCH_BITMAP_T, SCH_BUS_BUS_ENTRY_T, SCH_BUS_WIRE_ENTRY_T, SCH_DIRECTIVE_LABEL_T, SCH_FIELD_T, SCH_GLOBAL_LABEL_T, SCH_HIER_LABEL_T, SCH_JUNCTION_T, SCH_LABEL_T, SCH_LINE_T, SCH_MARKER_T, SCH_NO_CONNECT_T, SCH_PIN_T, SCH_RULE_AREA_T, SCH_SHAPE_T, SCH_SHEET_PIN_T, SCH_SHEET_T, SCH_SYMBOL_T, SCH_TABLE_T, SCH_TABLECELL_T, SCH_TEXT_T, SCH_TEXTBOX_T, SCHEMATIC_T, schIUScale, SCH_TABLE::SetColCount(), EDA_SHAPE::SetPolyShape(), VECTOR2< T >::x, and VECTOR2< T >::y.
std::shared_ptr<ERC_ITEM> TEST_EE_ITEM_FIXTURE::m_ercItem |
Definition at line 57 of file test_ee_item.cpp.
Referenced by Instantiate().
SCH_PIN TEST_EE_ITEM_FIXTURE::m_pin |
Definition at line 56 of file test_ee_item.cpp.
SCH_SHEET TEST_EE_ITEM_FIXTURE::m_sheet |
Definition at line 54 of file test_ee_item.cpp.
Referenced by Instantiate(), and TEST_EE_ITEM_FIXTURE().
LIB_SYMBOL TEST_EE_ITEM_FIXTURE::m_symbol |
Definition at line 55 of file test_ee_item.cpp.
Referenced by Instantiate().