20#ifndef LIBREPCB_EDITOR_BGI_FOOTPRINTPAD_H
21#define LIBREPCB_EDITOR_BGI_FOOTPRINTPAD_H
44class IF_GraphicsLayerProvider;
45class PrimitiveFootprintPadGraphicsItem;
63 std::shared_ptr<
const QSet<const NetSignal*>>
64 highlightedNetSignals)
noexcept;
75 QPainterPath
shape() const noexcept override;
85 virtual QVariant
itemChange(GraphicsItemChange change,
86 const QVariant& value) noexcept override;
The NetSignal class.
Definition: netsignal.h:50
The BGI_Device class.
Definition: bgi_device.h:57
The IF_GraphicsLayerProvider class defines an interface for classes which provide layers.
Definition: graphicslayer.h:111
Definition: occmodel.cpp:77