KiCad PCB EDA Suite
Loading...
Searching...
No Matches
template_fieldnames.cpp File Reference
#include <mutex>
#include <template_fieldnames.h>
#include <pgm_base.h>
#include <string_utils.h>

Go to the source code of this file.

Macros

#define REFERENCE_CANONICAL   "Reference"
 
#define VALUE_CANONICAL   "Value"
 
#define FOOTPRINT_CANONICAL   "Footprint"
 
#define DATASHEET_CANONICAL   "Datasheet"
 
#define DESCRIPTION_CANONICAL   "Description"
 

Functions

static wxString s_CanonicalReference (REFERENCE_CANONICAL)
 
static wxString s_CanonicalValue (VALUE_CANONICAL)
 
static wxString s_CanonicalFootprint (FOOTPRINT_CANONICAL)
 
static wxString s_CanonicalDatasheet (DATASHEET_CANONICAL)
 
static wxString s_CanonicalDescription (DESCRIPTION_CANONICAL)
 

Macro Definition Documentation

◆ DATASHEET_CANONICAL

#define DATASHEET_CANONICAL   "Datasheet"

Definition at line 37 of file template_fieldnames.cpp.

◆ DESCRIPTION_CANONICAL

#define DESCRIPTION_CANONICAL   "Description"

Definition at line 38 of file template_fieldnames.cpp.

◆ FOOTPRINT_CANONICAL

#define FOOTPRINT_CANONICAL   "Footprint"

Definition at line 36 of file template_fieldnames.cpp.

◆ REFERENCE_CANONICAL

#define REFERENCE_CANONICAL   "Reference"

Definition at line 34 of file template_fieldnames.cpp.

◆ VALUE_CANONICAL

#define VALUE_CANONICAL   "Value"

Definition at line 35 of file template_fieldnames.cpp.

Function Documentation

◆ s_CanonicalDatasheet()

static wxString s_CanonicalDatasheet ( DATASHEET_CANONICAL  )
static

◆ s_CanonicalDescription()

static wxString s_CanonicalDescription ( DESCRIPTION_CANONICAL  )
static

◆ s_CanonicalFootprint()

static wxString s_CanonicalFootprint ( FOOTPRINT_CANONICAL  )
static

◆ s_CanonicalReference()

static wxString s_CanonicalReference ( REFERENCE_CANONICAL  )
static

◆ s_CanonicalValue()

static wxString s_CanonicalValue ( VALUE_CANONICAL  )
static