37 m_mgr.SetEnvironment(
nullptr, &
m_view,
nullptr,
nullptr,
nullptr );
66 m_tool->FilterCollectorForHierarchy( collector,
false );
68 BOOST_REQUIRE_EQUAL( collector.
GetCount(), 1 );
69 BOOST_CHECK( collector[0] == &m_symbol );
76 m_tool->FilterCollectorForHierarchy( collector,
false );
78 BOOST_REQUIRE_EQUAL( collector.
GetCount(), 1 );
79 BOOST_CHECK( collector[0] == &m_group );
87 m_tool->FilterCollectorForHierarchy( collector,
false );
89 BOOST_REQUIRE_EQUAL( collector.
GetCount(), 1 );
90 BOOST_CHECK( collector[0] == &m_group );
97 m_tool->FilterCollectorForHierarchy( collector,
false );
99 BOOST_REQUIRE_EQUAL( collector.
GetCount(), 1 );
100 BOOST_CHECK( collector[0] == &m_group );
int GetCount() const
Return the number of objects in the list.
void SetScanTypes(const std::vector< KICAD_T > &aTypes)
Record the list of KICAD_T types to consider for collection by the Inspect() function.
void Append(EDA_ITEM *item)
Add an item to the end of the list.
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...
static const std::vector< KICAD_T > MovableItems
A set of SCH_ITEMs (i.e., without duplicates).
Class to handle a set of SCH_ITEMs.
BOOST_AUTO_TEST_CASE(HorizontalAlignment)
BOOST_AUTO_TEST_SUITE_END()