| 294 | int Redo(); |
| 295 | bool CanUndo() { return cb.CanUndo(); } |
| 296 | bool CanRedo() { return cb.CanRedo(); } |
| 297 | void DeleteUndoHistory() { cb.DeleteUndoHistory(); } |
| 298 | bool SetUndoCollection(bool collectUndo) { |
| 299 | return cb.SetUndoCollection(collectUndo); |
nothing calls this directly
no outgoing calls
no test coverage detected