KiCad PCB EDA Suite
Loading...
Searching...
No Matches
footprint_fields_data_model.h File Reference
#include <fields_table_data_model.h>
#include <vector>

Go to the source code of this file.

Classes

class  FOOTPRINT_REF
 This is the minimal equivalent to the SCH_REFERENCE so we can provide similar non-null guarantees throughout the data model. More...
 
class  FOOTPRINT_FIELDS_EDITOR_GRID_DATA_MODEL
 
class  LIB_FOOTPRINT_FIELDS_EDITOR_GRID_DATA_MODEL
 

Typedefs

using FOOTPRINT_REFERENCE_LIST = std::vector<FOOTPRINT_REF>
 
using FOOTPRINT_FIELDS_TABLE_DATA_MODEL_ROW = DATA_MODEL_ROW<FOOTPRINT_REF>
 

Typedef Documentation

◆ FOOTPRINT_FIELDS_TABLE_DATA_MODEL_ROW

◆ FOOTPRINT_REFERENCE_LIST

Definition at line 52 of file footprint_fields_data_model.h.