KiCad PCB EDA Suite
|
#include "template_fieldnames.h"
#include <mutex>
#include <template_fieldnames_lexer.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) |
#define DATASHEET_CANONICAL "Datasheet" |
Definition at line 39 of file template_fieldnames.cpp.
#define DESCRIPTION_CANONICAL "Description" |
Definition at line 40 of file template_fieldnames.cpp.
#define FOOTPRINT_CANONICAL "Footprint" |
Definition at line 38 of file template_fieldnames.cpp.
#define REFERENCE_CANONICAL "Reference" |
Definition at line 36 of file template_fieldnames.cpp.
#define VALUE_CANONICAL "Value" |
Definition at line 37 of file template_fieldnames.cpp.
|
static |
Referenced by TEMPLATE_FIELDNAME::GetDefaultFieldName().
|
static |
Referenced by TEMPLATE_FIELDNAME::GetDefaultFieldName().
|
static |
Referenced by TEMPLATE_FIELDNAME::GetDefaultFieldName().
|
static |
Referenced by TEMPLATE_FIELDNAME::GetDefaultFieldName().
|
static |
Referenced by TEMPLATE_FIELDNAME::GetDefaultFieldName().