KiCad PCB EDA Suite
Loading...
Searching...
No Matches
fields_data_model.cpp File Reference
#include <wx/string.h>
#include <wx/debug.h>
#include <wx/grid.h>
#include <common.h>
#include <widgets/wx_grid.h>
#include <sch_reference_list.h>
#include <sch_commit.h>
#include <sch_screen.h>
#include "string_utils.h"
#include "fields_data_model.h"

Go to the source code of this file.

Functions

static KIID_PATH makeDataStoreKey (const SCH_SHEET_PATH &aSheetPath, const SCH_SYMBOL &aSymbol)
 Create a unique key for the data store by combining the KIID_PATH from the SCH_SHEET_PATH with the symbol's UUID.
 

Variables

static wxString multipleValues = wxS( "<...>" )
 

Function Documentation

◆ makeDataStoreKey()

Variable Documentation

◆ multipleValues