#include <unordered_map>
#include <unordered_set>
#include <map>
#include <set>
#include <eda_item.h>
#include <sch_sheet_path.h>
#include <netclass.h>
#include <stroke_params.h>
#include <layer_ids.h>
#include <sch_render_settings.h>
#include <plotters/plotter.h>
Go to the source code of this file.
|
enum | BODY_STYLE : int { BASE = 1
, DEMORGAN = 2
} |
|
enum | FIELDS_AUTOPLACED { FIELDS_AUTOPLACED_NO = 0
, FIELDS_AUTOPLACED_AUTO
, FIELDS_AUTOPLACED_MANUAL
} |
|
enum | DANGLING_END_T {
DANGLING_END_UNKNOWN = 0
, WIRE_END
, BUS_END
, JUNCTION_END
,
PIN_END
, LABEL_END
, BUS_ENTRY_END
, WIRE_ENTRY_END
,
SHEET_LABEL_END
, NO_CONNECT_END
} |
|
◆ MINIMUM_SELECTION_DISTANCE
#define MINIMUM_SELECTION_DISTANCE 2 |
◆ SCH_ITEM_VEC
◆ BODY_STYLE
◆ DANGLING_END_T
Enumerator |
---|
DANGLING_END_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 75 of file sch_item.h.
◆ FIELDS_AUTOPLACED
Enumerator |
---|
FIELDS_AUTOPLACED_NO | |
FIELDS_AUTOPLACED_AUTO | |
FIELDS_AUTOPLACED_MANUAL | |
Definition at line 67 of file sch_item.h.
◆ DECLARE_ENUM_TO_WXANY()