LibrePCB Developers Documentation
|
The SI_NetPoint class. More...
#include <si_netpoint.h>
Public Types | |
enum class | Event |
typedef Slot< SI_NetPoint, Event > | OnEditedSlot |
Public Member Functions | |
SI_NetPoint ()=delete | |
SI_NetPoint (const SI_NetPoint &other)=delete | |
SI_NetPoint (SI_NetSegment &segment, const Uuid &uuid, const Point &position) | |
~SI_NetPoint () noexcept | |
const Uuid & | getUuid () const noexcept |
const Point & | getPosition () const noexcept override |
const Junction & | getJunction () const noexcept |
bool | isVisibleJunction () const noexcept |
bool | isOpenLineEnd () const noexcept |
SI_NetSegment & | getNetSegment () const noexcept |
NetSignal & | getNetSignalOfNetSegment () const noexcept |
bool | isUsed () const noexcept |
bool | isOpen () const noexcept override |
NetLineAnchor | toNetLineAnchor () const noexcept override |
void | setPosition (const Point &position) noexcept |
void | addToSchematic () override |
void | removeFromSchematic () override |
void | registerNetLine (SI_NetLine &netline) override |
void | unregisterNetLine (SI_NetLine &netline) override |
const QSet< SI_NetLine * > & | getNetLines () const noexcept override |
SI_NetPoint & | operator= (const SI_NetPoint &rhs)=delete |
bool | operator== (const SI_NetPoint &rhs) noexcept |
bool | operator!= (const SI_NetPoint &rhs) noexcept |
Public Member Functions inherited from SI_Base | |
SI_Base ()=delete | |
SI_Base (const SI_Base &other)=delete | |
SI_Base (Schematic &schematic) noexcept | |
virtual | ~SI_Base () noexcept |
Project & | getProject () const noexcept |
Circuit & | getCircuit () const noexcept |
Schematic & | getSchematic () const noexcept |
virtual bool | isAddedToSchematic () const noexcept |
virtual void | addToSchematic () |
virtual void | removeFromSchematic () |
SI_Base & | operator= (const SI_Base &rhs)=delete |
Public Member Functions inherited from SI_NetLineAnchor | |
SI_NetLineAnchor () noexcept=default | |
virtual | ~SI_NetLineAnchor () noexcept=default |
virtual void | registerNetLine (SI_NetLine &netline)=0 |
virtual void | unregisterNetLine (SI_NetLine &netline)=0 |
virtual const QSet< SI_NetLine * > & | getNetLines () const noexcept=0 |
virtual const Point & | getPosition () const noexcept=0 |
virtual bool | isOpen () const noexcept=0 |
virtual NetLineAnchor | toNetLineAnchor () const noexcept=0 |
Public Attributes | |
Signal< SI_NetPoint, Event > | onEdited |
Private Attributes | |
SI_NetSegment & | mNetSegment |
Junction | mJunction |
QSet< SI_NetLine * > | mRegisteredNetLines |
all registered netlines More... | |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
Schematic & | mSchematic |
The SI_NetPoint class.
typedef Slot<SI_NetPoint, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
SI_NetPoint | ( | SI_NetSegment & | segment, |
const Uuid & | uuid, | ||
const Point & | position | ||
) |
|
noexcept |
|
inlinenoexcept |
|
inlineoverridevirtualnoexcept |
Implements SI_NetLineAnchor.
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
|
inlineoverridevirtualnoexcept |
Implements SI_NetLineAnchor.
|
overridevirtualnoexcept |
|
noexcept |
|
overridevirtual |
Reimplemented from SI_Base.
|
overridevirtual |
Reimplemented from SI_Base.
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtualnoexcept |
|
delete |
|
inlinenoexcept |
|
inlinenoexcept |
Signal<SI_NetPoint, Event> onEdited |
|
private |
|
private |
|
private |
all registered netlines