Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dcommands.cpp1858 m_oldC1 = oldC1; in ResizeJumperItemCommand()
1863 m_sketchWidget->resizeJumperItem(m_itemID, m_oldPos, m_oldC0, m_oldC1); in undo()
1880 .arg(m_oldC1.x()).arg(m_oldC1.y()) in getParamString()
H A Dcommands.h961 QPointF m_oldC1; variable