LibrePCB Developers Documentation
Circle Class Referencefinal

The Circle class. More...

#include <circle.h>

+ Collaboration diagram for Circle:

Public Types

enum  Event
 
typedef Slot< Circle, EventOnEditedSlot
 

Public Member Functions

 Circle ()=delete
 
 Circle (const Circle &other) noexcept
 
 Circle (const Uuid &uuid, const Circle &other) noexcept
 
 Circle (const Uuid &uuid, const Layer &layer, const UnsignedLength &lineWidth, bool fill, bool isGrabArea, const Point &center, const PositiveLength &diameter) noexcept
 
 Circle (const SExpression &node)
 
 ~Circle () noexcept
 
const UuidgetUuid () const noexcept
 
const LayergetLayer () const noexcept
 
const UnsignedLengthgetLineWidth () const noexcept
 
bool isFilled () const noexcept
 
bool isGrabArea () const noexcept
 
const PointgetCenter () const noexcept
 
const PositiveLengthgetDiameter () const noexcept
 
bool setLayer (const Layer &layer) noexcept
 
bool setLineWidth (const UnsignedLength &width) noexcept
 
bool setIsFilled (bool isFilled) noexcept
 
bool setIsGrabArea (bool isGrabArea) noexcept
 
bool setCenter (const Point &center) noexcept
 
bool setDiameter (const PositiveLength &dia) noexcept
 
void serialize (SExpression &root) const
 Serialize into librepcb::SExpression node. More...
 
bool operator== (const Circle &rhs) const noexcept
 
bool operator!= (const Circle &rhs) const noexcept
 
Circleoperator= (const Circle &rhs) noexcept
 

Public Attributes

Signal< Circle, EventonEdited
 

Private Attributes

Uuid mUuid
 
const LayermLayer
 
UnsignedLength mLineWidth
 
bool mIsFilled
 
bool mIsGrabArea
 
Point mCenter
 
PositiveLength mDiameter
 

Detailed Description

The Circle class.

Member Typedef Documentation

◆ OnEditedSlot

Member Enumeration Documentation

◆ Event

enum Event
strong
Enumerator
UuidChanged 
LayerChanged 
LineWidthChanged 
IsFilledChanged 
IsGrabAreaChanged 
CenterChanged 
DiameterChanged 

Constructor & Destructor Documentation

◆ Circle() [1/5]

Circle ( )
delete

◆ Circle() [2/5]

Circle ( const Circle other)
noexcept

◆ Circle() [3/5]

Circle ( const Uuid uuid,
const Circle other 
)
noexcept

◆ Circle() [4/5]

Circle ( const Uuid uuid,
const Layer layer,
const UnsignedLength lineWidth,
bool  fill,
bool  isGrabArea,
const Point center,
const PositiveLength diameter 
)
noexcept

◆ Circle() [5/5]

Circle ( const SExpression node)
explicit

◆ ~Circle()

~Circle ( )
noexcept

Member Function Documentation

◆ getUuid()

const Uuid& getUuid ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ getLayer()

const Layer& getLayer ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ getLineWidth()

const UnsignedLength& getLineWidth ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ isFilled()

bool isFilled ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ isGrabArea()

bool isGrabArea ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ getCenter()

const Point& getCenter ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ getDiameter()

const PositiveLength& getDiameter ( ) const
inlinenoexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setLayer()

bool setLayer ( const Layer layer)
noexcept
+ Here is the caller graph for this function:

◆ setLineWidth()

bool setLineWidth ( const UnsignedLength width)
noexcept
+ Here is the caller graph for this function:

◆ setIsFilled()

bool setIsFilled ( bool  isFilled)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setIsGrabArea()

bool setIsGrabArea ( bool  isGrabArea)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setCenter()

bool setCenter ( const Point center)
noexcept
+ Here is the caller graph for this function:

◆ setDiameter()

bool setDiameter ( const PositiveLength dia)
noexcept
+ Here is the caller graph for this function:

◆ serialize()

void serialize ( SExpression root) const

Serialize into librepcb::SExpression node.

Parameters
rootRoot node to serialize into.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator==()

bool operator== ( const Circle rhs) const
noexcept
+ Here is the caller graph for this function:

◆ operator!=()

bool operator!= ( const Circle rhs) const
inlinenoexcept
+ Here is the call graph for this function:

◆ operator=()

Circle & operator= ( const Circle rhs)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ onEdited

Signal<Circle, Event> onEdited

◆ mUuid

Uuid mUuid
private

◆ mLayer

const Layer* mLayer
private

◆ mLineWidth

UnsignedLength mLineWidth
private

◆ mIsFilled

bool mIsFilled
private

◆ mIsGrabArea

bool mIsGrabArea
private

◆ mCenter

Point mCenter
private

◆ mDiameter

PositiveLength mDiameter
private

The documentation for this class was generated from the following files: