Returns whether any actions have been recorded which can be reverted.
| 150 | /// Returns whether any actions have been recorded which can be reverted. |
| 151 | /// </summary> |
| 152 | bool can_undo() const { return _undo_index > 0; } |
| 153 | /// <summary> |
| 154 | /// Applies any last action(s) again that were previously reverted. |
| 155 | /// </summary> |