Interface | Description |
---|---|
IUndoRedoCommand |
Class | Description |
---|---|
AbstractUndoRedoCommand |
Parent class of all Undo/Redo commands.
|
ClusteredCommand |
One command to handle many sub-commands, such as a multi-drag/drop etc.
|
EventDeleteCommand |
Represents one GanttEvent delete action that can be undone/redone.
|
EventMoveCommand |
Represents one GanttEvent DND action that can be undone/redone.
|
EventResizeCommand |
Represents one resize event in the chart that can be done/redone.
|
SectionDeleteCommand |
Represents one GanttSection delete action that can be undone/redone.
|