KiCad PCB EDA Suite
|
Go to the source code of this file.
Enumerations | |
enum | KIFACE_ADDR_ID : int { KIFACE_ID_INVALID , KIFACE_FOOTPRINT_LIST , KIFACE_NEW_FOOTPRINT_TABLE , KIFACE_GLOBAL_FOOTPRINT_TABLE , KIFACE_LOAD_SCHEMATIC , KIFACE_NETLIST_SCHEMATIC , KIFACE_SCRIPTING_LEGACY , KIFACE_SCRIPTING , KIFACE_TEST_FOOTPRINT_LINK , KIFACE_TEST_FOOTPRINT_LINK_NO_LIBRARY , KIFACE_TEST_FOOTPRINT_LINK_LIBRARY_NOT_ENABLED , KIFACE_TEST_FOOTPRINT_LINK_NO_FOOTPRINT } |
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 | |
---|---|
KIFACE_ID_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 | |
KIFACE_TEST_FOOTPRINT_LINK | |
KIFACE_TEST_FOOTPRINT_LINK_NO_LIBRARY | |
KIFACE_TEST_FOOTPRINT_LINK_LIBRARY_NOT_ENABLED | |
KIFACE_TEST_FOOTPRINT_LINK_NO_FOOTPRINT |
Definition at line 30 of file kiface_ids.h.