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

/haiku/src/kits/tracker/
H A DFSUndoRedo.cpp83 class UndoItemMove : public UndoItem { class in namespace:BPrivate
88 UndoItemMove(BObjectList<entry_ref>* sourceList, BDirectory &target,
90 virtual ~UndoItemMove();
214 fUndo = new UndoItemMove(sourceList, dest, pointList);
302 // #pragma mark - UndoItemMove
305 UndoItemMove::UndoItemMove(BObjectList<entry_ref>* sourceList, function in class:BPrivate::UndoItemMove
321 UndoItemMove::~UndoItemMove()
327 UndoItemMove
[all...]

Completed in 76 milliseconds