KiCad PCB EDA Suite
|
#include <memory>
#include <unordered_set>
#include <wx/regex.h>
#include <bus_alias.h>
#include <sch_sheet_path.h>
#include <widgets/msgpanel.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 } |
|
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.