25 #ifndef QA_PCBNEW_BOARD_TEST_UTILS__H 26 #define QA_PCBNEW_BOARD_TEST_UTILS__H 30 #include <wx/string.h> 62 std::unique_ptr<BOARD>& aBoard );
69 #endif // QA_PCBNEW_BOARD_TEST_UTILS__H A base class for any item which can be embedded within the BOARD container class, and therefore insta...
void DumpBoardToFile(BOARD &aBoard, const std::string &aName) const
Information pertinent to a Pcbnew printed circuit board.
void FillZones(BOARD *m_board, int aFillVersion)
A helper that contains logic to assist in dumping boards to disk depending on some environment variab...
void LoadBoard(SETTINGS_MANAGER &aSettingsManager, const wxString &aRelPath, std::unique_ptr< BOARD > &aBoard)