![]() |
LibrePCB Developers Documentation
|
#include <bgi_via.h>
Public Member Functions | |
BGI_Via (BI_Via &via) noexcept | |
~BGI_Via () noexcept | |
bool | isSelectable () const noexcept |
void | updateCacheAndRepaint () noexcept |
QRectF | boundingRect () const |
QPainterPath | shape () const noexcept |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
![]() | |
BGI_Base () noexcept | |
virtual | ~BGI_Base () noexcept |
Private Member Functions | |
BGI_Via ()=delete | |
BGI_Via (const BGI_Via &other)=delete | |
BGI_Via & | operator= (const BGI_Via &rhs)=delete |
GraphicsLayer * | getLayer (const QString &name) const noexcept |
Private Attributes | |
BI_Via & | mVia |
GraphicsLayer * | mViaLayer |
GraphicsLayer * | mTopStopMaskLayer |
GraphicsLayer * | mBottomStopMaskLayer |
bool | mDrawStopMask |
QPainterPath | mShape |
QPainterPath | mCopper |
QPainterPath | mStopMask |
QPainterPath | mCreamMask |
QRectF | mBoundingRect |
QFont | mFont |
Additional Inherited Members | |
![]() | |
static qreal | getZValueOfCopperLayer (const QString &name) noexcept |
The BGI_Via class.
|
noexcept |
|
privatedelete |
|
noexcept |
|
noexcept |
|
inline |
|
inlinenoexcept |
void paint | ( | QPainter * | painter, |
const QStyleOptionGraphicsItem * | option, | ||
QWidget * | widget | ||
) |
|
privatenoexcept |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |