KiCad PCB EDA Suite
sch_connection.h File Reference
#include <memory>
#include <unordered_set>
#include <wx/regex.h>
#include <bus_alias.h>
#include <sch_sheet_path.h>

Go to the source code of this file.

Classes

class  SCH_CONNECTION
 Each graphical item can have a SCH_CONNECTION describing its logical connection (to a bus or net). More...
 

Enumerations

enum class  CONNECTION_TYPE { NONE , NET , BUS , BUS_GROUP }
 

Enumeration Type Documentation

◆ CONNECTION_TYPE

enum class CONNECTION_TYPE
strong
Enumerator
NONE 

No connection to this item.

NET 

This item represents a net.

BUS 

This item represents a bus vector.

BUS_GROUP 

This item represents a bus group.

Definition at line 39 of file sch_connection.h.

40{
41 NONE,
42 NET,
43 BUS,
44 BUS_GROUP,
45};
@ NONE
Definition: kibis.h:53
@ BUS
This item represents a bus vector.
@ NET
This item represents a net.
@ BUS_GROUP
This item represents a bus group.