Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.h499 void moveLegBendpoints(bool undoOnly, QUndoCommand * parentCommand);
H A Dsketchwidget.cpp3349 moveLegBendpoints(true, parentCommand); in checkMoved()
3430 moveLegBendpoints(false, parentCommand); in checkMoved()
4627 moveLegBendpoints(true, parentCommand); in rotateX()
4810 moveLegBendpoints(true, parentCommand); in flipX()
8969 void SketchWidget::moveLegBendpoints(bool undoOnly, QUndoCommand * parentCommand) in moveLegBendpoints() function in SketchWidget