A B C D E F G H I J L M N O P Q R S T U V W Z

U

Undo - Class in br.usp.ime.klava.segmentit.gui.actions
Undoes an edition on the markers set.
undo() - Method in class br.usp.ime.klava.segmentit.gui.SegmentationDocument
Undoes an action, if possible.
undo() - Static method in class br.usp.ime.klava.segmentit.gui.SegmentViaHierarchy
Undoes an action, if possible.
undo() - Method in class br.usp.ime.klava.segmentit.structures.HierarchyManager
Undoes an action, if possible.
undo() - Method in class br.usp.ime.klava.segmentit.util.UndoRedo
Returns the state before the current state.
UndoRedo<T> - Class in br.usp.ime.klava.segmentit.util
Stores states from which is possible to undo/redo actions.
UndoRedo(int) - Constructor for class br.usp.ime.klava.segmentit.util.UndoRedo
Creates a Undo/Redo structure that can store capacity states.
union(int, int) - Method in class br.usp.ime.klava.segmentit.structures.UnionFind
Merges the sets where the elements given by the keys key1 and key2 belong.
UnionFind - Class in br.usp.ime.klava.segmentit.structures
Implements the union/find operations over disjoint sets, using the union by rank and path compression heuristics.
UnionFind(int) - Constructor for class br.usp.ime.klava.segmentit.structures.UnionFind
Creates an UnionFind structure with numElements elements (unitary disjoint sets) given by keys ranging from 0 to numElements - 1.
updateUndoRedoState() - Method in class br.usp.ime.klava.segmentit.gui.SegmentationContainer
Enables or disables the Undo and Redo actions depending on the existence and the state of the active document.

A B C D E F G H I J L M N O P Q R S T U V W Z