Home
last modified time | relevance | path

Searched refs:FootprintGraphicsItem (Results 1 – 9 of 9) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/pkg/
H A Dfootprintgraphicsitem.cpp46 FootprintGraphicsItem::FootprintGraphicsItem( in FootprintGraphicsItem() function in librepcb::library::FootprintGraphicsItem
73 FootprintGraphicsItem::~FootprintGraphicsItem() noexcept { in ~FootprintGraphicsItem()
101 HoleGraphicsItem* FootprintGraphicsItem::getHoleGraphicsItem( in getHoleGraphicsItem()
106 int FootprintGraphicsItem::getItemsAtPosition( in getItemsAtPosition()
166 FootprintGraphicsItem::getSelectedPads() noexcept { in getSelectedPads()
178 FootprintGraphicsItem::getSelectedCircles() noexcept { in getSelectedCircles()
190 FootprintGraphicsItem::getSelectedPolygons() noexcept { in getSelectedPolygons()
214 FootprintGraphicsItem::getSelectedHoles() noexcept { in getSelectedHoles()
284 void FootprintGraphicsItem::addHole(Hole& hole) noexcept { in addHole()
290 void FootprintGraphicsItem::removeHole(Hole& hole) noexcept { in removeHole()
[all …]
H A Dfootprintgraphicsitem.h62 class FootprintGraphicsItem final : public QGraphicsItem {
65 FootprintGraphicsItem() = delete;
66 FootprintGraphicsItem(const FootprintGraphicsItem& other) = delete;
67 FootprintGraphicsItem(Footprint& fpt, const IF_GraphicsLayerProvider& lp,
69 ~FootprintGraphicsItem() noexcept;
116 FootprintGraphicsItem& operator=(const FootprintGraphicsItem& rhs) = delete;
H A Dfootprint.h46 class FootprintGraphicsItem; variable
110 void registerGraphicsItem(FootprintGraphicsItem& item) noexcept;
111 void unregisterGraphicsItem(FootprintGraphicsItem& item) noexcept;
158 FootprintGraphicsItem* mRegisteredGraphicsItem;
H A Dfootprint.cpp140 void Footprint::registerGraphicsItem(FootprintGraphicsItem& item) noexcept { in registerGraphicsItem()
145 void Footprint::unregisterGraphicsItem(FootprintGraphicsItem& item) noexcept { in unregisterGraphicsItem()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/fsm/cmd/
H A Dcmdpastefootprintitems.h41 class FootprintGraphicsItem; variable
60 FootprintGraphicsItem& graphicsItem,
75 FootprintGraphicsItem& mGraphicsItem;
H A Dcmdpastefootprintitems.cpp51 Package& package, Footprint& footprint, FootprintGraphicsItem& graphicsItem, in CmdPasteFootprintItems()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/fsm/
H A Dpackageeditorfsm.h48 class FootprintGraphicsItem; variable
93 std::shared_ptr<FootprintGraphicsItem> currentGraphicsItem;
H A Dpackageeditorfsm.cpp139 mContext.currentGraphicsItem.reset(new FootprintGraphicsItem( in processChangeCurrentFootprint()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/
H A Dpackageeditorwidget.h46 class FootprintGraphicsItem; variable