Home
last modified time | relevance | path

Searched refs:TypeUndo (Results 1 – 5 of 5) sorted by relevance

/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/src/
H A Dhistory.cpp97 d->undoOrRedo(TypeUndo, parent); in undo()
112 d->doIt(TypeUndo); in undoAll()
266 return type == TypeUndo ? mUndoStack : mRedoStack; in stack()
297 if (type == TypeUndo) { in emitDone()
H A Dhistory_p.cpp64 } else if (type == TypeUndo) { in doIt()
300 mOperationInProgress = TypeUndo; in undo()
308 mEntries[i]->doIt(TypeUndo); in undo()
H A Dhistory_p.h25 enum OperationType { TypeNone, TypeUndo, TypeRedo }; enumerator
/dports/deskutils/treeline/TreeLine/source/
H A Dundo.py305 class TypeUndo(UndoBase): class
333 TypeUndo(redoRef, [data[0] for data in self.dataList], False)
H A Dtreelocalcontrol.py1194 undo.TypeUndo(self.structure.undoList, nodes)