LibrePCB Developers Documentation
|
The BI_NetPoint class. More...
#include <bi_netpoint.h>
Public Types | |
enum class | Event |
typedef Slot< BI_NetPoint, Event > | OnEditedSlot |
Public Member Functions | |
BI_NetPoint ()=delete | |
BI_NetPoint (const BI_NetPoint &other)=delete | |
BI_NetPoint (BI_NetSegment &segment, const Uuid &uuid, const Point &position) | |
~BI_NetPoint () noexcept | |
const Uuid & | getUuid () const noexcept |
const Point & | getPosition () const noexcept override |
const Junction & | getJunction () const noexcept |
BI_NetSegment & | getNetSegment () const noexcept |
bool | isUsed () const noexcept |
const Layer * | getLayerOfTraces () const noexcept |
const UnsignedLength & | getMaxTraceWidth () const noexcept |
TraceAnchor | toTraceAnchor () const noexcept override |
void | setPosition (const Point &position) noexcept |
void | addToBoard () override |
void | removeFromBoard () override |
void | registerNetLine (BI_NetLine &netline) override |
void | unregisterNetLine (BI_NetLine &netline) override |
const QSet< BI_NetLine * > & | getNetLines () const noexcept override |
BI_NetPoint & | operator= (const BI_NetPoint &rhs)=delete |
bool | operator== (const BI_NetPoint &rhs) noexcept |
bool | operator!= (const BI_NetPoint &rhs) noexcept |
Public Member Functions inherited from BI_Base | |
BI_Base ()=delete | |
BI_Base (const BI_Base &other)=delete | |
BI_Base (Board &board) noexcept | |
virtual | ~BI_Base () noexcept |
Project & | getProject () const noexcept |
Circuit & | getCircuit () const noexcept |
Board & | getBoard () const noexcept |
virtual bool | isAddedToBoard () const noexcept |
virtual void | addToBoard () |
virtual void | removeFromBoard () |
BI_Base & | operator= (const BI_Base &rhs)=delete |
Public Member Functions inherited from BI_NetLineAnchor | |
BI_NetLineAnchor () noexcept=default | |
virtual | ~BI_NetLineAnchor () noexcept=default |
virtual void | registerNetLine (BI_NetLine &netline)=0 |
virtual void | unregisterNetLine (BI_NetLine &netline)=0 |
virtual const QSet< BI_NetLine * > & | getNetLines () const noexcept=0 |
virtual const Point & | getPosition () const noexcept=0 |
virtual TraceAnchor | toTraceAnchor () const noexcept=0 |
std::vector< PositiveLength > | getLineWidths () const noexcept |
UnsignedLength | getMaxLineWidth () const noexcept |
UnsignedLength | getMedianLineWidth () const noexcept |
BI_NetSegment * | getNetSegmentOfLines () const noexcept |
Public Attributes | |
Signal< BI_NetPoint, Event > | onEdited |
Private Member Functions | |
void | netLineEdited (const BI_NetLine &obj, BI_NetLine::Event event) noexcept |
void | updateLayerOfTraces () noexcept |
void | updateMaxTraceWidth () noexcept |
Private Attributes | |
BI_NetSegment & | mNetSegment |
Junction | mJunction |
QMetaObject::Connection | mNetSignalNameChangedConnection |
const Layer * | mLayerOfTraces |
UnsignedLength | mMaxTraceWidth |
QSet< BI_NetLine * > | mRegisteredNetLines |
all registered netlines More... | |
BI_NetLine::OnEditedSlot | mOnNetLineEditedSlot |
Additional Inherited Members | |
Protected Attributes inherited from BI_Base | |
Board & | mBoard |
The BI_NetPoint class.
typedef Slot<BI_NetPoint, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
BI_NetPoint | ( | BI_NetSegment & | segment, |
const Uuid & | uuid, | ||
const Point & | position | ||
) |
|
noexcept |
|
inlinenoexcept |
|
inlineoverridevirtualnoexcept |
Implements BI_NetLineAnchor.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
overridevirtualnoexcept |
|
noexcept |
|
overridevirtual |
Reimplemented from BI_Base.
|
overridevirtual |
Reimplemented from BI_Base.
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtualnoexcept |
|
delete |
|
inlinenoexcept |
|
inlinenoexcept |
|
privatenoexcept |
|
privatenoexcept |
|
privatenoexcept |
Signal<BI_NetPoint, Event> onEdited |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
all registered netlines
|
private |