Home
last modified time | relevance | path

Searched refs:makePegi (Results 1 – 2 of 2) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpemainwindow.h157 …PEGraphicsItem * makePegi(QSizeF size, QPointF topLeft, ItemBase * itemBase, QDomElement & element…
H A Dpemainwindow.cpp1410 … PEGraphicsItem * pegi = makePegi(bounds.size(), bounds.topLeft(), itemBase, element, z++); in initSvgTree()
2573 …PEGraphicsItem * pegi = makePegi(QSizeF(invdx * 2, invdy * 2), topLeft, viewThing->itemBase, termi… in moveTerminalPoint()
2600 PEGraphicsItem * PEMainWindow::makePegi(QSizeF size, QPointF topLeft, ItemBase * itemBase, QDomElem… in makePegi() function in PEMainWindow
3881 makePegi(bounds.size(), QPointF(0, 0), itemBase, element, z + 1); in itemAddedSlot()