KiCad PCB EDA Suite
Loading...
Searching...
No Matches
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.