Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dcommands.h211 struct MoveItemThing { struct
232 QList<MoveItemThing> m_items; argument
H A Dcommands.cpp372 foreach(MoveItemThing moveItemThing, m_items) { in undo()
383 foreach(MoveItemThing moveItemThing, m_items) { in redo()
399 MoveItemThing moveItemThing; in addItem()