KiCad PCB EDA Suite
|
#include <confirm.h>
#include <string_utils.h>
#include <macros.h>
#include <pcb_edit_frame.h>
#include <board.h>
#include <footprint.h>
#include <project.h>
#include <wildcards_and_files_ext.h>
#include <wx/filedlg.h>
Go to the source code of this file.
Functions | |
bool | RecreateCmpFile (BOARD *aBrd, const wxString &aFullCmpFileName) |
bool RecreateCmpFile | ( | BOARD * | aBrd, |
const wxString & | aFullCmpFileName | ||
) |
Definition at line 36 of file export_footprint_associations.cpp.
References BOARD::Footprints(), GetISO8601CurrentDateTime(), and TO_UTF8.
Referenced by PCB_EDIT_FRAME::RecreateCmpFileFromBoard().