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 294 of file test_shape_line_chain.cpp.
SHAPE_LINE_CHAIN CLOSE_TOGGLE_SHAPE_CASE::m_chain |
Definition at line 297 of file test_shape_line_chain.cpp.
bool CLOSE_TOGGLE_SHAPE_CASE::m_closed |
Definition at line 298 of file test_shape_line_chain.cpp.
std::string CLOSE_TOGGLE_SHAPE_CASE::m_ctx_name |
Definition at line 296 of file test_shape_line_chain.cpp.
int CLOSE_TOGGLE_SHAPE_CASE::m_expected_point_count |
Definition at line 302 of file test_shape_line_chain.cpp.
int CLOSE_TOGGLE_SHAPE_CASE::m_expected_shape_count |
Definition at line 301 of file test_shape_line_chain.cpp.
int CLOSE_TOGGLE_SHAPE_CASE::m_point_count |
Definition at line 300 of file test_shape_line_chain.cpp.
int CLOSE_TOGGLE_SHAPE_CASE::m_shape_count |
Definition at line 299 of file test_shape_line_chain.cpp.