Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpemainwindow.cpp2017 QDomElement currentConnectorElement = m_connectorList.at(m_peToolView->currentConnectorIndex()); in relocateConnector() local
2019 …if (!ViewLayer::getConnectorSvgIDs(currentConnectorElement, m_currentGraphicsView->viewID(), svgID… in relocateConnector()
2037 rcsc->setText(tr("Relocate connector %1").arg(currentConnectorElement.attribute("name"))); in relocateConnector()
2440 QDomElement currentConnectorElement = m_connectorList.at(m_peToolView->currentConnectorIndex()); in terminalPointChangedAux() local
2442 … new MoveTerminalPointCommand(this, this->m_currentGraphicsView, currentConnectorElement.attribute… in terminalPointChangedAux()