KiCad PCB EDA Suite
|
#include <unordered_map>
#include <map>
#include <set>
#include <eda_item.h>
#include <default_values.h>
#include <sch_sheet_path.h>
#include <netclass.h>
#include <stroke_params.h>
#include <layer_ids.h>
Go to the source code of this file.
Classes | |
class | DANGLING_END_ITEM |
Helper class used to store the state of schematic items that can be connected to other schematic items. More... | |
class | SCH_ITEM |
Base class for any item which can be embedded within the SCHEMATIC container class, and therefore instances of derived classes should only be found in EESCHEMA or other programs that use class SCHEMATIC and its contents. More... | |
Typedefs | |
typedef std::vector< SCH_ITEM * > | SCH_ITEM_SET |
Enumerations | |
enum | FIELDS_AUTOPLACED { FIELDS_AUTOPLACED_NO = 0 , FIELDS_AUTOPLACED_AUTO , FIELDS_AUTOPLACED_MANUAL } |
enum | DANGLING_END_T { UNKNOWN = 0 , WIRE_END , BUS_END , JUNCTION_END , PIN_END , LABEL_END , BUS_ENTRY_END , WIRE_ENTRY_END , SHEET_LABEL_END , NO_CONNECT_END } |
typedef std::vector<SCH_ITEM*> SCH_ITEM_SET |
Definition at line 136 of file sch_item.h.
enum DANGLING_END_T |
Enumerator | |
---|---|
UNKNOWN | |
WIRE_END | |
BUS_END | |
JUNCTION_END | |
PIN_END | |
LABEL_END | |
BUS_ENTRY_END | |
WIRE_ENTRY_END | |
SHEET_LABEL_END | |
NO_CONNECT_END |
Definition at line 62 of file sch_item.h.
enum FIELDS_AUTOPLACED |
Enumerator | |
---|---|
FIELDS_AUTOPLACED_NO | |
FIELDS_AUTOPLACED_AUTO | |
FIELDS_AUTOPLACED_MANUAL |
Definition at line 54 of file sch_item.h.