KiCad PCB EDA Suite
|
Public Attributes | |
std::string | m_ctx_name |
SHAPE_LINE_CHAIN | m_chain |
bool | m_closed |
int | m_shape_count |
int | m_point_count |
int | m_expected_shape_count |
int | m_expected_point_count |
Definition at line 315 of file test_shape_line_chain.cpp.
SHAPE_LINE_CHAIN CLOSE_TOGGLE_SHAPE_CASE::m_chain |
Definition at line 318 of file test_shape_line_chain.cpp.
bool CLOSE_TOGGLE_SHAPE_CASE::m_closed |
Definition at line 319 of file test_shape_line_chain.cpp.
std::string CLOSE_TOGGLE_SHAPE_CASE::m_ctx_name |
Definition at line 317 of file test_shape_line_chain.cpp.
int CLOSE_TOGGLE_SHAPE_CASE::m_expected_point_count |
Definition at line 323 of file test_shape_line_chain.cpp.
int CLOSE_TOGGLE_SHAPE_CASE::m_expected_shape_count |
Definition at line 322 of file test_shape_line_chain.cpp.
int CLOSE_TOGGLE_SHAPE_CASE::m_point_count |
Definition at line 321 of file test_shape_line_chain.cpp.
int CLOSE_TOGGLE_SHAPE_CASE::m_shape_count |
Definition at line 320 of file test_shape_line_chain.cpp.