|
KiCad PCB EDA Suite
|
Public Member Functions | |
| void | RunTest (const BOARD &aBrd) const override |
| std::string | GetName () const override |
Public Attributes | |
| std::optional< VECTOR2I > | m_Position |
| std::optional< int > | m_Radius |
| std::optional< std::string > | m_LayerName |
Definition at line 346 of file board_expectations.cpp.
|
inlineoverridevirtual |
Implements KI_TEST::BOARD_EXPECTATION.
Definition at line 391 of file board_expectations.cpp.
References m_LayerName, m_Position, m_Radius, and pcbIUScale.
|
inlineoverridevirtual |
Implements KI_TEST::BOARD_EXPECTATION.
Definition at line 353 of file board_expectations.cpp.
References BOOST_TEST(), CIRCLE, BOARD::Drawings(), PCB_SHAPE::GetLayer(), BOARD::GetLayerName(), PCB_SHAPE::GetPosition(), EDA_SHAPE::GetRadius(), EDA_SHAPE::GetShape(), m_LayerName, m_Position, m_Radius, and PCB_SHAPE_T.
| std::optional<std::string> CIRCLE_EXPECTATION::m_LayerName |
Definition at line 351 of file board_expectations.cpp.
| std::optional<VECTOR2I> CIRCLE_EXPECTATION::m_Position |
Definition at line 349 of file board_expectations.cpp.
| std::optional<int> CIRCLE_EXPECTATION::m_Radius |
Definition at line 350 of file board_expectations.cpp.