KiCad PCB EDA Suite
|
Go to the source code of this file.
Enumerations | |
enum | KIFACE_ADDR_ID : int { INVALID , KIFACE_FOOTPRINT_LIST , KIFACE_NEW_FOOTPRINT_TABLE , KIFACE_GLOBAL_FOOTPRINT_TABLE , KIFACE_LOAD_SCHEMATIC , KIFACE_NETLIST_SCHEMATIC , KIFACE_SCRIPTING_LEGACY , KIFACE_SCRIPTING } |
IDs of objects that may be returned by KIFACE::IfaceOrAddress. More... | |
enum KIFACE_ADDR_ID : int |
IDs of objects that may be returned by KIFACE::IfaceOrAddress.
Enumerator | |
---|---|
INVALID | |
KIFACE_FOOTPRINT_LIST | Return a pointer to the global instance of FOOTPRINT_LIST from pcbnew. Type is FOOTPRINT_LIST* Caller does NOT own. |
KIFACE_NEW_FOOTPRINT_TABLE | Return a new FP_LIB_TABLE with the global table installed as a fallback. Type is FP_LIB_TABLE* Caller takes ownership |
KIFACE_GLOBAL_FOOTPRINT_TABLE | Return the global FP_LIB_TABLE. Type is FP_LIB_TABLE* Caller does NOT own. |
KIFACE_LOAD_SCHEMATIC | |
KIFACE_NETLIST_SCHEMATIC | |
KIFACE_SCRIPTING_LEGACY | |
KIFACE_SCRIPTING |
Definition at line 30 of file kiface_ids.h.