KiCad PCB EDA Suite
|
functions to create a symbol flat list and to annotate schematic. More...
#include <sch_reference_list.h>
#include <core/kicad_algo.h>
#include <wx/regex.h>
#include <algorithm>
#include <vector>
#include <unordered_set>
#include <string_utils.h>
#include <erc/erc_settings.h>
#include <sch_symbol.h>
#include <sch_edit_frame.h>
Go to the source code of this file.
Functions | |
wxString | buildFullReference (const SCH_REFERENCE &aItem, int aUnitNumber=-1) |
functions to create a symbol flat list and to annotate schematic.
Definition in file sch_reference_list.cpp.
wxString buildFullReference | ( | const SCH_REFERENCE & | aItem, |
int | aUnitNumber = -1 |
||
) |
Definition at line 343 of file sch_reference_list.cpp.
References SCH_REFERENCE::GetRef(), SCH_REFERENCE::GetRefNumber(), and SCH_REFERENCE::GetUnit().
Referenced by SCH_REFERENCE_LIST::Annotate().