Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpemainwindow.cpp1370 QHash<QString, PEGraphicsItem *> pegiHash; in initSvgTree() local
1411 pegiHash.insert(element.attribute("id"), pegi); in initSvgTree()
1430 PEGraphicsItem * terminalItem = pegiHash.value(terminalID, NULL); in initSvgTree()
1431 PEGraphicsItem * pegi = pegiHash.value(svgID); in initSvgTree()