Searched refs:UndoItemCopy (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/tracker/
H A DFSUndoRedo.cpp65 class UndoItemCopy : public UndoItem { class in namespace:BPrivate
67 UndoItemCopy(BObjectList<entry_ref>* sourceList, BDirectory &target,
69 virtual ~UndoItemCopy();
216 fUndo = new UndoItemCopy(sourceList, dest, pointList, moveMode);
238 // #pragma mark - UndoItemCopy
241 UndoItemCopy::UndoItemCopy(BObjectList<entry_ref>* sourceList, function in class:BPrivate::UndoItemCopy
261 UndoItemCopy::~UndoItemCopy()
267 UndoItemCopy
[all...]

Completed in 27 milliseconds