FindFlag enum name | FootprintGraphicsItem | |
findItemsAtPos(const QPainterPath &posAreaSmall, const QPainterPath &posAreaLarge, FindFlags flags) noexcept | FootprintGraphicsItem | |
footprintEdited(const Footprint &footprint, Footprint::Event event) noexcept | FootprintGraphicsItem | private |
FootprintGraphicsItem()=delete | FootprintGraphicsItem | |
FootprintGraphicsItem(const FootprintGraphicsItem &other)=delete | FootprintGraphicsItem | |
FootprintGraphicsItem(std::shared_ptr< Footprint > footprint, const IF_GraphicsLayerProvider &lp, const StrokeFont &font, const PackagePadList *packagePadList=nullptr, const Component *component=nullptr, const QStringList &localeOrder={}) noexcept | FootprintGraphicsItem | |
getGraphicsItem(std::shared_ptr< FootprintPad > pad) noexcept | FootprintGraphicsItem | inline |
getGraphicsItem(std::shared_ptr< Circle > circle) noexcept | FootprintGraphicsItem | inline |
getGraphicsItem(std::shared_ptr< Polygon > polygon) noexcept | FootprintGraphicsItem | inline |
getGraphicsItem(std::shared_ptr< StrokeText > text) noexcept | FootprintGraphicsItem | inline |
getGraphicsItem(std::shared_ptr< Zone > zone) noexcept | FootprintGraphicsItem | inline |
getGraphicsItem(std::shared_ptr< Hole > hole) noexcept | FootprintGraphicsItem | inline |
getSelectedCircles() noexcept | FootprintGraphicsItem | |
getSelectedHoles() noexcept | FootprintGraphicsItem | |
getSelectedPads() noexcept | FootprintGraphicsItem | |
getSelectedPolygons() noexcept | FootprintGraphicsItem | |
getSelectedStrokeTexts() noexcept | FootprintGraphicsItem | |
getSelectedZones() noexcept | FootprintGraphicsItem | |
mCircleGraphicsItems | FootprintGraphicsItem | private |
mComponent | FootprintGraphicsItem | private |
mFont | FootprintGraphicsItem | private |
mFootprint | FootprintGraphicsItem | private |
mHoleGraphicsItems | FootprintGraphicsItem | private |
mLayerProvider | FootprintGraphicsItem | private |
mLocaleOrder | FootprintGraphicsItem | private |
mOnEditedSlot | FootprintGraphicsItem | private |
mPackagePadList | FootprintGraphicsItem | private |
mPadGraphicsItems | FootprintGraphicsItem | private |
mPolygonGraphicsItems | FootprintGraphicsItem | private |
mStrokeTextGraphicsItems | FootprintGraphicsItem | private |
mZoneGraphicsItems | FootprintGraphicsItem | private |
operator=(const FootprintGraphicsItem &rhs)=delete | FootprintGraphicsItem | |
setPosition(const Point &pos) noexcept | FootprintGraphicsItem | |
setRotation(const Angle &rot) noexcept | FootprintGraphicsItem | |
setSelectionRect(const QRectF rect) noexcept | FootprintGraphicsItem | |
substituteText(StrokeTextGraphicsItem &text) noexcept | FootprintGraphicsItem | private |
syncCircles() noexcept | FootprintGraphicsItem | private |
syncHoles() noexcept | FootprintGraphicsItem | private |
syncPads() noexcept | FootprintGraphicsItem | private |
syncPolygons() noexcept | FootprintGraphicsItem | private |
syncStrokeTexts() noexcept | FootprintGraphicsItem | private |
syncZones() noexcept | FootprintGraphicsItem | private |
updateAllTexts() noexcept | FootprintGraphicsItem | |
~FootprintGraphicsItem() noexcept | FootprintGraphicsItem | |