history/cpdf_editor_history_manager library

Classes

CPDFEditorHistoryManager
Content Editor History Manager Manages the undo and redo functionality for content editing operations. Provides methods to check if undo/redo is possible and to perform these actions. Also allows setting a listener to be notified when the history state changes. Example usage:

Typedefs

CPDFEditorHistoryChangedCallback = void Function(int pageIndex, bool canUndo, bool canRedo)