StateManager class

A class for managing the state and history of image editing changes.

Constructors

StateManager()

Properties

activeLayers List<Layer>
Get the list of layers from the current image editor changes.
no setter
blurStateHistory BlurStateHistory
Get the blur state from the current image editor changes.
no setter
editPosition int
Position in the edit history.
getter/setter pair
filters List<FilterStateHistory>
Get the list of filters from the current image editor changes.
no setter
hashCode int
The hash code for this object.
no setterinherited
image EditorImage
Get the current image being edited from the change list.
no setter
imgStateHistory List<EditorImage>
List to track changes made to the image during editing.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateHistory List<EditorStateHistory>
List to store the history of image editor changes.
getter/setter pair
transformConfigs TransformConfigs
Get the transformconfigurations from the crop/ rotate editor.
no setter

Methods

cleanForwardChanges() → void
Clean forward changes in the history.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited