Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpecommands.cpp242 …const QString & oldGorn, const QString & oldGornTerminal, const QString & newGorn, const QString &… in RelocateConnectorSvgCommand() argument
251 m_newGorn = newGorn; in RelocateConnectorSvgCommand()
H A Dpecommands.h157 …st QString & oldGorn, const QString & oldGornTerminal, const QString & newGorn, const QString & …
H A Dpemainwindow.h75 …onst QString & oldGorn, const QString & oldGornTerminal, const QString & newGorn, const QString & …
H A Dpemainwindow.cpp2007 QString newGorn = pegi->element().attribute("gorn"); in relocateConnector() local
2010 QDomElement newGornElement = TextUtils::findElementWithAttribute(svgRoot, "gorn", newGorn); in relocateConnector()
2036 …mmand(this, m_currentGraphicsView, svgID, terminalID, oldGorn, oldGornTerminal, newGorn, "", NULL); in relocateConnector()
2042 …const QString & oldGorn, const QString & oldGornTerminal, const QString & newGorn, const QString &… in relocateConnectorSvg() argument
2055 QDomElement newGornElement = TextUtils::findElementWithAttribute(svgRoot, "gorn", newGorn); in relocateConnectorSvg()
2109 if (element.attribute("gorn").compare(newGorn) == 0) { in relocateConnectorSvg()