#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   | AUTOPLACE_ALGO { AUTOPLACE_NONE
, AUTOPLACE_AUTO
, AUTOPLACE_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
◆ AUTOPLACE_ALGO
| Enumerator | 
|---|
| AUTOPLACE_NONE  |  | 
| AUTOPLACE_AUTO  |  | 
| AUTOPLACE_MANUAL  |  | 
Definition at line 67 of file sch_item.h.
 
 
◆ 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 76 of file sch_item.h.
 
 
◆ DECLARE_ENUM_TO_WXANY()