LibrePCB Developers Documentation
|
The SI_NetLine class. More...
#include <si_netline.h>
Public Types | |
enum class | Event |
typedef Slot< SI_NetLine, Event > | OnEditedSlot |
Public Member Functions | |
SI_NetLine ()=delete | |
SI_NetLine (const SI_NetLine &other)=delete | |
SI_NetLine (SI_NetSegment &segment, const Uuid &uuid, SI_NetLineAnchor &startPoint, SI_NetLineAnchor &endPoint, const UnsignedLength &width) | |
~SI_NetLine () noexcept | |
SI_NetSegment & | getNetSegment () const noexcept |
const NetLine & | getNetLine () const noexcept |
const Uuid & | getUuid () const noexcept |
const UnsignedLength & | getWidth () const noexcept |
SI_NetLineAnchor & | getStartPoint () const noexcept |
SI_NetLineAnchor & | getEndPoint () const noexcept |
SI_NetLineAnchor * | getOtherPoint (const SI_NetLineAnchor &firstPoint) const noexcept |
NetSignal & | getNetSignalOfNetSegment () const noexcept |
void | setWidth (const UnsignedLength &width) noexcept |
void | addToSchematic () override |
void | removeFromSchematic () override |
void | updatePositions () noexcept |
SI_NetLine & | operator= (const SI_NetLine &rhs)=delete |
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 Attributes | |
Signal< SI_NetLine, Event > | onEdited |
Private Attributes | |
SI_NetSegment & | mNetSegment |
NetLine | mNetLine |
SI_NetLineAnchor * | mStartPoint |
SI_NetLineAnchor * | mEndPoint |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
Schematic & | mSchematic |
The SI_NetLine class.
typedef Slot<SI_NetLine, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
SI_NetLine | ( | SI_NetSegment & | segment, |
const Uuid & | uuid, | ||
SI_NetLineAnchor & | startPoint, | ||
SI_NetLineAnchor & | endPoint, | ||
const UnsignedLength & | width | ||
) |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
overridevirtual |
Reimplemented from SI_Base.
|
overridevirtual |
Reimplemented from SI_Base.
|
noexcept |
|
delete |
Signal<SI_NetLine, Event> onEdited |
|
private |
|
private |
|
private |
|
private |