|
KiCad PCB EDA Suite
|
#include <kiface_base.h>#include <string_utils.h>#include <macros.h>#include <auto_associate.h>#include <cvpcb_association.h>#include <cvpcb_mainframe.h>#include <listboxes.h>#include <project/project_file.h>#include <wx/msgdlg.h>Go to the source code of this file.
Macros | |
| #define | QUOTE '\'' |
Functions | |
| wxString | GetQuotedText (wxString &text) |
| Read the string between quotes. | |
| bool | sortListbyCmpValue (const FOOTPRINT_EQUIVALENCE &ref, const FOOTPRINT_EQUIVALENCE &test) |
| #define QUOTE '\'' |
Definition at line 45 of file auto_associate.cpp.
Referenced by GetQuotedText().
| wxString GetQuotedText | ( | wxString & | text | ) |
Read the string between quotes.
Definition at line 53 of file auto_associate.cpp.
Referenced by CVPCB_MAINFRAME::buildEquivalenceList().
| bool sortListbyCmpValue | ( | const FOOTPRINT_EQUIVALENCE & | ref, |
| const FOOTPRINT_EQUIVALENCE & | test ) |
Definition at line 73 of file auto_associate.cpp.
References FOOTPRINT_EQUIVALENCE::m_ComponentValue.
Referenced by CVPCB_MAINFRAME::AutomaticFootprintMatching().