Home
last modified time | relevance | path

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

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