KiCad PCB EDA Suite
Loading...
Searching...
No Matches
auto_associate.cpp File Reference
#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)
 

Macro Definition Documentation

◆ QUOTE

#define QUOTE   '\''

Definition at line 45 of file auto_associate.cpp.

Referenced by GetQuotedText().

Function Documentation

◆ GetQuotedText()

wxString GetQuotedText ( wxString & text)

Read the string between quotes.

Returns
a the quoted string.

Definition at line 53 of file auto_associate.cpp.

References QUOTE, and text.

Referenced by CVPCB_MAINFRAME::buildEquivalenceList().

◆ sortListbyCmpValue()

bool sortListbyCmpValue ( const FOOTPRINT_EQUIVALENCE & ref,
const FOOTPRINT_EQUIVALENCE & test )