KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_cadstar_archive_parser.cpp File Reference

Test suite for CADSTAR_ARCHIVE_PARSER. More...

Go to the source code of this file.

Classes

struct  VERTEX_APPEND_CASE
 

Typedefs

using vt = CADSTAR_ARCHIVE_PARSER::VERTEX_TYPE
 

Functions

 BOOST_AUTO_TEST_CASE (AppendToChain)
 

Variables

std::function< wxPoint(const wxPoint &)> m_CadstarToKicadPointCallback
 
static const std::vector< VERTEX_APPEND_CASEappendToChainCases
 

Detailed Description

Test suite for CADSTAR_ARCHIVE_PARSER.

Definition in file test_cadstar_archive_parser.cpp.

Typedef Documentation

◆ vt

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

Variable Documentation

◆ appendToChainCases

const std::vector<VERTEX_APPEND_CASE> appendToChainCases
static

Definition at line 54 of file test_cadstar_archive_parser.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ m_CadstarToKicadPointCallback

std::function<wxPoint( const wxPoint& )> m_CadstarToKicadPointCallback

Definition at line 49 of file test_cadstar_archive_parser.cpp.